phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/templates/probusiness/index.tpl, 1.1.2.4


From: nomail
Subject: [Phpgroupware-cvs] addressbook/templates/probusiness/index.tpl, 1.1.2.4
Date: Wed, 16 Jun 2004 14:59:04 +0200

Update of /addressbook/templates/probusiness
Modified Files:
        Branch: Version-0_9_16-branch
          index.tpl

date: 2004/06/16 12:59:04;  author: fipsfuchs;  state: Exp;  lines: +15 -46

Log Message:
folders.png file was incorrect
index page now uses styles
=====================================================================
Index: addressbook/templates/probusiness/index.tpl
diff -u addressbook/templates/probusiness/index.tpl:1.1.2.3 
addressbook/templates/probusiness/index.tpl:1.1.2.4
--- addressbook/templates/probusiness/index.tpl:1.1.2.3 Mon Mar  1 09:42:17 2004
+++ addressbook/templates/probusiness/index.tpl Wed Jun 16 12:59:04 2004
@@ -11,66 +11,35 @@
   {search_filter}
   </div>
 
-  <table class="padding" align="center">
-      <tr>
+  <table class="padding" align="center" style="border: 2px solid #FFFFFF">
+      <tr class="header">
         {cols}
-        <td class="basicListHeader">{lang_view}</td>
-        <td class="basicListHeader">{lang_vcard}</td>
-        <td class="basicListHeader">{lang_edit}</td>
-        <td class="basicListHeader">{lang_owner}</td>
+        <td>{lang_view}</td>
+        <td>{lang_vcard}</td>
+        <td>{lang_edit}</td>
+        <td>{lang_owner}</td>
       </tr>
 <!-- END addressbook_header -->
 
 <!-- BEGIN column -->
-                       <td class="top">{col_data}&nbsp;</td>
+                       <td class="bg_color1">{col_data}</td>
 <!-- END column -->
 
 <!-- BEGIN row -->
       <tr class="bg_view">
         {columns}
-        <td class="top"><a href="{row_view_link}">{lang_view}</a></td>
-        <td class="top"><a href="{row_vcard_link}">{lang_vcard}</a></td>
-        <td class="top">{row_edit}</td>
-        <td class="top">{row_owner}</td>
+        <td class="bg_color2"><a href="{row_view_link}">{lang_view}</a></td>
+        <td class="bg_color2"><a href="{row_vcard_link}">{lang_vcard}</a></td>
+        <td class="bg_color2">{row_edit}</td>
+        <td class="bg_color2">{row_owner}</td>
       </tr>
 <!-- END row -->
 
 <!-- BEGIN addressbook_footer -->
   </table>
-
-    <table class="basic" align="center">
-      <tr>
-        <td>
-          <form action="{add_url}" method="post">
-            <input type="submit" name="Add" value="{lang_add}" />
-          </form>
-        </td>
-        <td>
-                       <form action="{cat_cont_url}" method="post">
-                                               <input type="submit" 
name="Categorize" value="{lang_cat_cont}" />
-                                       </form>
-                               </td>
-        <td>
-          <form action="{vcard_url}"  method="post">
-            <input type="submit" name="AddVcard" value="{lang_addvcard}" />
-          </form>
-        </td>
-        <td>
-          <form action="{import_url}" method="post">
-            <input type="submit" name="Import" value="{lang_import}" />
-          </form>
-        </td>
-        <td>
-          <form action="{import_alt_url}" method="post">
-            <input type="submit" name="Import" value="{lang_import_alt}" />
-          </form>
-        </td>
-        <td>
-          <form action="{export_url}" method="post">
-            <input type="submit" name="Export"   value="{lang_export}" />
-          </form>
-        </td>
-      </tr>
-    </table>
+       <br />
+       <form action="{add_url}" method="post">
+               <input type="submit" name="Add" value="{lang_add}" />
+       </form>
 <!-- END addressbook_footer -->
 




reply via email to

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