[Cs-content-commits] SF.net SVN: cs-content:[466] trunk/1.0/tests/files/templates/system/ message_b
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-10-21 16:30:27
|
Revision: 466 http://cs-content.svn.sourceforge.net/cs-content/?rev=466&view=rev Author: crazedsanity Date: 2009-10-21 16:30:18 +0000 (Wed, 21 Oct 2009) Log Message: ----------- Minor change so I know what template is loading on error. Modified Paths: -------------- trunk/1.0/tests/files/templates/system/message_box.tmpl Modified: trunk/1.0/tests/files/templates/system/message_box.tmpl =================================================================== --- trunk/1.0/tests/files/templates/system/message_box.tmpl 2009-10-20 23:32:57 UTC (rev 465) +++ trunk/1.0/tests/files/templates/system/message_box.tmpl 2009-10-21 16:30:18 UTC (rev 466) @@ -11,7 +11,7 @@ <table class="{messageType}" width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top"> - <p style="border-style: solid; border-width: 0px 0px 2px 0px" class="title1">{title}</p> + <p style="border-style: solid; border-width: 0px 0px 2px 0px" class="title1">TEST -- {title}</p> <p style="margin: 5px 0px 5px 0px">{message}</p> {redirect} </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |