|
CVS: phpwiki/lib editpage.php,1.91,1.92: msg#00181web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4548 Modified Files: editpage.php Log Message: no edit toolbar at all if ENABLE_EDITTOOLBAR = false Index: editpage.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/editpage.php,v retrieving revision 1.91 retrieving revision 1.92 diff -u -2 -b -p -d -r1.91 -r1.92 --- editpage.php 25 Jan 2005 07:05:49 -0000 1.91 +++ editpage.php 29 Jan 2005 20:37:21 -0000 1.92 @@ -136,5 +136,5 @@ class PageEditor $tokens = array_merge($tokens, $this->getFormElements()); - if (ENABLE_EDIT_TOOLBAR or JS_SEARCHREPLACE) { + if (ENABLE_EDIT_TOOLBAR) { include_once("lib/EditToolbar.php"); $toolbar = new EditToolbar(); @@ -711,4 +711,7 @@ extends PageEditor /** $Log$ + Revision 1.92 2005/01/29 20:37:21 rurban + no edit toolbar at all if ENABLE_EDITTOOLBAR = false + Revision 1.91 2005/01/25 07:05:49 rurban extract toolbar code, support new tags to get rid of php inside templates ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib BlockParser.php,1.52,1.53 config.php,1.129,1.130: 00181, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib main.php,1.204,1.205: 00181, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib BlockParser.php,1.52,1.53 config.php,1.129,1.130i: 00181, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib main.php,1.204,1.205: 00181, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |