Ignore:
Timestamp:
09/26/11 18:05:01 (13 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Checkpoint, clearing out references to printError()
All ACL checks that generate error pages should now be converted
to use the new aclerror template. See #15.
Fix a minor bug in CustIDCK.pm - calls to custid_check are being
treated as an object call for some reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/finaldelete.tmpl

    r476 r503  
    11<div class="center">
    2 <TMPL_IF aclerr>
    3 <p>You shouldn't have been able to get here.  Access denied.</p>
    4 <input type="button" value="Back" onclick="history.go(-1)">
    5 <TMPL_ELSE>
    62<TMPL_IF failmsg>
    73<p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
     
    106<div class="heading">Success!  <TMPL_VAR NAME=block> deallocated.</div>
    117</TMPL_IF>
    12 </TMPL_IF>
    138</div>
    149
Note: See TracChangeset for help on using the changeset viewer.