phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/templates/default/dlgFilter.tpl.html, 1.3
Date: Thu, 20 May 2004 16:55:29 -0000

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

date: 2004/04/20 16:06:28;  author: fipsfuchs;  state: Exp;  lines: +4 -6

Log Message:
link for javascript added
=====================================================================
Index: pbwebmaui/templates/default/dlgFilter.tpl.html
diff -u pbwebmaui/templates/default/dlgFilter.tpl.html:1.2 
pbwebmaui/templates/default/dlgFilter.tpl.html:1.3
--- pbwebmaui/templates/default/dlgFilter.tpl.html:1.2  Mon Apr 19 15:32:07 2004
+++ pbwebmaui/templates/default/dlgFilter.tpl.html      Tue Apr 20 16:06:28 2004
@@ -71,7 +71,7 @@
     }
 
     function selectFolder(actionId) {
-        wnd = 
window.open("index.php?popup=1&action=FolderList&dn={fldDN}&actionid="+actionId,"","width=320,height=400,toolbar=no,scrollbars=yes,resizable=yes");
+        wnd = 
window.open("{phpgwurl}&popup=1&action=FolderList&dn={fldDN}&actionid="+actionId,"","width=320,height=400,toolbar=no,scrollbars=yes,resizable=yes");
         wnd.focus();
     }
 
@@ -125,8 +125,7 @@
   <!-- END RulesMode -->
   <!-- BEGIN RulesList -->
   <tr>
-    <td class="bg_color1"></td>
-    <td style="width: 24px">
+    <td colspan="2" style="width: 24px; text-align: right" class="bg_color1">
       <input type="image" 
              name="btnDeleteRule[{fldPatternId}][]"
              onclick="RUSure(this,'{fldPattern}')"
@@ -163,8 +162,7 @@
   </tr>
   <!-- BEGIN ActionsList -->
   <tr>
-    <td class="bg_color1"></td>
-    <td>
+    <td colspan="2" style="width: 24px; text-align: right" class="bg_color1">
       <input type="image" 
              name="btnDeleteAction[{fldActionId}][]"
              onclick="RUSure(this,'diese Aktion')"
@@ -183,7 +181,7 @@
         <option value="4" {fldActionSel4}>{l_delete_mail}</option>
       </select>
       <input type="text" id="fldActionTarget_{fldActionId}" 
name="fldActions[{fldActionId}][target]" size="30" value="{fldActionTarget}" />
-      <a id="fldFolders{fldActionId}" 
href="javascript:selectFolder("{fldactionid}")" 
style="visibility:{selectFolderVisibility}"> {l_select_folder}</a> </td>
+      <a id="fldFolders{fldActionId}" 
href="javascript:selectFolder('{fldactionid}')" 
style="visibility:{selectFolderVisibility}"> {l_select_folder}</a> </td>
   </tr>
   <!-- END ActionsList -->
   <!-- END Actions -->




reply via email to

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