[dw-free] can't switch from HTML to RTE when editing entries
[commit: http://hg.dwscoalition.org/dw-free/rev/ec28cc4ade7b]
http://bugs.dwscoalition.org/show_bug.cgi?id=1246
Make sure both update.bml and editjournal.bml have this piece of JavaScript
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1246
Make sure both update.bml and editjournal.bml have this piece of JavaScript
Patch by
Files modified:
- cgi-bin/weblib.pl
- htdocs/update.bml
--------------------------------------------------------------------------------
diff -r 93abaa71d878 -r ec28cc4ade7b cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl Mon Jun 01 14:59:25 2009 +0000
+++ b/cgi-bin/weblib.pl Sat Jun 06 03:48:12 2009 +0000
@@ -1065,9 +1065,13 @@ sub entry_form {
//--></script>
};
+ my $thumbnail_text = BML::ml( '/update.bml.link.view_thumbnails' );
$$head .= qq {
<script type="text/javascript" language="JavaScript">
// <