pallete: " is missing in HTML
-----------------------------

                 Key: WICKET-255
                 URL: https://issues.apache.org/jira/browse/WICKET-255
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 2.0
            Reporter: Jan Loose
            Priority: Minor
             Fix For: 2.0


Index: Palette.html
===================================================================
--- Palette.html        (revision 503672)
+++ Palette.html        (working copy)
@@ -37,7 +37,7 @@
        <td class="buttons">
                <button type="button" wicket:id="addButton" class="button 
add"><img wicket:id="image" src="add.gif"/></button><br/>
                <button type="button" wicket:id="removeButton" class="button 
remove"><img wicket:id="image" src="remove.gif"/></button><br/>
-               <button type="button" wicket:id="moveUpButton" class button 
up"><img wicket:id="image" src="up.gif"/></button><br/>
+               <button type="button" wicket:id="moveUpButton" class="button 
up"><img wicket:id="image" src="up.gif"/></button><br/>
                <button type="button" wicket:id="moveDownButton" class="button 
down"><img wicket:id="image" src="down.gif"/></button><br/>
        </td>
        <td class="pane selection">


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to