From: Geoffrey T. D. <da...@us...> - 2001-12-12 16:59:00
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv10198/templates Modified Files: browse.html Log Message: Add link to RecentChanges. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** browse.html 2001/12/11 22:41:40 1.25 --- browse.html 2001/12/12 16:58:57 1.26 *************** *** 55,59 **** </td> <td align="right"> ! <?php echo LinkExistingWikiWord(_("FindPage")) ?> | <span><input type="hidden" name="auto_redirect" value="1" /> <input type="text" name="s" size="12" --- 55,60 ---- </td> <td align="right"> ! <?php echo LinkExistingWikiWord(_("RecentChanges")) ?> ! | <?php echo LinkExistingWikiWord(_("FindPage")) ?> | <span><input type="hidden" name="auto_redirect" value="1" /> <input type="text" name="s" size="12" |