[geeklog-cvs] geeklog: Use same template variable for advanced and normal editor

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 31 12:05:33 EDT 2009


changeset 7414:3f9da8f02061
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3f9da8f02061
user: Dirk Haun <dirk at haun-online.de>
date: Sat Oct 31 16:51:43 2009 +0100
description:
Use same template variable for advanced and normal editor

diffstat:

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

diffs (12 lines):

diff -r 5db714583481 -r 3f9da8f02061 plugins/staticpages/templates/admin/editor_advanced.thtml
--- a/plugins/staticpages/templates/admin/editor_advanced.thtml	Sat Oct 31 16:46:46 2009 +0100
+++ b/plugins/staticpages/templates/admin/editor_advanced.thtml	Sat Oct 31 16:51:43 2009 +0100
@@ -83,7 +83,7 @@
              <tr id="html_editarea" style="display:{show_htmleditor};">
                 <td colspan="2" style="margin-top:10px;border:1px solid #CCC;">
                   <textarea id="html_content" name="sp_content" cols="45" rows="24" style="width:100%" wrap="virtual">{sp_content}</textarea>
-                  <div class="warningsmall" style="padding:10px;">{lang_allowedhtml}</div>
+                  <div class="warningsmall" style="padding:10px;">{lang_allowed_html}</div>
                 </td>
              </tr>
           <tr>



More information about the geeklog-cvs mailing list