Last change
on this file since 823 was 649, checked in by Kris Deugau, 10 years ago |
/branches/stable
Subtle bugfix merge! All changes from /trunk r589 through r648 merged.
|
File size:
541 bytes
|
Rev | Line | |
---|
[427] | 1 | <TMPL_IF del_getconf>
|
---|
[649] | 2 | <body>
|
---|
| 3 | <div id="main">
|
---|
| 4 |
|
---|
[427] | 5 | <table class="wholepage"><tr>
|
---|
| 6 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 7 |
|
---|
| 8 | <td align="center" valign="top">
|
---|
| 9 | <h3>Are you really sure you want to delete location <TMPL_VAR NAME=location>?</h3>
|
---|
[548] | 10 | <a href="<TMPL_VAR NAME=script_self>&page=delloc&del=cancel&locid=<TMPL_VAR NAME=locid>">cancel</a> |
|
---|
| 11 | <a href="<TMPL_VAR NAME=script_self>&page=delloc&del=ok&locid=<TMPL_VAR NAME=locid>">confirm</a>
|
---|
[427] | 12 | </td></tr></table>
|
---|
| 13 |
|
---|
| 14 | <TMPL_ELSE>
|
---|
| 15 | <TMPL_INCLUDE NAME="loclist.tmpl">
|
---|
| 16 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.