From: Geoffrey T. D. <da...@us...> - 2001-12-17 16:41:28
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv30809/templates Modified Files: editpage.html Log Message: Include the 'Synopsis' section of TextFormattingRules, rather than just the first 6 lines. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** editpage.html 2001/12/16 16:52:58 1.27 --- editpage.html 2001/12/17 16:41:25 1.28 *************** *** 81,88 **** </p> <hr noshade="noshade" /> ! <small> ! <?php echo LinkExistingWikiWord(_("TextFormattingRules")) ?> ! <?plugin IncludePage page=_("TextFormattingRules") lines=6 quiet=true ?> ! </small> <input type="hidden" name="action" value="save" /> --- 81,87 ---- </p> <hr noshade="noshade" /> ! <div class="wiki-edithelp"> ! <?plugin IncludePage page=_("TextFormattingRules") section=_("Synopsis") ?> ! </div> <input type="hidden" name="action" value="save" /> |