source: branches/htmlform/templates/admin/updatepool.tmpl@ 487

Last change on this file since 487 was 487, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Finish IP pool tweaking
Complete email notice configuration
Finish most of block allocation
Add generic error page
Fix admin header with reference to Javascript bits
See #3, #15, #26

File size: 346 bytes
Line 
1<TMPL_IF errmsg>
2Error updating pool IP <TMPL_VAR NAME=ip>: <TMPL_VAR NAME=errmsg>
3<TMPL_ELSE>
4<TMPL_VAR NAME=ip> in <TMPL_VAR NAME=pool> updated.
5</TMPL_IF>
6<hr>
7<a href="admin.cgi?action=tweakpool&amp;pool=<TMPL_VAR NAME=pool>">Back</a> to list of IPs in <TMPL_VAR NAME=pool>
8<hr>
9<a href="admin.cgi?action=showpools">Back</a> to list of pools
Note: See TracBrowser for help on using the repository browser.