fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14137] fixing forms


From: Saul
Subject: [Fmsystem-commits] [14137] fixing forms
Date: Thu, 08 Oct 2015 00:33:51 +0000

Revision: 14137
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14137
Author:   psaul
Date:     2015-10-08 00:33:50 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
fixing forms

Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/allocation_info.xsl

Modified: branches/dev-syncromind/booking/templates/base/allocation_info.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/allocation_info.xsl  
2015-10-08 00:32:16 UTC (rev 14136)
+++ branches/dev-syncromind/booking/templates/base/allocation_info.xsl  
2015-10-08 00:33:50 UTC (rev 14137)
@@ -18,9 +18,9 @@
     </div>
     <xsl:if test="allocation/add_link">
         <div class="actions">
-            <button 
onclick="location.href='{allocation/add_link}'"><xsl:value-of 
select="php:function('lang', 'Create new booking')"/></button>
+            <button onclick="location.href='{allocation/add_link}'" 
class="pure-button pure-button-primary"><xsl:value-of 
select="php:function('lang', 'Create new booking')"/></button>
             <xsl:if test="allocation/delete_link">
-                <button 
onclick="location.href='{allocation/delete_link}'"><xsl:value-of 
select="php:function('lang', 'Delete allocation')"/></button>
+                <button onclick="location.href='{allocation/delete_link}'" 
class="pure-button-primary"><xsl:value-of select="php:function('lang', 'Delete 
allocation')"/></button>
             </xsl:if>
         </div>
     </xsl:if>




reply via email to

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