fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12165] add purecss class to buttons (add/new/edit/ca


From: Alejandro
Subject: [Fmsystem-commits] [12165] add purecss class to buttons (add/new/edit/cancel)
Date: Mon, 13 Oct 2014 15:42:26 +0000

Revision: 12165
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12165
Author:   nudrick
Date:     2014-10-13 15:42:25 +0000 (Mon, 13 Oct 2014)
Log Message:
-----------
add purecss class to buttons (add/new/edit/cancel)

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

Modified: branches/dev-syncromind/property/templates/base/condition_survey.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/condition_survey.xsl        
2014-10-13 15:16:05 UTC (rev 12164)
+++ branches/dev-syncromind/property/templates/base/condition_survey.xsl        
2014-10-13 15:42:25 UTC (rev 12165)
@@ -371,8 +371,8 @@
                             <xsl:variable name="lang_save">
                                 <xsl:value-of select="php:function('lang', 
'save')" />
                             </xsl:variable>
-                            <input type="submit" name="save_project" 
value="{$lang_save}" title = "{$lang_save}" />
-                            <input class="button" type="button" 
name="cancelButton" id ='cancelButton' value="{$lang_cancel}" title = 
"{$lang_cancel}" onClick="document.cancel_form.submit();"/>
+                            <input type="submit" class="pure-button" 
name="save_project" value="{$lang_save}" title = "{$lang_save}" />
+                            <input class="pure-button" type="button" 
name="cancelButton" id ='cancelButton' value="{$lang_cancel}" title = 
"{$lang_cancel}" onClick="document.cancel_form.submit();"/>
                         </xsl:when>
                         <xsl:otherwise>
                             <xsl:variable name="lang_edit">
@@ -381,9 +381,9 @@
                             <xsl:variable name="lang_new_survey">
                                 <xsl:value-of select="php:function('lang', 
'new')" />
                             </xsl:variable>
-                            <input type="button" name="edit_survey" 
value="{$lang_edit}" title = "{$lang_edit}"  
onClick="document.load_edit_form.submit();"/>
-                            <input type="button" name="new_survey" 
value="{$lang_new_survey}" title = "{$lang_new_survey}" 
onClick="document.new_form.submit();"/>
-                            <input class="button" type="button" 
name="cancelButton" id ='cancelButton' value="{$lang_cancel}" title = 
"{$lang_cancel}" onClick="document.cancel_form.submit();"/>
+                            <input type="button" class="pure-button" 
name="edit_survey" value="{$lang_edit}" title = "{$lang_edit}"  
onClick="document.load_edit_form.submit();"/>
+                            <input type="button" class="pure-button" 
name="new_survey" value="{$lang_new_survey}" title = "{$lang_new_survey}" 
onClick="document.new_form.submit();"/>
+                            <input class="pure-button" type="button" 
name="cancelButton" id ='cancelButton' value="{$lang_cancel}" title = 
"{$lang_cancel}" onClick="document.cancel_form.submit();"/>
                         </xsl:otherwise>
                     </xsl:choose>
                 </div>




reply via email to

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