diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-11-01 23:42:26 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-11-01 23:42:26 -0700 |
commit | d8630dbdd8217ff31581bc521ceb1cd6be9b999c (patch) | |
tree | 991ddcc47b03058cf61479faf2dedc25eb6ad039 /view/photo_edit.tpl | |
parent | 36a77c6db2272d7db31982642715034ce718552f (diff) | |
download | volse-hubzilla-d8630dbdd8217ff31581bc521ceb1cd6be9b999c.tar.gz volse-hubzilla-d8630dbdd8217ff31581bc521ceb1cd6be9b999c.tar.bz2 volse-hubzilla-d8630dbdd8217ff31581bc521ceb1cd6be9b999c.zip |
infrastructure for swat0 (#fsw)
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" /> |