phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/templates/probusiness accounts.tpl, 1.1.2.4


From: Caeies
Subject: [Phpgroupware-cvs] admin/templates/probusiness accounts.tpl, 1.1.2.4
Date: Fri, 9 Dec 2005 10:32:00 +0100

Update of admin/templates/probusiness

Modified Files:
     Branch: Version-0_9_16-branch
            accounts.tpl lines: +5 -3

Log Message:
Applyed patch #4475 "Display users status" with adding support in probusiness 
template

====================================================
Index: admin/templates/probusiness/accounts.tpl
diff -u admin/templates/probusiness/accounts.tpl:1.1.2.3 
admin/templates/probusiness/accounts.tpl:1.1.2.4
--- admin/templates/probusiness/accounts.tpl:1.1.2.3    Mon Mar  1 09:46:39 2004
+++ admin/templates/probusiness/accounts.tpl    Fri Dec  9 09:32:11 2005
@@ -11,6 +11,7 @@
                <td>{lang_loginid}</td>
                <td>{lang_lastname}</td>
                <td>{lang_firstname}</td>
+               <td>{lang_status}</td>
                <td>{lang_edit}</td>
                <td>{lang_delete}</td>
                <td>{lang_view}</td>
@@ -32,9 +33,10 @@
           <td class="bg_color1">{row_loginid}</td>
           <td class="bg_color2">{row_lastname}</td>
           <td class="bg_color1">{row_firstname}</td>
-          <td class="bg_color2">{row_edit}</td>
-          <td class="bg_color1">{row_delete}</td>
-          <td class="bg_color2">{row_view}</td>
+         <td class="bg_color2">{row_status}</td>
+          <td class="bg_color1">{row_edit}</td>
+          <td class="bg_color2">{row_delete}</td>
+          <td class="bg_color1">{row_view}</td>
         </tr>
 <!-- END row -->







reply via email to

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