Changeset 132
- Timestamp:
- 03/07/05 17:43:24 (4 years ago)
- Files:
-
- admin.lib.php (modified) (1 diff)
- tinymce-config.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin.lib.php
r130 r132 442 442 echo "</p>\n"; 443 443 echo "<p>\n"; 444 echo "<textarea name=\"body\" id=\"body\" cols=\" 75\" rows=\"30\" tabindex=\"3\">" . (($show) ? br2nl($row['body']) : "") . "</textarea>\n";444 echo "<textarea name=\"body\" id=\"body\" cols=\"65\" rows=\"30\" tabindex=\"3\">" . (($show) ? br2nl($row['body']) : "") . "</textarea>\n"; 445 445 echo "</p>\n"; 446 446 echo "<p>\n"; tinymce-config.js
r131 r132 2 2 mode : "textareas", 3 3 theme : "advanced", 4 theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink", 4 plugins : "fullscreen", 5 theme_advanced_buttons1 : "bold,italic,underline,separator,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,charmap,code,fullscreen", 5 6 theme_advanced_buttons2 : "", 6 7 theme_advanced_buttons3 : "",
