aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-05-02 20:24:28 +0000
committerrvelices <rv-github@modusoptimus.com>2012-05-02 20:24:28 +0000
commit1307d0708e8116ad5e5524d311cddeca44a895f8 (patch)
tree62bb590e0b2d0ee8fb90d69534ce496f74b3c666 /admin/themes
parentdb0d42395cf8ad824dda2c902f8bb77e50c63770 (diff)
feature 2601: Allow searching by ip in admin history
also remove php warnings when tags zere deleted after visits git-svn-id: http://piwigo.org/svn/trunk@14688 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r--admin/themes/default/template/history.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/themes/default/template/history.tpl b/admin/themes/default/template/history.tpl
index f869e9222..4cc5e93c6 100644
--- a/admin/themes/default/template/history.tpl
+++ b/admin/themes/default/template/history.tpl
@@ -68,9 +68,14 @@
<label>
{'File name'|@translate}
- <input name="filename" value="{$FILENAME}" type="text">
+ <input name="filename" value="{$FILENAME}" type="text" size="12">
</label>
+ <label>
+ {'IP'|@translate}
+ <input name="ip" value="{$IP}" type="text" size="12">
+ </label>
+
<label>
{'Thumbnails'|@translate}
<select name="display_thumbnail">