From: Carsten K. <car...@us...> - 2002-01-03 19:28:26
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv27205 Modified Files: editpage.html Log Message: EditPage tips using Toolbar function. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** editpage.html 2002/01/03 19:12:41 1.37 --- editpage.html 2002/01/03 19:28:23 1.38 *************** *** 70,77 **** </td> </tr></table> ! <p style="clear: both; padding: 2ex 0ex 0ex;"> ! <?php printf(_("You can change the size of the editing area in %s."), LinkExistingWikiWord(_("UserPreferences"))); ?> ! <?php printf(_("See %s tips for editing."),LinkExistingWikiWord(_("GoodStyle"))); ?> ! </p> <hr noshade="noshade" /> <div class="wiki-edithelp"> --- 70,74 ---- </td> </tr></table> ! <p style="clear: both; padding: 2ex 0ex 0ex;">${EditTips}</p> <hr noshade="noshade" /> <div class="wiki-edithelp"> |