- Timestamp:
- 12/17/14 17:41:22 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r638 r651 881 881 882 882 $page->param(block => $blockinfo->{block}); 883 $page->param(bdisp => $q->escapeHTML($disp_alloctypes{$blockinfo->{type}})); 883 884 $page->param(delparent_id => $blockinfo->{parent_id});# if $webvar{rdepth}; 884 $page->param(delparent => $pinfo->{block}); 885 if ($pinfo) { 886 $page->param(delparent => $pinfo->{block}); 887 $page->param(pdisp => $q->escapeHTML($disp_alloctypes{$pinfo->{type}})); 888 } 885 889 $page->param(returnpool => ($webvar{basetype} eq 'i') ); 886 890 if ($code =~ /^WARN(POOL|MERGE)/) { -
trunk/templates/finaldelete.tmpl
r638 r651 4 4 <input type="button" value="Back" onclick="history.go(-1)"> 5 5 <TMPL_ELSE> 6 <div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div> 6 <div class="heading">Success! <TMPL_VAR NAME=block><TMPL_IF bdisp> (<TMPL_VAR bdisp>)</TMPL_IF> 7 deallocated.</div> 7 8 <TMPL_IF genwarn><br><div><TMPL_VAR NAME=genwarn></div></TMPL_IF> 8 9 <TMPL_IF parent_id><br><div> … … 21 22 <div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent></a></div> 22 23 <TMPL_ELSE> 23 <div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent>< /a></div>24 <div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&parent=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent><TMPL_IF pdisp> (<TMPL_VAR NAME=pdisp>)</TMPL_IF></a></div> 24 25 </TMPL_IF> 25 26 </TMPL_IF>
Note:
See TracChangeset
for help on using the changeset viewer.