[geeklog-cvs] geeklog: Fixed display of list of allowed HTML tags and availabl...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 12 14:17:39 EST 2010


changeset 7783:35fca342f56d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/35fca342f56d
user: Dirk Haun <dirk at haun-online.de>
date: Fri Mar 12 20:06:11 2010 +0100
description:
Fixed display of list of allowed HTML tags and available autotags in advanced story editor mode (bug #0001020, patch provided by Chetan)

diffstat:

 public_html/docs/history                                               |  2 ++
 public_html/layout/professional/admin/story/storyeditor_advanced.thtml |  2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 0dff3aa6e0b7 -r 35fca342f56d public_html/docs/history
--- a/public_html/docs/history	Thu Mar 11 16:25:37 2010 +0100
+++ b/public_html/docs/history	Fri Mar 12 20:06:11 2010 +0100
@@ -3,6 +3,8 @@
 Apr ??, 2010 (1.6.2)
 ------------
 
+- Fixed display of list of allowed HTML tags and available autotags in
+  advanced story editor mode (bug #0001020, patch provided by Chetan)
 - Since we can now re-authenticate expired security tokens, we don't need to
   display the token expire notice any longer. Exception: Users who logged in
   through OpenID can't re-authenticate and will still get the message [Dirk]
diff -r 0dff3aa6e0b7 -r 35fca342f56d public_html/layout/professional/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Thu Mar 11 16:25:37 2010 +0100
+++ b/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Fri Mar 12 20:06:11 2010 +0100
@@ -97,7 +97,7 @@
             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}>
             <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea>
         </div>
-        <div id="editor_mode" style="margin-top:10px;border:1px solid #ECE9D8;display:{show_htmleditor};">
+        <div id="editor_mode" style="margin-top:10px;border:1px solid #ECE9D8;">
             {lang_allowed_html}
         </div>
         <div  id="se_options" style="width:100%; margin-top:10px; border:1px solid #ECE9D8; display:none;">



More information about the geeklog-cvs mailing list