phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] todo/templates/default delete.tpl [Version-0_9_16-bra


From: Dave Hall
Subject: [Phpgroupware-cvs] todo/templates/default delete.tpl [Version-0_9_16-branch]
Date: Wed, 14 Dec 2005 12:35:20 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    todo
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <address@hidden>      05/12/14 12:35:20

Modified files:
        templates/default: delete.tpl 

Log message:
        fix bug #12587 using patch attached to bug report

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/todo/templates/default/delete.tpl.diff?only_with_tag=Version-0_9_16-branch&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text

Patches:
Index: todo/templates/default/delete.tpl
diff -u /dev/null todo/templates/default/delete.tpl:1.2.4.1
--- /dev/null   Wed Dec 14 12:35:20 2005
+++ todo/templates/default/delete.tpl   Wed Dec 14 12:35:20 2005
@@ -0,0 +1,22 @@
+<!-- $Id: delete.tpl,v 1.2.4.1 2005/12/14 12:35:20 skwashd Exp $ -->
+<center>
+<form method="POST" action="{actionurl}">
+<table border="0" with="65%">
+       <tr>
+               <td colspan="2" align="center">{deleteheader}</td>
+       </tr>
+       <tr>
+               <td align="center">{lang_subs}</td>
+               <td align="center">{subs}</td>
+       </tr>
+       <tr>
+               <td align="center">
+                       <input type="submit" name="confirm" value="{lang_yes}">
+               </td>
+               <td align="center">
+                       <input type="button" name="cancel" value="{lang_no}" 
onclick="javascript:window.location='{nolink}'">
+               </td>
+       </tr>
+</table>
+</form>
+</center>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]