Ignore:
Timestamp:
04/30/14 17:12:02 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Clean up minor infoblurb formatting snafu when an added or updated record
generates a warning, and fix a minor validation glitch missed when
timestamp support was added in r543.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/record.tmpl

    r604 r628  
    8787        <tr class="datalinelight">
    8888                <td>Timestamp<br />(blank or 0 disables timestamp)</td>
    89                 <td>Valid <input type="radio" name="expires" value="until"<TMPL_IF stamp_until> checked="checked"</TMPL_IF>>until
    90                 <input type="radio" name="expires" value="after"<TMPL_UNLESS stamp_until> checked="checked"</TMPL_UNLESS>>after:
     89                <td>Valid <input type="radio" name="expires" value="until"<TMPL_IF stamp_until> checked="checked"</TMPL_IF> />until
     90                <input type="radio" name="expires" value="after"<TMPL_UNLESS stamp_until> checked="checked"</TMPL_UNLESS> />after:
    9191                <input type="text" name="stamp" value="<TMPL_VAR NAME=stamp>" />
    9292                </td>
Note: See TracChangeset for help on using the changeset viewer.