Changeset 12507 for main/waeup.ikoba
- Timestamp:
- 22 Jan 2015, 10:11:55 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/widgets/orderedSelectionList.pt
r12506 r12507 152 152 </td> 153 153 <td> 154 <button name="from2toButton" type="button" value=" ->"154 <button class="btn btn-default" name="from2toButton" type="button" value=" ->" 155 155 onclick="javascript:from2to()" 156 156 tal:attributes="onClick string:javascript:from2to('${view/name}')" 157 > -></button>157 ><img src="/static/img/arrow-right.png" alt="Add" /></button> 158 158 <br /> 159 <button name="to2fromButton" type="button" value="<-"159 <button class="btn btn-default" name="to2fromButton" type="button" 160 160 onclick="javascript:to2from()" 161 161 tal:attributes="onClick string:javascript:to2from('${view/name}')" 162 > <- </button>162 ><img src="/static/img/arrow-left.png" alt="Remove" /></button> 163 163 </td> 164 164 <td> … … 183 183 </td> 184 184 <td> 185 <button 185 <button class="btn btn-default" 186 186 name="upButton" type="button" value="^" 187 187 onclick="javascript:moveUp()" 188 188 tal:attributes="onClick string:javascript:moveUp('${view/name}')" 189 > ^</button>189 ><img src="/static/img/arrow-up.png" alt="Up" /></button> 190 190 <br /> 191 <button 191 <button class="btn btn-default" 192 192 name="downButton" type="button" value="v" 193 193 onclick="javascript:moveDown()" 194 194 tal:attributes="onClick string:javascript:moveDown('${view/name}')" 195 > v</button>195 ><img src="/static/img/arrow-down.png" alt="Down" /></button> 196 196 </td> 197 197 </tr>
Note: See TracChangeset for help on using the changeset viewer.