From: Geoffrey T. D. <da...@us...> - 2001-12-14 20:28:05
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv11990/templates Modified Files: browse.html Log Message: New PageHistory plugin replaces action=info and lib/pageinfo.php. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** browse.html 2001/12/12 16:58:57 1.26 --- browse.html 2001/12/14 20:28:02 1.27 *************** *** 86,90 **** | <a class="wikiadmin" href="${ACTION}remove">$_("Remove page")</a> <?php } ?> ! | <a class="wikiaction" href="${ACTION}info">$_("History")</a> <?php if ($IS_CURRENT) { ?> | <a class="wikiaction" href="${ACTION}diff&previous=major">$_("Diff")</a> --- 86,90 ---- | <a class="wikiadmin" href="${ACTION}remove">$_("Remove page")</a> <?php } ?> ! | <?plugin-link PageHistory page="[pagename]" description=_("List PageHistory for [pagename]")?> <?php if ($IS_CURRENT) { ?> | <a class="wikiaction" href="${ACTION}diff&previous=major">$_("Diff")</a> |