Changeset 1064 for WAeUP_SRP/trunk
- Timestamp:
- 14 Dec 2006, 21:00:24 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/scratch_card_search.xml
r1010 r1064 13 13 </property> 14 14 <property name="is_required">True</property> 15 <property name="label"> Search for used SC</property>16 <property name="label_edit">Search for used SC</property>15 <property name="label">>Search for Scratch Card</property> 16 <property name="label_edit">Search for Scratch Card</property> 17 17 <property name="readonly_layout_modes"/> 18 18 <property name="hidden_layout_modes"/> -
WAeUP_SRP/trunk/skins/waeup_pins/pins_view.pt
r1062 r1064 8 8 <span tal:condition="isAnon"> 9 9 </span> 10 <h3>Search PIN Section</h3> 11 <br /> 10 12 <span tal:condition="not:isAnon"> 11 13 <span tal:replace="structure rendered" /> … … 30 32 </tr> 31 33 </table> 32 <table width="100%" cellspacing="0" cellpadding="2" 33 summary="contents of the folder" 34 class="folderButtons"> 35 <tr> 36 <td align="left" valign="top" rowspan="3"></td> 37 <td align="left" valign="top"> 38 <input type="submit" name="disable_pins:method" 39 value="disable pins" 40 class="destructive" 41 tal:attributes="onclick python:'return window.confirm(\'%s\')' % 42 (cpsmcat('really disable ?'), )" 43 /> 44 </td> 45 <td align="left" valign="top"> 46 <input type="submit" name="enable_pins:method" 47 value="enable pins" 48 class="destructive" 49 tal:attributes="onclick python:'return window.confirm(\'%s\')' % 50 (cpsmcat('really enable ?'), )" 51 /> 52 </td> 53 </tr> 54 </table> 34 35 <span tal:condition="info/used"> 36 <br /> 37 <input type="submit" name="disable_pins:method" 38 value="disable pins" 39 class="destructive" 40 tal:attributes="onclick python:'return window.confirm(\'%s\')' % 41 (cpsmcat('really disable ?'), )" 42 /> 43 44 45 46 <input type="submit" name="enable_pins:method" 47 value="enable pins" 48 class="destructive" 49 tal:attributes="onclick python:'return window.confirm(\'%s\')' % 50 (cpsmcat('really enable ?'), )" 51 /> 52 <br /> 53 </span> 54 55 55 </form> 56 <h3>PIN Batches</h3> 57 <br /> 56 <br /> 57 <h3>PIN Batches</h3> 58 <br /> 58 59 <form action="." method="get"> 59 60 <select class="form-element" name=":action"
Note: See TracChangeset for help on using the changeset viewer.