source: branches/stable/templates/admin/updatepool.tmpl@ 593

Last change on this file since 593 was 593, checked in by Kris Deugau, 11 years ago

/branches/stable

Merge /trunk r517 (merge /branches/htmlform)
Conflicts all resolved towards /trunk.
Fix a minor syntax error with "while (@data..." -> "while (my @data..."
(may cause merge conflicts later)

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.