diff options
author | plegall <plg@piwigo.org> | 2007-03-11 15:53:25 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-03-11 15:53:25 +0000 |
commit | 091b30247b63966eb7ce77986f10ca40c461fd7d (patch) | |
tree | 6c98d7948e6c233a6baeb7618b0b997d5c1d4c22 /template/yoga/admin/history.tpl | |
parent | 0d28196ad453434aeaab8a459ad7fecad4ad17a4 (diff) |
New: history search can be filtered on image id and filename.
git-svn-id: http://piwigo.org/svn/trunk@1892 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/history.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index 07978ed25..5cc82eeff 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -72,6 +72,16 @@ </select> </label> + <label> + {lang:Image id} + <input name="image_id" value="{IMAGE_ID}" type="text" size="5"> + </label> + + <label> + {lang:File name} + <input name="filename" value="{FILENAME}" type="text"> + </label> + <input class="submit" type="submit" name="submit" value="{lang:submit}" /> </fieldset> </form> |