]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/info.tmpl
Do not show message "You are viewing an old revision of this page." when reverting
[SourceForge/phpwiki.git] / themes / blog / templates / info.tmpl
1 <?php echo Template("default/info") ?>
2 <div class="actionbuttons">
3   <?php echo $SEP?><?php echo Button("AuthorHistory", _("AuthorHistory")) ?>
4   <?php echo $SEP?><?php echo Button("Diff") ?>
5   <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?>
6   <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?>
7 </div>
8 <br />
9 <div class="actionbuttons">
10   <?php echo Template("default/actionbar") ?>
11 </div>