summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-09-19 16:52:11 +0200
committerRemi Collet <fedora@famillecollet.com>2010-09-19 16:52:11 +0200
commit13f5a889da9cd6fcb864ae0b84eb31e4e97a9d10 (patch)
tree0fcbe9725dac207e881e6c75a05421d0986ed1a8 /smarty
parent9689e536a9c72251fc20512f81a24b3a92a53c22 (diff)
Add 'need work' filter, fixed #88
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/rpm.tpl1
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>