Changeset 570
- Timestamp:
- 12/19/12 17:17:04 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r567 r570 252 252 253 253 # Snag pool info for heading 254 my $poolinfo = getBlockData($ip_dbh, $webvar{pool} );254 my $poolinfo = getBlockData($ip_dbh, $webvar{pool}, $webvar{rdepth}); 255 255 256 256 $page->param(disptype => $disp_alloctypes{$poolinfo->{type}}); -
trunk/templates/listpool.tmpl
r528 r570 29 29 <TMPL_LOOP name=poolips> 30 30 <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&block=<TMPL_VAR NAME=ip>"><TMPL_VAR NAME=ip></a></td> 31 <td> 32 <TMPL_IF delme> 33 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&block=<TMPL_VAR NAME=ip>&rdepth=<TMPL_VAR NAME=ipdepth>"><TMPL_VAR NAME=ip></a> 34 <TMPL_ELSE> 35 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=assign&block=<TMPL_VAR NAME=ip>&rdepth=<TMPL_VAR NAME=ipdepth>&fbtype=i"><TMPL_VAR NAME=ip></a> 36 </TMPL_IF> 37 </td> 32 38 <td><TMPL_VAR NAME=custid></td> 33 39 <td><TMPL_VAR NAME=available></td>
Note:
See TracChangeset
for help on using the changeset viewer.