You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2008/07/28 11:57:05 UTC

svn commit: r680302 - /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html

Author: felixk
Date: Mon Jul 28 02:57:04 2008
New Revision: 680302

URL: http://svn.apache.org/viewvc?rev=680302&view=rev
Log:
Fix image url

Modified:
    cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html

Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html?rev=680302&r1=680301&r2=680302&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html (original)
+++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/templates/MultiValueEditorWithSuggestion.html Mon Jul 28 02:57:04 2008
@@ -19,11 +19,11 @@
       <td width="20px">
         <a id="${this.widgetId}.link" href="#" dojoAttachPoint="linkButton">${this.popupLinkText}</a>
         <br/>		
-        <img dojoAttachPoint="deleteButton" src="${this.resourcesUri}/forms/img/delete.gif"/>
+        <img dojoAttachPoint="deleteButton" src="${this.resourcesUri}/img/delete.gif"/>
         <br/>
-        <img dojoAttachPoint="moveUpButton" src="${this.resourcesUri}/forms/img/move_up.gif"/>
+        <img dojoAttachPoint="moveUpButton" src="${this.resourcesUri}/img/move_up.gif"/>
         <br/>
-        <img dojoAttachPoint="moveDownButton" src="${this.resourcesUri}/forms/img/move_down.gif"/>
+        <img dojoAttachPoint="moveDownButton" src="${this.resourcesUri}/img/move_down.gif"/>
         <br/>
       </td>
     </tr>