source: branches/stable/templates/admin/confirm.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: 277 bytes
Line 
1<TMPL_IF locerr>
2<TMPL_VAR NAME=locerr>
3<TMPL_ELSE>
4Assigning <TMPL_VAR NAME=cidr> to <TMPL_VAR NAME=custid> ("<TMPL_VAR NAME=desc>") as
5<TMPL_VAR NAME=disptype>...<br>
6<TMPL_IF errmsg>
7Allocation failed: <TMPL_VAR NAME=errmsg>
8<TMPL_ELSE>
9Allocation OK!
10</TMPL_IF>
11</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.