fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15792]


From: nelson . guerra
Subject: [Fmsystem-commits] [15792]
Date: Tue, 4 Oct 2016 03:33:30 +0000 (UTC)

Revision: 15792
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15792
Author:   nelson224
Date:     2016-10-04 03:33:30 +0000 (Tue, 04 Oct 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/templates/base/import_components.xsl

Modified: 
branches/dev-syncromind-2/property/templates/base/import_components.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/import_components.xsl     
2016-10-04 03:33:13 UTC (rev 15791)
+++ branches/dev-syncromind-2/property/templates/base/import_components.xsl     
2016-10-04 03:33:30 UTC (rev 15792)
@@ -76,6 +76,15 @@
                                                </div>
                                                <div class="pure-control-group">
                                                        <label for="vendor">
+                                                               <xsl:value-of 
select="php:function('lang', 'Profile')" />
+                                                       </label>
+                                                       <select 
id="profile_list" name="profile_list">
+                                                               
<xsl:apply-templates select="profile_list/options"/>
+                                                       </select>
+                                                       <img 
src="{image_loader}" class="get-profile" align="absmiddle"></img>
+                                               </div>
+                                               <div class="pure-control-group">
+                                                       <label for="vendor">
                                                                <xsl:value-of 
select="php:function('lang', 'Template')" />
                                                        </label>
                                                        <select 
id="template_list" name="template_list">
@@ -117,7 +126,7 @@
                                                        </ul>
                                                        <div id="tab-1">
                                                                <select 
id="sheet_id" name="sheet_id">
-                                                                       <option 
value=''>Select Sheet</option>
+                                                                       <option 
value=''><xsl:value-of select="php:function('lang', 'Select Sheet')"/></option>
                                                                </select>
                                                                <input 
type="button" id="step2" name="step2" size="40">
                                                                        
<xsl:attribute name="value">
@@ -164,10 +173,20 @@
                                                                                
</div>
                                                                                
<div class="pure-control-group">
                                                                                
        <label><xsl:value-of select="php:function('lang', 'Save Profile')" 
/></label>
-                                                                               
        <input type="checkbox" value="1" id="save_profile" name="save_profile" 
checked="true"/>
+                                                                               
        <input type="checkbox" value="1" id="save_profile" name="save_profile" 
checked="true"/>                                                                
                                                                                
 
                                                                                
</div>
-                                                                       </div>
-                                                                       
+                                                                               
<div class="pure-control-group">
+                                                                               
        <label><xsl:value-of select="php:function('lang', 'add')" /></label>
+                                                                               
        <input type="radio" value="1" id="profile_option_save_1" 
name="profile_option_save" checked="true"/>
+                                                                               
        <input type="text" value="" id="name_profile" name="name_profile" />
+                                                                               
</div>
+                                                                               
<div class="pure-control-group">
+                                                                               
        <label><xsl:value-of select="php:function('lang', 'update')" /></label>
+                                                                               
        <input type="radio" value="2" id="profile_option_save_2" 
name="profile_option_save" disabled="true"/>
+                                                                               
        <div id="profile_selected" style="display:inline-block; 
margin-right:10px;"></div>
+                                                                               
        <input type="hidden" id="cod_profile_selected" 
name="cod_profile_selected" value=""></input>
+                                                                               
</div>
+                                                                       </div>  
                        
                                                                </div>
                                                                <div 
class="pure-control-group">
                                                                        <label 
for="vendor">




reply via email to

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