From: Carsten K. <car...@us...> - 2002-01-04 04:03:20
|
Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates In directory usw-pr-cvs1:/tmp/cvs-serv19472 Modified Files: browse.html Log Message: Added ${NOT_VIEWING_CURRENT} token to match default browse template. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates/browse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** browse.html 2002/01/04 01:56:09 1.1 --- browse.html 2002/01/04 04:03:18 1.2 *************** *** 25,33 **** <h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1> <div class="br"><br clear="all" class="ignore" /></div> ! <?php if (! $IS_CURRENT) { ?> ! <p><strong>$_("Note:")</strong> $_("You are viewing an old revision of this page.") ! <a href="${BROWSE}${PAGEURL}">$_("View the current version")</a>.</p> ! <hr class="ignore" noshade="noshade" /> ! <?php } ?> <div class="wikitext">${CONTENT}</div> <hr class="ignore" noshade="noshade" /> --- 25,29 ---- <h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1> <div class="br"><br clear="all" class="ignore" /></div> ! ${NOT_VIEWING_CURRENT} <div class="wikitext">${CONTENT}</div> <hr class="ignore" noshade="noshade" /> |