source: trunk/templates/bulkchange.tmpl@ 295

Last change on this file since 295 was 295, checked in by Kris Deugau, 12 years ago

/trunk

Move entity-relationship reference hashes up into the same area
as other (semi)globals in DNSDB.pm since I was starting to add
an accidental duplicate of %par_tbl.
Move action logging for bulk domain change to DNSDB.pm: (See #35)

  • Clean up dns.cgi to match previous changes to zoneStatus() and delZone()
  • Less not-quite-identical code in dns.cgi can now be factored down
  • Updated changeGroup() with action logging and more error handling
  • Tweak logging and messages in delZone()
File size: 566 bytes
Line 
1<!-- <TMPL_VAR NAME=sid> -->
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
5<td align="center" valign="top">
6
7<table>
8<tr class="tableheader"><td colspan="2">Bulk Change Results (<TMPL_VAR NAME=action>)</td></tr>
9<TMPL_LOOP NAME=bulkresults>
10<tr class="datalinelight">
11 <td><TMPL_VAR NAME=domain></td>
12<TMPL_IF domok> <td><TMPL_VAR NAME=domok></td>
13<TMPL_ELSE><TMPL_IF domwarn> <td class="warn"><TMPL_VAR NAME=domwarn></td>
14<TMPL_ELSE> <td class="err"><TMPL_VAR NAME=domerr></td>
15</TMPL_IF></TMPL_IF>
16</tr>
17</TMPL_LOOP>
18</table>
19</td>
20</tr>
21</table>
Note: See TracBrowser for help on using the repository browser.