Update of /cvsroot/phpwiki/phpwiki/themes/default/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17082/templates
Modified Files:
editpage.tmpl
Log Message:
ENABLE_EDIT_TOOLBAR
Index: editpage.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/editpage.tmpl,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -2 -b -p -d -r1.42 -r1.43
--- editpage.tmpl 18 May 2004 14:47:21 -0000 1.42
+++ editpage.tmpl 27 May 2004 17:51:57 -0000 1.43
@@ -59,6 +59,7 @@ $s = $Theme->getButtonSeparator();
<?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?>
<br clear="all" class="clear-floats" />
+ <?= $EDIT_TOOLBAR ?>
<div id="editarea-size">
- <?php if (isset($JS_SEARCHREPLACE)) { ?>
+ <?php if (0 and isset($JS_SEARCHREPLACE)) { ?>
<span id="search-replace">
<?php /*TODO: use image icons here instead of text */ ?>
|