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