phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/templates/default home_list.tpl, 1.1, 1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/templates/default home_list.tpl, 1.1, 1.2
Date: Fri, 19 Sep 2003 16:51:03 -0400

Update of /cvsroot/phpgroupware/projects/templates/default
In directory subversions:/tmp/cvs-serv13846/templates/default

Modified Files:
        home_list.tpl 
Log Message:
finished hook home

Index: home_list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/home_list.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** home_list.tpl       16 Sep 2003 00:50:23 -0000      1.1
--- home_list.tpl       19 Sep 2003 20:51:01 -0000      1.2
***************
*** 2,8 ****
  
  <center>
  <table border="0" width="98%" cellpadding="2" cellspacing="2">
!       <tr colspan="9">
!               <td colspan="8" width="100%">
                        <table border="0" width="100%">
                                <tr>
--- 2,9 ----
  
  <center>
+ 
  <table border="0" width="98%" cellpadding="2" cellspacing="2">
!       <tr>
!               <td colspan="7" width="100%">
                        <table border="0" width="100%">
                                <tr>
***************
*** 15,26 ****
        </tr>
        <tr>
!               <td colspan="2" width="25%" align="left">
!                       {action_list}
!                       <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!               <td colspan="2" width="20%" align="center"><form method="POST" 
name="status" action="{status_action}">
!                       <select name="status" 
onChange="this.form.submit();">{status_list}</select><noscript>
!                       &nbsp;<input type="submit" name="submit" 
value="Submit"></noscript></form></td>
!               <td colspan="2" width="20%" align="center"><form method="POST" 
name="filter" action="{filter_action}">{filter_list}</form></td>
!               <td colspan="2" width="35%" align="right"><form method="POST" 
name="query" action="{search_action}">{search_list}</form></td>
        </tr>
  </table>
--- 16,32 ----
        </tr>
        <tr>
!               <td colspan="2" width="33%" align="left">
!                       <form method="POST" action="{action_url}">
!                               {action_list}
!                               <noscript>&nbsp;<input type="submit" 
name="submit" value="{lang_submit}"></noscript>
!                       </form>
!               </td>
!               <td colspan="2" width="32%" align="center">
!                       <form method="POST" name="status" action="{action_url}">
!                               <select name="status" 
onChange="this.form.submit();">{status_list}</select>
!                               <noscript>&nbsp;<input type="submit" 
name="submit" value="Submit"></noscript>
!                       </form>
!               </td>
!               <td colspan="2" width="35%" align="right"><form method="POST" 
name="query" action="{action_url}">{search_list}</form></td>
        </tr>
  </table>
***************
*** 32,38 ****
          <td width="20%" align="center">{lang_milestones}</td>
                <td width="10%" align="center">{sort_end_date}</td>
!               <td width="10%" align="center">{lang_action}</td>
                <td width="5%" align="center">{lang_view}</td>
-               <td width="5%" align="center">{lang_edit}</td>
        </tr>
  
--- 38,43 ----
          <td width="20%" align="center">{lang_milestones}</td>
                <td width="10%" align="center">{sort_end_date}</td>
!               <td width="10%" align="center">{lang_jobs}</td>
                <td width="5%" align="center">{lang_view}</td>
        </tr>
  
***************
*** 45,51 ****
          <td>{milestones}</td>
                <td align="center" valign="top">{end_date}</td>
!               <td align="center" valign="top"><a 
href="{action_entry}">{lang_action_entry}</a></td>
                <td align="center" valign="top"><a 
href="{view}">{lang_view_entry}</a></td>
-               <td align="center" valign="top"><a 
href="{edit}">{lang_edit_entry}</a></td>
        </tr>
  
--- 50,55 ----
          <td>{milestones}</td>
                <td align="center" valign="top">{end_date}</td>
!               <td align="center" valign="top"><a 
href="{jobs}">{lang_jobs_entry}</a></td>
                <td align="center" valign="top"><a 
href="{view}">{lang_view_entry}</a></td>
        </tr>
  





reply via email to

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