phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default form_documentation.tp


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default form_documentation.tpl,1.1.2.1,1.1.2.2 list_documentation.tpl,1.1,1.1.2.1 form_equipment_attribute.tpl,1.2,1.2.2.1 form_property_attribute.tpl,1.1.1.1,1.1.1.1.2.1
Date: Wed, 20 Nov 2002 13:39:33 -0500

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv19201/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        form_documentation.tpl list_documentation.tpl 
        form_equipment_attribute.tpl form_property_attribute.tpl 
Log Message:
no message

Index: form_documentation.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/templates/default/form_documentation.tpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** form_documentation.tpl      18 Nov 2002 19:12:38 -0000      1.1.2.1
--- form_documentation.tpl      20 Nov 2002 18:39:29 -0000      1.1.2.2
***************
*** 66,73 ****
  
  
!       <tr>
                <td>{lang_category}:</td>   
!               <td><select name="new_cat"><option 
value="">{lang_select_cat}</option>{category_list}</select></font></td>
        </tr>
        <tr>
                <td><h3>{lang_detailing}:</h3></td>
--- 66,74 ----
  
  
! <!--  <tr>
                <td>{lang_category}:</td>   
!               <td><select name="new_cat"><option 
value="">{lang_select_cat}</option>{equipment_type_list}</select></font></td>
        </tr>
+ -->
        <tr>
                <td><h3>{lang_detailing}:</h3></td>
***************
*** 123,128 ****
                <td height="50"><input type="reset" name="reset" 
value="{lang_reset}"></form></td>
                <td height="50">
-                       {hidden_vars}
                        <form method="POST" action="{done_url}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
        </tr>
--- 124,129 ----
                <td height="50"><input type="reset" name="reset" 
value="{lang_reset}"></form></td>
                <td height="50">
                        <form method="POST" action="{done_url}">
+                       {hidden_vars}
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
        </tr>

Index: list_documentation.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/templates/default/list_documentation.tpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** list_documentation.tpl      15 Nov 2002 21:27:28 -0000      1.1
--- list_documentation.tpl      20 Nov 2002 18:39:29 -0000      1.1.2.1
***************
*** 8,12 ****
                <td width="33%" align="left">
                        <form action="{cats_action}" name="form" method="POST">
!                       {lang_category}&nbsp;&nbsp;&nbsp;<select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_all}</option>{cats_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
                <td width="33%" align="center">{lang_showing}</td>
--- 8,12 ----
                <td width="33%" align="left">
                        <form action="{cats_action}" name="form" method="POST">
!                       {lang_category}&nbsp;&nbsp;&nbsp;<select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_property}</option>{equipment_type_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
                <td width="33%" align="center">{lang_showing}</td>
***************
*** 34,39 ****
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_entrance}</font></td>
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_floor}</font></td>
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_equipment}</font></td>
!               <td width="10%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_drawing}</font></td>
        </tr>
  
--- 34,41 ----
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_entrance}</font></td>
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_floor}</font></td>
+               <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{lang_apartment}</font></td>
                <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_equipment}</font></td>
!               <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{sort_type}</font></td>
!               <td width="5%" bgcolor="{th_bg}" align="center"><font 
face="{font}">{lang_details}</font></td>
        </tr>
  
***************
*** 45,49 ****
--- 47,53 ----
                <td><font face="{font}">{seksjons_id}</font></td>
                <td><font face="{font}">{etasje}</font></td>
+               <td><font face="{font}">{leie_id}</font></td>
                <td><font face="{font}">{equipment_id}</font></td>
+               <td><font face="{font}">{type}</font></td>
                <td align="center"><a 
href="{link_details}">{lang_details}</a></td>
        </tr>

Index: form_equipment_attribute.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/templates/default/form_equipment_attribute.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** form_equipment_attribute.tpl        3 Sep 2002 22:15:39 -0000       1.2
--- form_equipment_attribute.tpl        20 Nov 2002 18:39:29 -0000      1.2.2.1
***************
*** 44,50 ****
        <tr>
        <td></td>
!       <td align="left"><a href="{equipment_def}">{lang_equipment_def}</a></td>
        </tr>
!       
        
      </table>
--- 44,50 ----
        <tr>
        <td></td>
!       <td align="left"><a 
href="{equipment_def}">{lang_equipment_def}</a>&nbsp;|&nbsp;<a 
href="{extra_info}">{lang_extra_info}</a></td>
        </tr>
! 
        
      </table>

Index: form_property_attribute.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/templates/default/form_property_attribute.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** form_property_attribute.tpl 28 Aug 2002 16:43:20 -0000      1.1.1.1
--- form_property_attribute.tpl 20 Nov 2002 18:39:29 -0000      1.1.1.1.2.1
***************
*** 44,48 ****
        <tr>
        <td></td>
!       <td align="left"><a href="{property_def}">{lang_property_def}</a></td>
        </tr>
        
--- 44,48 ----
        <tr>
        <td></td>
!       <td align="left"><a 
href="{property_def}">{lang_property_def}</a>&nbsp;|&nbsp;<a 
href="{extra_info}">{lang_extra_info}</a></td>
        </tr>
        





reply via email to

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