diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-19 16:52:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-19 16:52:11 +0200 |
commit | 13f5a889da9cd6fcb864ae0b84eb31e4e97a9d10 (patch) | |
tree | 0fcbe9725dac207e881e6c75a05421d0986ed1a8 /smarty/templates | |
parent | 9689e536a9c72251fc20512f81a24b3a92a53c22 (diff) |
Add 'need work' filter, fixed #88
Diffstat (limited to 'smarty/templates')
-rw-r--r-- | smarty/templates/rpmphp/rpm.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl index 535bfea..9f9d94f 100644 --- a/smarty/templates/rpmphp/rpm.tpl +++ b/smarty/templates/rpmphp/rpm.tpl @@ -28,6 +28,7 @@ <select name="what" id="what"> <optgroup label="Pakages"> <option value="%fedora"{if $what eq '%fedora'} selected="selected"{/if}>In fedora</option> + <option value="%work"{if $what eq '%work'} selected="selected"{/if}>Need work</option> <option value="%stable"{if $what eq '%stable'} selected="selected"{/if}>All stable</option> <option value="%all"{if $what eq '%all'} selected="selected"{/if}>All</option> </optgroup> |