Last change
on this file since 506 was 503, checked in by Kris Deugau, 13 years ago |
/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 size:
334 bytes
|
Line | |
---|
1 | <div class="center">
|
---|
2 | <TMPL_IF failmsg>
|
---|
3 | <p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
|
---|
4 | <input type="button" value="Back" onclick="history.go(-1)">
|
---|
5 | <TMPL_ELSE>
|
---|
6 | <div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div>
|
---|
7 | </TMPL_IF>
|
---|
8 | </div>
|
---|
9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.