diff options
Diffstat (limited to 'smarty')
-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> |