logo       

CVS: phpwiki/lib editpage.php,1.91,1.92: msg#00181

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib editpage.php,1.91,1.92

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>
Google Custom Search

News | FAQ | advertise