SF.net SVN: phpwiki:[10793] trunk/themes/default/templates/savepage.tmpl

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10793
          http://sourceforge.net/p/phpwiki/code/10793
Author:   vargenau
Date:     2021-12-16 15:49:37 +0000 (Thu, 16 Dec 2021)
Log Message:
-----------
Add class="feedback" for LOCK_CHANGED_MSG

Modified Paths:
--------------
    trunk/themes/default/templates/savepage.tmpl

Modified: trunk/themes/default/templates/savepage.tmpl
===================================================================
--- trunk/themes/default/templates/savepage.tmpl	2021-12-16 15:47:59 UTC (rev 10792)
+++ trunk/themes/default/templates/savepage.tmpl	2021-12-16 15:49:37 UTC (rev 10793)
@@ -3,7 +3,7 @@
 <?php } ?>
 
 <?php if (!empty($LOCK_CHANGED_MSG)) { ?>
-  <p><?php echo $LOCK_CHANGED_MSG?></p>
+  <p class="feedback"><?php echo $LOCK_CHANGED_MSG?></p>
 <?php } ?>
 
 <?php echo Template('browse') ?>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.