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/edit.tmpl

    r702 r705  
    1515
    1616<table class="altrows" cellspacing="1">
    17 <tr class="heading"><td>Edit the information below</td></tr>
     17<tr class="heading">
     18<td colspan="2">Edit the information below
     19<TMPL_IF ispool>
     20<div style="float:right;"><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=id>">List IPs</a></div></TMPL_IF>
     21</td></tr>
    1822
    1923<tr>
Note: See TracChangeset for help on using the changeset viewer.