diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-12 01:52:30 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-12 01:52:30 -0800 |
commit | 27a9a53b3b480ff6d86167dbdaebdd23747d9ab0 (patch) | |
tree | 60fe7f03c1a421eeb11d9f3dcb54f6b9f73d1b16 /view/comment_item.tpl | |
parent | aa1c28cf399f42b8b84f5a74bd9ab1a3ee34844c (diff) | |
parent | ea9f14c27b0cb7fb2ebc8315f7c55a567831021c (diff) | |
download | volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.tar.gz volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.tar.bz2 volse-hubzilla-27a9a53b3b480ff6d86167dbdaebdd23747d9ab0.zip |
Merge pull request #26 from fabrixxm/master
Fix acl in quattro + more style
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 49751c42b..a28fc411a 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -17,7 +17,7 @@ <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" > <input type="submit" onclick="post_comment($id); return false;" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="$submit" /> <span onclick="preview_comment($id);" id="comment-edit-preview-link-$id" class="fakelink">$preview</span> - <div id="comment-edit-preview-$id" style="display:none;"></div> + <div id="comment-edit-preview-$id" class="comment-edit-preview" style="display:none;"></div> </div> <div class="comment-edit-end"></div> |