fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14528]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14528]
Date: Sat, 05 Dec 2015 00:05:41 +0000

Revision: 14528
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14528
Author:   nelson224
Date:     2015-12-05 00:05:40 +0000 (Sat, 05 Dec 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl

Modified: branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl
===================================================================
--- branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl       
2015-12-05 00:03:43 UTC (rev 14527)
+++ branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl       
2015-12-05 00:05:40 UTC (rev 14528)
@@ -9,12 +9,12 @@
 </xsl:template>
 
 
-<xsl:template xmlns:php="http://php.net/xsl"; match="edit">
-       <h3><xsl:value-of select="php:function('lang', 
'dashboard_title')"/></h3>
+<xsl:template xmlns:php="http://php.net/xsl"; match="edit">     
        <div>
                <form id="form" name="form" method="post" action="" 
class="pure-form pure-form-aligned">
                        <div id="tab-content">
-                               <div id="working_on">
+                               <h3><xsl:value-of select="php:function('lang', 
'organization')"/></h3>
+                               <div>                                   
                                        <div>
                                                <xsl:for-each 
select="datatable_def">
                                                        <xsl:if test="container 
= 'datatable-container_0'">
@@ -30,27 +30,28 @@
                                                </xsl:for-each>
                                        </div>
                                </div>
-                               <div id="executive_officer">
-                                               <div class="pure-custom">
-                                                       <div 
class="pure-control-group">
-                                                               
<label><xsl:value-of select="php:function('lang', 'activity_state')"/></label>
-                                                               <select 
id="activity_state" name="activity_state">
-                                                                       
<xsl:apply-templates select="list_activity_state_options/options"/>
-                                                               </select>
-                                                               
<label><xsl:value-of select="php:function('lang', 'office')"/></label>
-                                                               <select 
id="activity_district" name="activity_district">
-                                                                       
<xsl:apply-templates select="list_activity_district_options/options"/>
-                                                               </select>
-                                                       </div>
-                                                       <div 
class="pure-control-group">
-                                                               
<label><xsl:value-of select="php:function('lang', 'Category')"/></label>
-                                                               <select 
id="activity_category" name="activity_category">
-                                                                       
<xsl:apply-templates select="list_activity_category_options/options"/>
-                                                               </select>       
                                                                                
                
-                                                               
<label><xsl:value-of select="php:function('lang', 'date')"/></label>
-                                                               <input 
type="text" id="date_change" name="date_change" value=""></input>
-                                                       </div>                  
                                                                                
        
+                               <h3><xsl:value-of select="php:function('lang', 
'activities')"/></h3>
+                               <div>
+                                       <div class="pure-custom">
+                                               <div class="pure-control-group">
+                                                       <label><xsl:value-of 
select="php:function('lang', 'activity_state')"/></label>
+                                                       <select 
id="activity_state" name="activity_state">
+                                                               
<xsl:apply-templates select="list_activity_state_options/options"/>
+                                                       </select>
+                                                       <label><xsl:value-of 
select="php:function('lang', 'office')"/></label>
+                                                       <select 
id="activity_district" name="activity_district">
+                                                               
<xsl:apply-templates select="list_activity_district_options/options"/>
+                                                       </select>
                                                </div>
+                                               <div class="pure-control-group">
+                                                       <label><xsl:value-of 
select="php:function('lang', 'Category')"/></label>
+                                                       <select 
id="activity_category" name="activity_category">
+                                                               
<xsl:apply-templates select="list_activity_category_options/options"/>
+                                                       </select>               
                                                                                
        
+                                                       <label><xsl:value-of 
select="php:function('lang', 'date')"/></label>
+                                                       <input type="text" 
id="date_change" name="date_change" value=""></input>
+                                               </div>                          
                                                                                
+                                       </div>
                                        <div>
                                                <xsl:for-each 
select="datatable_def">
                                                        <xsl:if test="container 
= 'datatable-container_1'">




reply via email to

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