diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/history.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index 64c0f9535..07978ed25 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -61,6 +61,17 @@ </select> </label> + <label> + {lang:User} + <select name="user"> + <!-- BEGIN user_option --> + <option value="{user_option.VALUE}" {user_option.SELECTED}> + {user_option.CONTENT} + </option> + <!-- END user_option --> + </select> + </label> + <input class="submit" type="submit" name="submit" value="{lang:submit}" /> </fieldset> </form> |