aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2007-03-11 14:48:17 +0000
committerplegall <plg@piwigo.org>2007-03-11 14:48:17 +0000
commitb0375226c9d5f0c2133ba8fb18b523b5077acea1 (patch)
treefee8f19eea4f380081be7b6f35f6e0e0fcb8604f /template
parent40ca5b508f73617da61d3cac272f527a33e0fc69 (diff)
New: history can be filtered on a user.
git-svn-id: http://piwigo.org/svn/trunk@1890 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/history.tpl11
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>