[geeklog-cvs] geeklog: bug 1113 resolved static page title in advanced editor

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 7 04:07:47 EDT 2010


changeset 7878:6caf94cd91ee
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6caf94cd91ee
user: vlad at indif
date: Tue Apr 06 22:46:13 2010 +0300
description:
bug 1113 resolved static page title in advanced editor

diffstat:

 plugins/staticpages/templates/admin/editor_advanced.thtml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 0cfe2df3c482 -r 6caf94cd91ee plugins/staticpages/templates/admin/editor_advanced.thtml
--- a/plugins/staticpages/templates/admin/editor_advanced.thtml	Mon Apr 05 12:43:31 2010 -0400
+++ b/plugins/staticpages/templates/admin/editor_advanced.thtml	Tue Apr 06 22:46:13 2010 +0300
@@ -16,8 +16,8 @@
               <td><input type="text" size="48" maxlength="255" name="sp_title" value="{sp_title}"{xhtml}></td>
           </tr>
           <tr>
-              <td align="right">{lang_title}:</td>
-              <td><input type="text" size="48" maxlength="255" name="sp_title" value="{sp_title}"{xhtml}></td>
+              <td align="right" style="white-space:nowrap;">{lang_page_title}:</td>
+              <td><input type="text" size="48" maxlength="255" name="sp_page_title" value="{sp_page_title}"{xhtml}></td>
           </tr> 
           <tr>
               <td align="right">{lang_addtomenu}:</td>



More information about the geeklog-cvs mailing list