]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
Do not show message "You are viewing an old revision of this page." when reverting
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php
2 $action = $request->getArg('action');
3 ?>
4 <br class="clear-floats" />
5
6 <?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?>
7   <p><strong><?php echo _("Note:")?></strong>
8      <?php echo _("You are viewing an old revision of this page.")?>
9      <?php echo WikiLink($page, 'existing', _("View the current version."))?></p>
10   <hr class="ignore" />
11 <?php } ?>
12
13 <?php echo $CONTENT?>
14 <hr />
15 <?php echo Template('actionbar') ?>
16 <!-- The bottom navigation/search bar -->