Add initial/basic support for "simple" mobile grid filter w/ radio buttons
so far only one such filter is (presumably?) supported..etc.
This commit is contained in:
parent
9da7ba21bf
commit
f47157102c
10 changed files with 104 additions and 19 deletions
|
@ -7,12 +7,4 @@
|
|||
${h.link_to("New Receiving Batch", url('mobile.receiving.create'), class_='ui-btn ui-corner-all')}
|
||||
% endif
|
||||
|
||||
<fieldset data-role="controlgroup" data-type="horizontal">
|
||||
${h.radio('receiving-filter', value='pending', label="Pending", checked=True)}
|
||||
${h.radio('receiving-filter', value='complete', label="Complete", disabled='disabled')}
|
||||
${h.radio('receiving-filter', value='executed', label="Executed", disabled='disabled')}
|
||||
${h.radio('receiving-filter', value='all', label="All", disabled='disabled')}
|
||||
</fieldset>
|
||||
<br /><br />
|
||||
|
||||
${parent.body()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue