Initial repo created
[timetracker.git] / WEB-INF / templates / notification_delete.tpl
1 {$forms.notificationDeleteForm.open}
2 <table cellspacing="4" cellpadding="7" border="0">
3   <tr>
4     <td>
5       <table cellspacing="0" cellpadding="0" border="0">
6         <tr>
7           <td colspan="2" align="center"><b>{$notification_to_delete|escape:'html'}</b></td>
8         </tr>
9         <tr><td colspan="2" align="center">&nbsp;</td></tr>
10         <tr>
11           <td align="right">{$forms.notificationDeleteForm.btn_delete.control}&nbsp;</td>
12           <td align="left">&nbsp;{$forms.notificationDeleteForm.btn_cancel.control}</td>
13         </tr>
14       </table>
15     </td>
16   </tr>
17 </table>
18 {$forms.notificationDeleteForm.close}