From: <var...@us...> - 2010-09-08 11:17:11
|
Revision: 7678 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7678&view=rev Author: vargenau Date: 2010-09-08 11:17:03 +0000 (Wed, 08 Sep 2010) Log Message: ----------- Add class="warning_msg" Modified Paths: -------------- trunk/themes/Wordpress/templates/editpage.tmpl Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2010-09-08 10:19:29 UTC (rev 7677) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2010-09-08 11:17:03 UTC (rev 7678) @@ -21,7 +21,7 @@ <?php echo $PAGE_LOCKED_MESSAGE ?> <?php echo $CONCURRENT_UPDATE_MESSAGE ?> <?php if (!$IS_CURRENT) { ?> - <p><strong><?php echo _("Warning: You are editing an old revision.")?> + <p class="warning_msg"><strong><?php echo _("Warning: You are editing an old revision.")?> <?php echo _("Saving this page will overwrite the current version.")?></strong></p> <?php } ?> </td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |