|
Lines 521-539
Link Here
|
| 521 |
</li> |
521 |
</li> |
| 522 |
[% END %] |
522 |
[% END %] |
| 523 |
<li class="radio"> |
523 |
<li class="radio"> |
| 524 |
|
524 |
<label for="show_mine"> |
| 525 |
<label for="show_mine">Show my funds only:</label> |
525 |
[% IF ( show_mine ) %] |
| 526 |
[% IF ( show_mine ) %] |
526 |
<input type="checkbox" id="show_mine" name="show_mine" value="1" checked="checked" /> |
| 527 |
<input type="checkbox" id="show_mine" name="show_mine" value="1" checked="checked" /> |
527 |
[% ELSE %] |
| 528 |
[% ELSE %] |
528 |
<input type="checkbox" id="show_mine" name="show_mine" value="1" /> |
| 529 |
<input type="checkbox" id="show_mine" name="show_mine" value="1" /> |
529 |
[% END %] |
| 530 |
[% END %] |
530 |
Show my funds only |
|
|
531 |
</label> |
| 531 |
</li> |
532 |
</li> |
| 532 |
</ol> |
533 |
</ol> |
| 533 |
</fieldset> |
534 |
</fieldset> |
| 534 |
<fieldset class="action"> |
535 |
<fieldset class="action"> |
| 535 |
<input type="hidden" name="op" value="list" /> |
536 |
<input type="hidden" name="op" value="list" /> |
| 536 |
<input type="submit" class="submit" name="filter" value="Go" /> |
537 |
<input type="submit" class="btn btn-primary" name="filter" value="Go" /> |
| 537 |
</fieldset> |
538 |
</fieldset> |
| 538 |
</form>[% END %] |
539 |
</form>[% END %] |
| 539 |
|
540 |
|