Ignore:
Timestamp:
09/27/12 18:13:16 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Final prep for merge back to trunk.

  • Remove lockin on /ip/ web path as with /branches/stable r507.
  • Fix a buglet with the body text color.
  • Remove the lingering header and footer template files

See #3.

File:
1 edited

Legend:

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

    r471 r511  
    2828<TMPL_LOOP name=poolips>
    2929<tr class="row<TMPL_VAR NAME=rowclass>">
    30 <td><a href="/ip/cgi-bin/main.cgi?action=edit&amp;block=<TMPL_VAR NAME=ip>"><TMPL_VAR NAME=ip></a></td>
     30<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>
    3131<td><TMPL_VAR NAME=custid></td>
    3232<td><TMPL_VAR NAME=available></td>
    3333<td><TMPL_VAR NAME=desc></td>
    3434<TMPL_IF maydel><td><TMPL_IF delme>
    35 <a href="/ip/cgi-bin/main.cgi?action=delete&amp;block=<TMPL_VAR NAME=ip>&amp;alloctype=<TMPL_VAR NAME=type>">Unassign this IP</a>
     35<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=delete&amp;block=<TMPL_VAR NAME=ip>&amp;alloctype=<TMPL_VAR NAME=type>">Unassign this IP</a>
    3636</TMPL_IF></td></TMPL_IF>
    3737</tr>
Note: See TracChangeset for help on using the changeset viewer.