Changeset 590 for trunk/templates
- Timestamp:
- 01/22/13 17:31:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/delete.tmpl
r589 r590 3 3 <br> 4 4 5 <form action="main.cgi" method="POST" class="regular"> 6 <fieldset><legend class="noshow"> </legend> 5 7 <table class="indent" cellspacing="1" cellpadding="1"> 6 8 … … 66 68 <tr class="row<TMPL_IF privdata>0<TMPL_ELSE>1</TMPL_IF>"> 67 69 <td class="center" colspan="2"> 68 <form action="main.cgi" method="POST" class="regular">69 <fieldset><legend class="noshow"> </legend>70 70 <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm"> 71 71 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>"> 72 72 <input type="hidden" name="rdepth" value="<TMPL_VAR NAME=rdepth>"> 73 73 <input type="hidden" name="action" value="finaldelete"> 74 </fieldset>75 </form>76 74 </td> 77 75 </tr> 78 76 79 77 </table> 78 </fieldset> 79 </form>
Note:
See TracChangeset
for help on using the changeset viewer.