Ignore:
Timestamp:
22 Jan 2015, 10:11:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace buttons. That's all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/widgets/orderedSelectionList.pt

    r12506 r12507  
    152152    </td>
    153153    <td>
    154       <button name="from2toButton" type="button" value=" -&gt;"
     154      <button class="btn btn-default" name="from2toButton" type="button" value=" -&gt;"
    155155          onclick="javascript:from2to()"
    156156          tal:attributes="onClick string:javascript:from2to('${view/name}')"
    157           >&nbsp;-&gt;</button>
     157          ><img src="/static/img/arrow-right.png" alt="Add" /></button>
    158158      <br />
    159       <button name="to2fromButton" type="button" value="&lt;- "
     159      <button class="btn btn-default" name="to2fromButton" type="button"
    160160          onclick="javascript:to2from()"
    161161          tal:attributes="onClick string:javascript:to2from('${view/name}')"
    162           >&lt;-&nbsp;</button>
     162          ><img src="/static/img/arrow-left.png" alt="Remove" /></button>
    163163    </td>
    164164    <td>
     
    183183    </td>
    184184    <td>
    185       <button
     185      <button class="btn btn-default"
    186186          name="upButton" type="button" value="^"
    187187          onclick="javascript:moveUp()"
    188188          tal:attributes="onClick string:javascript:moveUp('${view/name}')"
    189           >^</button>
     189          ><img src="/static/img/arrow-up.png" alt="Up" /></button>
    190190      <br />
    191       <button
     191      <button class="btn btn-default"
    192192          name="downButton" type="button" value="v"
    193193          onclick="javascript:moveDown()"
    194194          tal:attributes="onClick string:javascript:moveDown('${view/name}')"
    195           >v</button>
     195          ><img src="/static/img/arrow-down.png" alt="Down" /></button>
    196196    </td>
    197197  </tr>
Note: See TracChangeset for help on using the changeset viewer.