fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12167] change style to buttons


From: Alejandro
Subject: [Fmsystem-commits] [12167] change style to buttons
Date: Mon, 13 Oct 2014 21:52:22 +0000

Revision: 12167
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12167
Author:   nudrick
Date:     2014-10-13 21:52:20 +0000 (Mon, 13 Oct 2014)
Log Message:
-----------
change style to buttons

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 19:23:03 UTC (rev 12166)
+++ branches/dev-syncromind/property/templates/base/condition_survey.xsl        
2014-10-13 21:52:20 UTC (rev 12167)
@@ -33,6 +33,8 @@
         </xsl:variable>
 
         <xsl:value-of select="validator"/>
+               
+               <h1><input type="text" id="txt1" value="{$action_url}" /></h1>
         
         <form name="form" class="pure-form pure-form-aligned" id="form" 
action="{$action_url}" method="post" ENCTYPE="multipart/form-data">
                             
@@ -371,8 +373,8 @@
                             <xsl:variable name="lang_save">
                                 <xsl:value-of select="php:function('lang', 
'save')" />
                             </xsl:variable>
-                            <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();"/>
+                            <input type="submit" class="pure-button 
pure-button-primary" name="save_project" value="{$lang_save}" title = 
"{$lang_save}" />
+                            <input class="pure-button pure-button-primary" 
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 +383,9 @@
                             <xsl:variable name="lang_new_survey">
                                 <xsl:value-of select="php:function('lang', 
'new')" />
                             </xsl:variable>
-                            <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();"/>
+                            <input type="button" class="pure-button 
pure-button-primary" name="edit_survey" value="{$lang_edit}" title = 
"{$lang_edit}"  onClick="document.load_edit_form.submit();"/>
+                            <input type="button" class="pure-button 
pure-button-primary" name="new_survey" value="{$lang_new_survey}" title = 
"{$lang_new_survey}" onClick="document.new_form.submit();"/>
+                            <input class="pure-button pure-button-primary" 
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]