mirror of
https://github.com/friendica/friendica
synced 2025-11-14 14:52:38 +01:00
Merge branch 'pull'
This commit is contained in:
commit
bacb3207ad
54 changed files with 3067 additions and 11 deletions
35
view/theme/diabook-blue/comment_item.tpl
Normal file
35
view/theme/diabook-blue/comment_item.tpl
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<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" onsubmit="post_comment($id); return false;">
|
||||
<input type="hidden" name="type" value="$type" />
|
||||
<input type="hidden" name="profile_uid" value="$profile_uid" />
|
||||