Ignore:
Timestamp:
05/15/13 18:03:32 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Hand-backport static IP assign-by-browse. As with assign-routed-by-browse
in r595, this could not be merged from /trunk directly due to intermingled
changes for the new database structure and will cause merge conflicts
later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/templates/listpool.tmpl

    r594 r596  
    2929<TMPL_LOOP name=poolips>
    3030<tr class="row<TMPL_IF __odd__>0<TMPL_ELSE>1</TMPL_IF>">
    31 <td><a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&amp;block=<TMPL_VAR NAME=ip>"><TMPL_VAR NAME=ip></a></td>
     31<td>
     32
     33<TMPL_UNLESS delme>
     34<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&amp;block=<TMPL_VAR NAME=ip>&amp;fbtype=i"><TMPL_VAR NAME=ip></a>
     35<TMPL_ELSE>
     36<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&amp;block=<TMPL_VAR NAME=ip>"><TMPL_VAR NAME=ip></a>
     37</TMPL_UNLESS>
     38
     39</td>
    3240<td><TMPL_VAR NAME=custid></td>
    3341<td><TMPL_VAR NAME=available></td>
Note: See TracChangeset for help on using the changeset viewer.