Ignore:
Timestamp:
02/13/15 12:26:44 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Mostly fix up edge case of extending an IP pool allocation. See #24.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/edit.tmpl

    r691 r695  
    2121<td class="regular"><TMPL_VAR NAME=block></td>
    2222</tr>
     23
     24<TMPL_IF reserve>
     25<tr>
     26<td class="heading">Expand allocation:</td>
     27<td>
     28<input type="checkbox" name="expandme" value="<TMPL_VAR NAME=reserve_id>">Add <TMPL_VAR NAME=reserve> to make <TMPL_VAR NAME=newblock>
     29<input type="hidden" name="newblock" value="<TMPL_VAR NAME=newblock>">
     30</td>
     31</tr>
     32</TMPL_IF>
    2333
    2434<tr>
Note: See TracChangeset for help on using the changeset viewer.