]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/nochanges.tmpl
Fixes for new cached markup.
[SourceForge/phpwiki.git] / themes / default / templates / nochanges.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: nochanges.tmpl,v 1.4 2003-02-21 04:10:58 dairiki Exp $ -->
3 <p><strong><?=_("Edit aborted.")?></strong>
4 <?=_("You have not made any changes so no new version has been saved.")?></p>
5 <?php if (!empty($LOCK_CHANGED_MSG)) { ?>
6   <p><?=$LOCK_CHANGED_MSG?></p>
7 <?php } ?>
8 <?= Template('browse') ?>