source: trunk/templates/msgblock.tmpl@ 750

Last change on this file since 750 was 378, checked in by Kris Deugau, 12 years ago

/trunk

Factor out the template side of the result/warning/error messages
into a separate include file. Probably should have been done and
committed with the rest of r376.

File size: 249 bytes
Line 
1<TMPL_IF resultmsg>
2<div class="result"><TMPL_VAR NAME=resultmsg></div>
3</TMPL_IF>
4<TMPL_IF warnmsg>
5<div class="warning">Warning: <TMPL_VAR NAME=warnmsg></div>
6</TMPL_IF>
7<TMPL_IF errmsg>
8<div class="errmsg"><TMPL_VAR NAME=errmsg></div>
9</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.