diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 21:22:36 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 21:22:36 -0700 |
commit | 9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (patch) | |
tree | a6383b190b26b08f530d3f602d691a6c3bea2821 /view/comment_item.tpl | |
parent | 06bdf8a4cfe9087573494c0b782a33d1e28ac043 (diff) | |
download | volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.gz volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.bz2 volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.zip |
even more fixes
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 63737982e..336ad3b33 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -7,9 +7,13 @@ <input type="hidden" name="parent" value="$parent" /> <input type="hidden" name="return" value="$return_path" /> + <div class="comment-edit-photo" id="comment-edit-photo-$id" > + <a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a> + </div> + <div class="comment-edit-photo-end"></div> <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >Comment</textarea> - + <div class="comment-edit-text-end"></div> <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" > <input type="submit" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="Submit" /> </div> |