phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20914] Feature : added copy


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [20914] Feature : added copy
Date: Tue, 05 Jan 2010 17:56:54 +0000

Revision: 20914
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20914
Author:   maat
Date:     2010-01-05 17:56:54 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Feature : added copy

Added Paths:
-----------
    modules/ged/trunk/templates/base/copy.tpl

Added: modules/ged/trunk/templates/base/copy.tpl
===================================================================
--- modules/ged/trunk/templates/base/copy.tpl                           (rev 0)
+++ modules/ged/trunk/templates/base/copy.tpl   2010-01-05 17:56:54 UTC (rev 
20914)
@@ -0,0 +1,32 @@
+<div id="ged_add_file">
+{errormessage}
+<table border="0" cellpadding="5" width="100%">
+<table>
+<tr>
+<td>
+<h2 id="versions">Version</h2>
+<form enctype="multipart/form-data" action="{action_update}#versions" 
method="post">
+<input type="hidden" name="{version_id_field}" value="{version_id_value}">
+<input type="hidden" name="{element_id_field}" value="{element_id_value}">
+</td>
+</tr>
+<tr>
+<td>
+  {lang_version} :
+</td>
+<td>  
+  <input type="text" default_class="{input_default_class}"  
focused_class="{input_active_class}" name="{major_field}" value="{major_value}" 
size="2" maxlength="2"/> . <input type="text" 
default_class="{input_default_class}"  focused_class="{input_active_class}" 
name="{minor_field}" value="{minor_value}" size="2" maxlength="2"/> . <input 
type="text" default_class="{input_default_class}"  
focused_class="{input_active_class}" name="{draft_field}" value="{draft_value}" 
size="2" maxlength="2"/>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td style="vertical-align: top; text-align: center;" colspan="2">
+<input type="submit" name="{copy_version_field}" value="{copy_version_action}">
+<input type="reset" name="{reset_version_field}" 
value="{reset_version_action}">
+<input type="submit" name="{go_back_field}" value="{go_back_action}">
+</form>
+</td>
+</tr>
+</table>


Property changes on: modules/ged/trunk/templates/base/copy.tpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain





reply via email to

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