You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/11/03 13:56:15 UTC

svn commit: r330541 - /lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml

Author: chestnut
Date: Thu Nov  3 04:56:12 2005
New Revision: 330541

URL: http://svn.apache.org/viewcvs?rev=330541&view=rev
Log:
fixed img references for up/down arrows

Modified:
    lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml

Modified: lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml?rev=330541&r1=330540&r2=330541&view=diff
==============================================================================
--- lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml (original)
+++ lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml Thu Nov  3 04:56:12 2005
@@ -66,22 +66,22 @@
                     <!-- Don't display the "move up" button on the first row -->
                     <jx:choose>
                       <jx:when test="${repeaterLoop.first}">
-                        <img src="resources/img/blank_btn.gif"/>
+                        <img src="/cforms/forms/img/blank_btn.gif"/>
                       </jx:when>
                       <jx:otherwise>
                         <ft:widget id="up">
-                          <fi:styling type="image" src="resources/img/move_up.gif"/>
+                          <fi:styling type="image" src="/cforms/forms/img/move_up.gif"/>
                         </ft:widget>
                       </jx:otherwise>
                     </jx:choose>
                     <!-- Don't display the "move down" button on the first row -->
                     <jx:choose>
                       <jx:when test="${repeaterLoop.last}">
-                        <img src="resources/img/blank_btn.gif"/>
+                        <img src="/cforms/forms/img/blank_btn.gif"/>
                       </jx:when>
                       <jx:otherwise>
                         <ft:widget id="down">
-                          <fi:styling type="image" src="resources/img/move_down.gif"/>
+                          <fi:styling type="image" src="/cforms/forms/img/move_down.gif"/>
                         </ft:widget>
                       </jx:otherwise>
                     </jx:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org