phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] pbwebmaui/templates/default/dlgFilterList.tpl.html,


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/templates/default/dlgFilterList.tpl.html, 1.4
Date: Fri, 21 May 2004 18:18:47 +0200

Update of /pbwebmaui/templates/default
Modified Files:
        Branch: 
          dlgFilterList.tpl.html

date: 2004/05/21 16:18:47;  author: fipsfuchs;  state: Exp;  lines: +27 -37

Log Message:
html code make-up
=====================================================================
Index: pbwebmaui/templates/default/dlgFilterList.tpl.html
diff -u pbwebmaui/templates/default/dlgFilterList.tpl.html:1.3 
pbwebmaui/templates/default/dlgFilterList.tpl.html:1.4
--- pbwebmaui/templates/default/dlgFilterList.tpl.html:1.3      Thu Apr 29 
15:49:32 2004
+++ pbwebmaui/templates/default/dlgFilterList.tpl.html  Fri May 21 16:18:47 2004
@@ -7,45 +7,35 @@
 </head>
 <body>
 <!-- BEGIN Content -->
-<script type="text/javascript"><!--
-    btnNormal = new Image();
-    btnNormal.src = "/pb.WebMAUI/templates/default/image/btn_delete.png";
-    btnHighlight = new Image();
-    btnHighlight.src = "/pb.WebMAUI/templates/default/image/btn_delete.png"; 
/* erste Highlight-Grafik */
-    btnDown = new Image();
-    btnDown.src = "/pb.WebMAUI/templates/default/image/btn_delete.png"; /* 
erste Highlight-Grafik */
-
-    function picChange(pic, newpic) {
-        pic.src = newpic.src;
-    }
-
-    function RUSure(btn, s) { // aRe yoU Sure?
-        if (!confirm("Wollen Sie "+s+" löschen?")) {
-            btn.form.RUSureResult.value=0;
-        }
-    }
-    //-->
-    </script>
+<script type="text/javascript">
+<!--
+function RUSure(btn, s) { // aRe yoU Sure?
+       if (!confirm("Wollen Sie "+s+" löschen?")) {
+               btn.form.RUSureResult.value=0;
+       }
+}
+//-->
+</script>
 <input type="hidden" name="RUSureResult" value="1" />
 <table style="width: 500px; margin-bottom: 20px; border: 2px solid #FFFFFF" 
cellspacing="2" cellpadding="1">
-  <tr>
-    <td class="header" colspan="4">
-       {l_mail_filter}:
-    </td>
-  </tr>
-  <!-- BEGIN FilterList -->
-  <tr class="bg_color2">
-    <td style="width: 14px">
-       <input type="checkbox" {fldActive} name="activate[{fldId}]" />
-    </td>
-    <td style="width: 100%">
-       <a href="{fldLink}">{fldName}</a>
-    </td>
-    <td>
-       {fldTime}
-    </td>
-    <td style="text-align: right">
-       <input type="image" 
+       <tr>
+               <td class="header" colspan="4">
+                       {l_mail_filter}:
+               </td>
+       </tr>
+       <!-- BEGIN FilterList -->
+       <tr class="bg_color2">
+               <td style="width: 14px">
+                       <input type="checkbox" {fldActive} 
name="activate[{fldId}]" />
+               </td>
+               <td style="width: 100%">
+                       <a href="{fldLink}">{fldName}</a>
+               </td>
+               <td>
+                       {fldTime}
+               </td>
+               <td style="text-align: right">
+                       <input type="image" 
              name="btnDelete[{fldId}][]"
              onclick="RUSure(this,'{fldName}')"
              title="{l_delete}"




reply via email to

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