phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] ged/templates/base update_file.tpl


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/templates/base update_file.tpl
Date: Wed, 21 Mar 2007 22:50:59 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/03/21 22:50:59

Modified files:
        templates/base : update_file.tpl 

Log message:
        modification of templates for document relations management

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/templates/base/update_file.tpl?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: update_file.tpl
===================================================================
RCS file: /sources/phpgroupware/ged/templates/base/update_file.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- update_file.tpl     20 Mar 2007 17:49:37 -0000      1.3
+++ update_file.tpl     21 Mar 2007 22:50:59 -0000      1.4
@@ -74,44 +74,52 @@
 </td>
 </tr>
 <tr>
-<td>
-<table width="100%">
- <tr>
-  <td valign="top">
-   <h3>Relations</h3>
-   <table>
-<!-- BEGIN relations_list_block -->
+<td style="border: 1px black solid;">
+
+<table width="100%" height="100%" >
 <tr>
-<td>
-<input name="{relations_id_field}" type="text" value="{relations_id_value}"/>
-<input name="{relations_type_field}" type="text" 
value="{relations_type_value}"/>
-</td>
-</tr>
-<!-- END relations_list_block -->
-   </table>
-  </td>
-  <td valign="top">
+<td valign="top" height="100%" width="50%">
    <h3>Search</h3>
-   <table>
+ <table width="70%">
    <tr>
    <td colspan="2">
    <input type="text" name="query" value="{search_query}"> <input 
type="submit" name="search"value="search" >
    </td>
    </tr>
 <!-- BEGIN search_list_block -->
-<tr>
-<td width="20" valign="bottom">
-<img src="{status_image}">
-</td>
-<td valign="top"><a href="{search_link}">{name} [{reference}] {version}</a> 
({element_id} {version_id})</td>
-<td width="20" valign="bottom">
-<input type="image" 
src="/phpgroupwarehead/ged/templates/base/images/add-16.png" 
name="do_add_relation" value="{version_id}">
-</td>
-</tr>
+ <tr>
+ <td width="20" valign="bottom">
+ <img src="{status_image}">
+ </td>
+ <td valign="top"><a href="{search_link}">{name} [{reference}] 
{version}</a></td>
+ <td width="20" valign="bottom">
+ <input type="image" 
src="/phpgroupwarehead/ged/templates/base/images/add-16.png" 
name="do_add_relation" value="{version_id}">
+ </td>
+ </tr>
 <!-- END search_list_block -->
    </table>
+</td>
+<td valign="top">
+  <h3>Relations</h3>
+  <table width="100%">
+<!-- BEGIN relations_list_block -->
+  <tr>
+  <td><img src="{relations_element_status_image}" />
+  </td>
+  <td>{relations_element_name} [{relations_element_reference}] 
v{relations_element_major}.{relations_element_minor}
+  <input name="{relations_id_field}" type="hidden" 
value="{relations_id_value}"/>
+  </td>
+  <td>
+  <input name="{relations_type_field}" type="text" 
value="{relations_type_value}"/>
+  </td>
+  <td>
+  <input type="image" 
src="/phpgroupwarehead/ged/templates/base/images/remove-16.png" 
name="do_remove_relation" value="{relations_id_value}">
   </td>
  </tr>
+<!-- END relations_list_block -->
+  </table>
+ </td>
+</tr>
 </table>
 </td>
 </tr>          




reply via email to

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