[Comoblog-commit] comoblog/admin/templates post_edit.tpl.htm,1.4,1.5
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-12-11 12:19:14
|
Update of /cvsroot/comoblog/comoblog/admin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12451 Modified Files: post_edit.tpl.htm Log Message: Interface neatness Index: post_edit.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/templates/post_edit.tpl.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- post_edit.tpl.htm 7 Dec 2005 21:04:49 -0000 1.4 +++ post_edit.tpl.htm 11 Dec 2005 12:19:02 -0000 1.5 @@ -29,7 +29,7 @@ <td colspan="3"> <p>Type:<br /> <select name="post_ctype"> - <option value="{POST.post_ctype}" selected >No change({POST.post_ctype})</option> + <option value="{POST.post_ctype}" selected >No change ({POST.post_ctype})</option> <option value="text/plain">text/plain</option> <option value="text/html">text/html</option> </select> |