Ignore:
Timestamp:
10/20/11 18:15:32 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Add/update/delete record now produces the same consistent nifty
green-bordered box confirming that the action was successful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/reclist.tmpl

    r140 r151  
    55<td align="center" valign="top">
    66
    7  <TMPL_IF errmsg>
    8   <div class='errmsg'><TMPL_VAR NAME=errmsg></div>
    9  </TMPL_IF>
     7<TMPL_IF resultmsg>
     8<div class="result"><TMPL_VAR NAME=resultmsg></div>
     9</TMPL_IF>
     10<TMPL_IF errmsg>
     11<div class='errmsg'><TMPL_VAR NAME=errmsg></div>
     12</TMPL_IF>
    1013
    1114<TMPL_UNLESS perm_err>
Note: See TracChangeset for help on using the changeset viewer.