| … | |
… | |
| 202 | </td> |
202 | </td> |
| 203 | </tr> |
203 | </tr> |
| 204 | </table> |
204 | </table> |
| 205 | {elseif $Action eq "delete"} |
205 | {elseif $Action eq "delete"} |
| 206 | <h1>DELETING</h1> |
206 | <h1>DELETING</h1> |
| 207 | <b>Are you absolutely SURE you want to delete client {$client.hostname}?</b> |
207 | <b>Are you absolutely SURE you want to delete job {$jobid}:<br>Description:{$job.description}?</b> |
| 208 | <input type="hidden" name="clientid" value="{$client.clientid}"> |
208 | <input type="hidden" name="jobid" value="{$jobid}"> |
| 209 | <input type="submit" name="delete_confirm" value="Yes, get rid of the bastard!"><input type="submit" name="delete_cancel" value="No wait!"> |
209 | <input type="submit" name="delete_confirm" value="Yes, get rid of it!"><input type="submit" name="delete_cancel" value="No wait!"> |
| 210 | {/if} |
210 | {/if} |
| 211 | |
211 | |
| 212 | {include file="footer.tpl"} |
212 | {include file="footer.tpl"} |