Update of /cvsroot/phpwiki/phpwiki/templates
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20079
Modified Files:
editpage.html
Log Message:
updated to new ###IF### syntax
Index: editpage.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** editpage.html 2000/10/22 13:30:57 1.5
--- editpage.html 2000/11/08 15:50:57 1.6
***************
*** 25,29 ****
<a href="###SCRIPTURL###?links=###PAGEURL###">EditLinks</a> to other web servers.
! ###IFCOPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditCopy</a> from previous author
<hr noshade>
--- 25,29 ----
<a href="###SCRIPTURL###?links=###PAGEURL###">EditLinks</a> to other web servers.
! ###IF COPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditCopy</a> from previous author
<hr noshade>
|