From: Carsten K. <car...@us...> - 2001-12-19 03:46:34
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv19781/phpwiki/templates Modified Files: editpage.html Log Message: quiet inclusion of TextFormattingRules. /locale/de/templates can be removed from 1.3 (but not for the other languages until their translations have been updated.) Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** editpage.html 2001/12/18 09:17:38 1.29 --- editpage.html 2001/12/19 03:46:32 1.30 *************** *** 84,88 **** <hr noshade="noshade" /> <div class="wiki-edithelp"> ! <?plugin IncludePage page=_("TextFormattingRules") section=_("Synopsis") ?> </div> --- 84,88 ---- <hr noshade="noshade" /> <div class="wiki-edithelp"> ! <?plugin IncludePage page=_("TextFormattingRules") section=_("Synopsis") quiet=1?> </div> |