fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14468]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14468]
Date: Wed, 25 Nov 2015 00:00:27 +0000

Revision: 14468
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14468
Author:   nelson224
Date:     2015-11-25 00:00:26 +0000 (Wed, 25 Nov 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-11-24 23:53:30 UTC (rev 14467)
+++ branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl       
2015-11-25 00:00:26 UTC (rev 14468)
@@ -8,7 +8,7 @@
        <xsl:call-template name="jquery_phpgw_i18n"/>
 </xsl:template>
 
-<!-- add / edit  -->
+
 <xsl:template xmlns:php="http://php.net/xsl"; match="edit">
        <h3><xsl:value-of select="php:function('lang', 
'dashboard_title')"/></h3>
        <div>
@@ -31,6 +31,24 @@
                                        </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>
+                                                               
<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]