From: <var...@us...> - 2010-07-02 09:04:31
|
Revision: 7593 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7593&view=rev Author: vargenau Date: 2010-07-02 09:04:25 +0000 (Fri, 02 Jul 2010) Log Message: ----------- Add warning_msg CSS class Modified Paths: -------------- trunk/themes/gforge/templates/browse.tmpl Modified: trunk/themes/gforge/templates/browse.tmpl =================================================================== --- trunk/themes/gforge/templates/browse.tmpl 2010-07-02 08:24:28 UTC (rev 7592) +++ trunk/themes/gforge/templates/browse.tmpl 2010-07-02 09:04:25 UTC (rev 7593) @@ -6,7 +6,7 @@ ?> <?php if ($revision and !$revision->isCurrent()) { ?> - <p><strong><?php echo _("Note:")?></strong> + <p class="warning_msg"><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version"), $page)?>. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |