]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/nochanges.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / default / templates / nochanges.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id$ -->
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') ?>