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.5


From: nomail
Subject: [Phpgroupware-cvs] projects/templates/default/list_employees.tpl, 1.5
Date: Fri, 21 May 2004 20:49:19 -0000

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

date: 2004/04/28 13:34:50;  author: ceb;  state: Exp;  lines: +38 -9

Log Message:
update
=====================================================================
Index: projects/templates/default/list_employees.tpl
diff -u projects/templates/default/list_employees.tpl:1.4 
projects/templates/default/list_employees.tpl:1.5
--- projects/templates/default/list_employees.tpl:1.4   Wed Mar 24 16:35:15 2004
+++ projects/templates/default/list_employees.tpl       Wed Apr 28 13:34:50 2004
@@ -6,7 +6,7 @@
 {message}
 <table width="75%" border="0" cellpadding="2" cellspacing="2" align="center">
        <tr>
-               <td colspan="3" width="100%">
+               <td colspan="5" width="100%">
                        <table border="0" width="100%">
                                <tr>
                                {left}
@@ -17,22 +17,34 @@
                </td>
        </tr>
        <tr>
-               <td width="100%" align="right" colspan="3"><form method="POST" 
name="query" action="{search_action}">{search_list}</form></td>
+               <td width="100%" align="right" colspan="5"><form method="POST" 
name="query" action="{search_action}">{search_list}</form></td>
        </tr>
        <tr bgcolor="{th_bg}">
-               <td width="45%">{sort_name}</td>
-               <td width="50%">
+               <td width="20%">{sort_name}</td>
+               <td width="35%">
                        <table border="0" cellpadding="0" cellspacing="0" 
width="100%">
                                <tr>
-                                       <td colspan="2" 
align="center">{currency}&nbsp;{lang_accounting}</td>
+                                       <td colspan="2" 
align="center">{lang_period}</td>
+                               </tr>
+                               <tr align="center">
+                                       <td width="50%">{lang_sdate}</td>
+                                       <td width="50%">{lang_edate}</td>
                                </tr>
+                       </table>
+               </td>
+               <td width="35%">
+                       <table border="0" cellpadding="0" cellspacing="0" 
width="100%">
                                <tr>
-                                       <td width="50%" 
align="right">{sort_per_hour}</td>
-                                       <td width="50%" 
align="right">{sort_per_day}</td>
+                                       <td colspan="2" 
align="center">{currency}&nbsp;{lang_accounting}</td>
+                               </tr>
+                               <tr align="right">
+                                       <td width="50%">{sort_per_hour}</td>
+                                       <td width="50%">{sort_per_day}</td>
                                </tr>
                        </table>
                </td>
                <td width="5%">&nbsp;</td>
+               <td width="5%">&nbsp;</td>
        </tr>
 
 <!-- BEGIN emp_list -->
@@ -41,12 +53,21 @@
                <td><a href="{edit_url}">{emp_name}</a></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>
 
@@ -57,13 +78,21 @@
                        <td><select 
name="values[account_id]">{emp_select}</select></td>
                        <td>
                                <table border="0" cellpadding="0" 
cellspacing="0" width="100%">
+                                       <tr align="center">
+                                               <td 
width="50%">{sdate_select}</td>
+                                               <td 
width="50%">{edate_select}</td>
+                                       </tr>
+                               </table>
+                       </td>
+                       <td>
+                               <table border="0" cellpadding="0" 
cellspacing="0" width="100%">
                                        <tr align="right">
                                                <td 
width="50%">[{currency}.c]&nbsp;<input type="text" name="values[accounting]" 
value="{accounting}" size="10"></td>
                                                <td width="50%"><input 
type="text" name="values[d_accounting]" value="{d_accounting}" size="10"></td>
                                        </tr>
                                </table>
                        </td>
-                       <td align="center"><input type="submit" 
name="values[save]" value="{lang_save_factor}"></td>
+                       <td align="center" colspan="2"><input type="submit" 
name="values[save]" value="{lang_add_factor}"></td>
                </form>
        <tr>
 </table>




reply via email to

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