fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8153] bkbooking: fixed empty links backend


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [8153] bkbooking: fixed empty links backend
Date: Mon, 21 Nov 2011 14:19:40 +0000

Revision: 8153
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8153
Author:   kjell
Date:     2011-11-21 14:19:39 +0000 (Mon, 21 Nov 2011)
Log Message:
-----------
bkbooking: fixed empty links backend

Modified Paths:
--------------
    trunk/booking/templates/base/allocation.xsl
    trunk/booking/templates/base/booking.xsl
    trunk/booking/templates/base/building.xsl
    trunk/booking/templates/base/event_edit.xsl
    trunk/booking/templates/base/group.xsl
    trunk/booking/templates/base/organization.xsl
    trunk/booking/templates/base/resource.xsl

Modified: trunk/booking/templates/base/allocation.xsl
===================================================================
--- trunk/booking/templates/base/allocation.xsl 2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/allocation.xsl 2011-11-21 14:19:39 UTC (rev 
8153)
@@ -7,7 +7,7 @@
                     <xsl:value-of select="php:function('lang', 'Allocations')" 
/>
                 </a>
             </li>
-            <li><a href=""><xsl:value-of 
select="allocation/organization_name"/></a></li>
+            <li><xsl:value-of select="allocation/organization_name"/></li>
         </ul>
 
         <xsl:call-template name="msgbox"/>

Modified: trunk/booking/templates/base/booking.xsl
===================================================================
--- trunk/booking/templates/base/booking.xsl    2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/booking.xsl    2011-11-21 14:19:39 UTC (rev 
8153)
@@ -2,7 +2,7 @@
     <div id="content">
         <ul class="pathway">
             <li><a href="{booking/bookings_link}"><xsl:value-of 
select="php:function('lang', 'Bookings')" /></a></li>
-            <li><a href="">#<xsl:value-of select="booking/id"/> (<xsl:value-of 
select="booking/activity_name"/>)</a></li>
+            <li>#<xsl:value-of select="booking/id"/> (<xsl:value-of 
select="booking/activity_name"/>)</li>
         </ul>
 
         <xsl:call-template name="msgbox"/>

Modified: trunk/booking/templates/base/building.xsl
===================================================================
--- trunk/booking/templates/base/building.xsl   2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/building.xsl   2011-11-21 14:19:39 UTC (rev 
8153)
@@ -8,10 +8,8 @@
                                </a>
             </li>
             <li>
-                <a>
-                    <xsl:attribute name="href"><xsl:value-of 
select="building/building_link"/></xsl:attribute>
+                    
                     <xsl:value-of select="building/name"/>
-                </a>
             </li>
         </ul>
 

Modified: trunk/booking/templates/base/event_edit.xsl
===================================================================
--- trunk/booking/templates/base/event_edit.xsl 2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/event_edit.xsl 2011-11-21 14:19:39 UTC (rev 
8153)
@@ -2,7 +2,7 @@
     <div id="content">
         <ul class="pathway">
             <li><xsl:value-of select="php:function('lang', 'Events')" /></li>
-            <li><a href="">#<xsl:value-of select="event/id"/></a></li>
+            <li>#<xsl:value-of select="event/id"/></li>
         </ul>
     <xsl:call-template name="msgbox"/>
        <xsl:call-template name="yui_booking_i18n"/>

Modified: trunk/booking/templates/base/group.xsl
===================================================================
--- trunk/booking/templates/base/group.xsl      2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/group.xsl      2011-11-21 14:19:39 UTC (rev 
8153)
@@ -15,9 +15,7 @@
             </li>
             <li><xsl:value-of select="php:function('lang', 'Group')" /></li>
             <li>
-                <a href="">
                     <xsl:value-of select="group/name"/>
-                </a>
             </li>
         </ul>
         <xsl:call-template name="msgbox"/>

Modified: trunk/booking/templates/base/organization.xsl
===================================================================
--- trunk/booking/templates/base/organization.xsl       2011-11-21 13:14:43 UTC 
(rev 8152)
+++ trunk/booking/templates/base/organization.xsl       2011-11-21 14:19:39 UTC 
(rev 8153)
@@ -9,9 +9,7 @@
                 </a>
             </li>
             <li>
-                <a href="">
                     <xsl:value-of select="organization/name"/>
-                </a>
             </li>
         </ul>
         <dl class="proplist-col">

Modified: trunk/booking/templates/base/resource.xsl
===================================================================
--- trunk/booking/templates/base/resource.xsl   2011-11-21 13:14:43 UTC (rev 
8152)
+++ trunk/booking/templates/base/resource.xsl   2011-11-21 14:19:39 UTC (rev 
8153)
@@ -15,9 +15,7 @@
             </li>
             <li><xsl:value-of select="php:function('lang', 'Resources')" 
/></li>
             <li>
-                <a href="">
                     <xsl:value-of select="resource/name"/>
-                </a>
             </li>
         </ul>
         <xsl:call-template name="msgbox"/>




reply via email to

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