fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8565] bkbooking: minor fixes empty edit links


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [8565] bkbooking: minor fixes empty edit links
Date: Thu, 12 Jan 2012 15:25:12 +0000

Revision: 8565
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8565
Author:   kjell
Date:     2012-01-12 15:25:11 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
bkbooking: minor fixes empty edit links

Modified Paths:
--------------
    trunk/booking/templates/base/allocation_edit.xsl
    trunk/booking/templates/base/booking_edit.xsl
    trunk/booking/templates/base/building_form.xsl

Modified: trunk/booking/templates/base/allocation_edit.xsl
===================================================================
--- trunk/booking/templates/base/allocation_edit.xsl    2012-01-12 15:20:40 UTC 
(rev 8564)
+++ trunk/booking/templates/base/allocation_edit.xsl    2012-01-12 15:25:11 UTC 
(rev 8565)
@@ -3,7 +3,7 @@
 
        <ul class="pathway">
            <li><xsl:value-of select="php:function('lang', 'Allocations')" 
/></li>
-           <li><a href="">#<xsl:value-of select="allocation/id"/></a></li>
+           <li>#<xsl:value-of select="allocation/id"/></li>
        </ul>
     <xsl:call-template name="msgbox"/>
        <xsl:call-template name="yui_booking_i18n"/>

Modified: trunk/booking/templates/base/booking_edit.xsl
===================================================================
--- trunk/booking/templates/base/booking_edit.xsl       2012-01-12 15:20:40 UTC 
(rev 8564)
+++ trunk/booking/templates/base/booking_edit.xsl       2012-01-12 15:25:11 UTC 
(rev 8565)
@@ -3,7 +3,7 @@
 
         <ul class="pathway">
             <li><xsl:value-of select="php:function('lang', 'Bookings')" /></li>
-            <li><a href="">#<xsl:value-of select="booking/id"/></a></li>
+            <li>#<xsl:value-of select="booking/id"/></li>
         </ul>
     <xsl:call-template name="msgbox"/>
        <xsl:call-template name="yui_booking_i18n"/>

Modified: trunk/booking/templates/base/building_form.xsl
===================================================================
--- trunk/booking/templates/base/building_form.xsl      2012-01-12 15:20:40 UTC 
(rev 8564)
+++ trunk/booking/templates/base/building_form.xsl      2012-01-12 15:25:11 UTC 
(rev 8565)
@@ -8,9 +8,7 @@
                        </li>
                        <xsl:if test="not(new_form)">
                                <li>
-                                       <a href="{building/building_link}">
                                                <xsl:value-of 
select="building/name"/>
-                                       </a>
                                </li>
                        </xsl:if>
                </ul>




reply via email to

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