phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/templates/default/dlgViewdrops.tpl.html, 1.2
Date: Thu, 20 May 2004 17:06:12 -0000

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

date: 2004/04/19 15:32:07;  author: fipsfuchs;  state: Exp;  lines: +18 -29

Log Message:
templates completely redesigned
=====================================================================
Index: pbwebmaui/templates/default/dlgViewdrops.tpl.html
diff -u pbwebmaui/templates/default/dlgViewdrops.tpl.html:1.1 
pbwebmaui/templates/default/dlgViewdrops.tpl.html:1.2
--- pbwebmaui/templates/default/dlgViewdrops.tpl.html:1.1       Wed Mar 31 
08:24:56 2004
+++ pbwebmaui/templates/default/dlgViewdrops.tpl.html   Mon Apr 19 15:32:07 2004
@@ -27,55 +27,44 @@
     //-->
     </script>
 <input type="hidden" name="RUSureResult" value="1" />
-<!--
-    <TABLE WIDTH="100%" CELLSPACING=1 BORDER=0 CELLPADDING=2 ALIGN="LEFT">
-        <TR><TD>
--->
-<table width="100%" cellspacing="1" border="0" cellpadding="2" align="left">
+<table cellspacing="1" border="0" cellpadding="2" align="right">
   <tr>
-    <td align="right">
+    <td>
       <input type="text" name="fldFilter" value="{fldFilter}" size="30" />
       <input type="submit" name="btnSearch" value="suchen" />
     </td>
   </tr>
 </table>
-</TD>
-</TR>
+</td>
+</tr>
 <tr>
   <td>
-    <table width="100%" cellspacing="1" border="0" cellpadding="2" 
align="left">
-      <tr valign="top">
-        <td width="50%"><b>{l_distributor}</b></td>
-        <td><b>{l_mail_account}</b></td>
-        <td width="1%">&nbsp;</td>
+    <table class="basic" cellspacing="2" style="margin-bottom: 20px; border: 
2px solid #FFFFFF" cellpadding="2">
+      <tr class="header">
+        <td width="40%">
+               {l_distributor}
+        </td>
+        <td colspan="2">
+               {l_mail_account}
+        </td>
       </tr>
       <!-- BEGIN Drop -->
-      <tr valign="top">
-        <td><a href="{LinkDrop}">{Drop}</a></td>
-        <td>
+      <tr>
+        <td class="bg_color1">
+               <a href="{LinkDrop}">{Drop}</a>
+        </td>
+        <td class="bg_color2">
           <!-- BEGIN Address -->
           {Address}<br />
           <!-- END Address -->
         </td>
-        <td>
-          <!--
-          <input type="image"
-                            name="btnDelete{btnDeleteKey}"
-                            onmouseover="picChange(this, btnHighlight)"
-                            onmouseout="picChange(this, btnNormal)"
-                            onmousedown="picChange(this, btnDown)"
-                            onclick="RUSure(this,'{Drop}')"
-                            title="Löschen"
-                            alt="Löschen"
-                            
src="/pb.WebMAUI/templates/default/image/btn_delete1a.png" />
-          -->
+        <td class="bg_color1" style="width: 24px">
           <input type="image" 
                  name="btnDelete{btnDeleteKey}"
                  title="{l_delete}"
                  alt="{l_delete}"
                  src="{imgDir}/images/btn_delete1a.png"
           />
-
         </td>
       </tr>
       <!-- END Drop -->




reply via email to

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