Changeset 590 for trunk/templates


Ignore:
Timestamp:
01/22/13 17:31:53 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

RPC integration for allocation-delete should be complete. See #1.
Requires dnsadmin:/trunk@r459 or newer.

  • Pass a couple more bits into deleteBlock()
  • Use the new values when making the RPC call
  • Rearrange the delete-confirm page a little to allow the new "delete forward DNS too?" checkbox to actually contribute
  • Tweak new-allocation RPC call a little; don't bother if no rDNS was passed in.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/delete.tmpl

    r589 r590  
    33<br>
    44
     5<form action="main.cgi" method="POST" class="regular">
     6<fieldset><legend class="noshow">&nbsp;</legend>
    57<table class="indent" cellspacing="1" cellpadding="1">
    68
     
    6668<tr class="row<TMPL_IF privdata>0<TMPL_ELSE>1</TMPL_IF>">
    6769<td class="center" colspan="2">
    68 <form action="main.cgi" method="POST" class="regular">
    69 <fieldset><legend class="noshow">&nbsp;</legend>
    7070<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
    7171<input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
    7272<input type="hidden" name="rdepth" value="<TMPL_VAR NAME=rdepth>">
    7373<input type="hidden" name="action" value="finaldelete">
    74 </fieldset>
    75 </form>
    7674</td>
    7775</tr>
    7876
    7977</table>
     78</fieldset>
     79</form>
Note: See TracChangeset for help on using the changeset viewer.