Last change
on this file since 411 was 100, checked in by Kris Deugau, 13 years ago |
/trunk/templates
Templates
UI tweaks - make sure all main-body content is valign=top
dns.css
tweak comment style so IE ignores a line properly
fix typo, set valign=top on #datatablewrapper
add a couple more classes
grouptree-ie.css
tweak padding to indent group tree properly, comment a few more (apparently)
irrelevant bits
|
File size:
508 bytes
|
Line | |
---|
1 | <TMPL_IF del_getconf>
|
---|
2 | <table class="wholepage"><tr>
|
---|
3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
4 |
|
---|
5 | <td align="center" valign="top">
|
---|
6 | <h3>Are you really sure you want to delete domain <TMPL_VAR NAME=domain>?</h3>
|
---|
7 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deldom&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deldom&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
|
---|
8 | </td></tr></table>
|
---|
9 |
|
---|
10 | <TMPL_ELSE>
|
---|
11 | <TMPL_INCLUDE NAME="domlist.tmpl">
|
---|
12 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.