Ignore:
Timestamp:
02/25/15 18:09:13 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

  • Complete internal handling for "shrink block". See #7 (more or less).
  • Add "breadcrumb" navigation fragments to split/shrink prep and do pages
  • Add link to pool IP list on edit and split/shrink prep pages
  • Shave off some useless code showing the split results
  • Catch the theoretically impossible case of "no subact value" on submitting split/shrink form

Still need to add calls to monkey rDNS on split/shrink changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/split.tmpl

    r702 r705  
    1313
    1414<table class="regular altrows" cellspacing="1" cellpadding="1">
    15 <tr class="heading"><td>Split/shrink allocation</td></tr>
     15<tr class="heading">
     16<td colspan="2">Split/shrink allocation
     17<TMPL_IF ispool>
     18<div style="float:right;"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR
     19NAME=block>">List IPs</a></div>
     20</TMPL_IF></td>
     21</tr>
    1622<tr>
    1723<td>Current netblock:</td>
     
    3440</tr>
    3541
     42<TMPL_IF ispool>
     43<tr>
     44<td colspan="2" class="warning">Warning:  Proceeding may remove pool IP entries</td>
     45</tr>
     46</TMPL_IF>
     47
    3648<tr>
    3749<td class="center" colspan="2"><input type="submit" value="  Split/Shrink  "></td>
Note: See TracChangeset for help on using the changeset viewer.