phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/templates/default/list_employees.tpl, 1.7


From: nomail
Subject: [Phpgroupware-cvs] projects/templates/default/list_employees.tpl, 1.7
Date: Sun, 23 May 2004 17:43:57 -0000

Update of /projects/templates/default
Modified Files:
        Branch: 
          list_employees.tpl

date: 2004/05/02 00:11:55;  author: ceb;  state: Exp;  lines: +33 -5

Log Message:
update
=====================================================================
Index: projects/templates/default/list_employees.tpl
diff -u projects/templates/default/list_employees.tpl:1.6 
projects/templates/default/list_employees.tpl:1.7
--- projects/templates/default/list_employees.tpl:1.6   Thu Apr 29 15:53:39 2004
+++ projects/templates/default/list_employees.tpl       Sun May  2 00:11:55 2004
@@ -27,8 +27,8 @@
                                        <td colspan="2" 
align="center">{lang_period}</td>
                                </tr>
                                <tr align="center">
-                                       <td width="50%">{lang_sdate}</td>
-                                       <td width="50%">{lang_edate}</td>
+                                       <td width="50%">{sort_sdate}</td>
+                                       <td width="50%">{sort_edate}</td>
                                </tr>
                        </table>
                </td>
@@ -54,8 +54,8 @@
                <td>
                        <table border="0" cellpadding="0" cellspacing="0" 
width="100%">
                                <tr align="center">
-                                       <td width="50%">{sdate}</td>
-                                       <td width="50%">{edate}</td>
+                                       <td width="50%">{sdate_formatted}</td>
+                                       <td width="50%">{edate_formatted}</td>
                                </tr>
                        </table>
                </td>
@@ -71,6 +71,8 @@
                <td align="center"><a href="{delete_emp}"><img 
src="{delete_img}" title="{lang_delete_factor}" border="0"></a></td>
        </tr>
 
+       {emp_timeframes}
+
 <!-- END emp_list -->
 
        <tr>
@@ -97,3 +99,29 @@
        <tr>
 </table>
 </center>
+
+<!-- BEGIN emp_tframe -->
+
+       <tr bgcolor="{tr_color}">
+               <td>&nbsp;</td>
+               <td>
+                       <table border="0" cellpadding="0" cellspacing="0" 
width="100%">
+                               <tr align="center">
+                                       <td width="50%">{sdate}</td>
+                                       <td width="50%">{edate}</td>
+                               </tr>
+                       </table>
+               </td>
+               <td>
+                       <table border="0" cellpadding="0" cellspacing="0" 
width="100%">
+                               <tr align="right">
+                                       <td width="50%">{factor}</td>
+                                       <td width="50%">{d_factor}</td>
+                               </tr>
+                       </table>
+               </td>
+               <td align="center"><a href="{edit_emp}"><img src="{edit_img}" 
title="{lang_edit_factor}" border="0"></a></td>
+               <td align="center"><a href="{delete_emp}"><img 
src="{delete_img}" title="{lang_delete_factor}" border="0"></a></td>
+       </tr>
+
+<!-- END emp_tframe -->




reply via email to

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