]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/info.tmpl
action buttons here
[SourceForge/phpwiki.git] / themes / blog / templates / info.tmpl
1 <?= Template("default/info") ?>
2 <div class="actionbuttons">
3   <?=$SEP?><?= Button("AuthorHistory", _("AuthorHistory")) ?>
4   <?=$SEP?><?= Button("Diff") ?>
5   <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?>
6   <?=$SEP?><?= Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?>
7 </div>
8 <br />
9 <div class="actionbuttons">
10   <?= Template("default/actionbar") ?>
11 </div>