diff options
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r-- | view/photo_edit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index 176ad3244..4fdc230e7 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -8,8 +8,8 @@ <div id="photo-edit-caption-end"></div> - <label id="photo-edit-tags-label" for="photo-edit-tags-textarea" >$tag_label</label> - <textarea name="tags" id="photo-edit-tags-textarea" rows="3" cols="64" >$tags</textarea> + <label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label> + <input name="newtag" id="photo-edit-newtag" size="84" title="$help_tags" type="text" /> <div id="photo-edit-tags-end"></div> <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" /> |