aboutsummaryrefslogtreecommitdiffstats
path: root/view/comment_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-19 16:09:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-19 16:09:10 -0700
commitd715c062c025a1285d4f45f89ad8144ee7a13f1f (patch)
tree40bf459b2161511d730fa6147715fab1e6a33dea /view/comment_item.tpl
parent0b2d85891e651bab2c3ddd0c7396d557a052dd18 (diff)
downloadvolse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.gz
volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.bz2
volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.zip
clean up the html layout on profile page
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r--view/comment_item.tpl36
1 files changed, 17 insertions, 19 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl
index 62b3ce18a..1b1f3a49e 100644
--- a/view/comment_item.tpl
+++ b/view/comment_item.tpl
@@ -1,23 +1,21 @@
+ <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+ <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
+ <input type="hidden" name="type" value="$type" />
+ <input type="hidden" name="profile_uid" value="$profile_uid" />
+ <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-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
- <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
- <input type="hidden" name="type" value="$type" />
- <input type="hidden" name="profile_uid" value="$profile_uid" />
- <input type="hidden" name="parent" value="$parent" />
- <input type="hidden" name="return" value="$return_path" />
+ <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>
- <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 class="comment-edit-end"></div>
+ </form>
</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>
-
- <div class="comment-edit-end"></div>
- </form>
-</div>