aboutsummaryrefslogtreecommitdiffstats
path: root/view/comment_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-12 00:49:06 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-12 00:49:06 -0700
commitb0f8cd5fe684d5c03419838c2859a11ea6d6f8a0 (patch)
treec1314b58b02985955b8cbcabb541fe602f8123a4 /view/comment_item.tpl
parent4e40156607aede8d1ed9bd63b18bc6c83ea572d7 (diff)
downloadvolse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.tar.gz
volse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.tar.bz2
volse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.zip
facebook style comments
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r--view/comment_item.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl
index 3ca190ba5..f617bc1a0 100644
--- a/view/comment_item.tpl
+++ b/view/comment_item.tpl
@@ -1,14 +1,14 @@
<div class="comment-edit" id="comment-edit-$id" onclick="openClose('comment-edit-wrapper-$id');" >Comments</div>
-<div class="comment-edit-wrapper" id="comment-edit-wrapper-$id" style="display: none;">
+<div class="comment-edit-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="jot" />
<input type="hidden" name="profile_uid" value="$profile_uid" />
<input type="hidden" name="parent" value="$parent" />
- <textarea rows="3" cols="40" id="comment-edit-text-$id" name="body" ></textarea>
+ <textarea rows="2" cols="24" id="comment-edit-text-$id" name="body" onFocus="this.rows=5; this.cols=40; openMenu('comment-edit-submit-$id');" onBlur="this.rows=2; this.cols=24; closeMenu('comment-edit-submit-$id'); this.value='';"></textarea>
- <div id="comment-edit-submit-wrapper" >
+ <div class="comment-edit-submit-wrapper" id="comment-edit-submit-$id" style="display: none;" >
<input type="submit" id="comment-edit-submit" name="submit" value="Submit" />
</div>
<div id="comment-edit-end"></div>