mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
sort out some permissions, comments, fetch
This commit is contained in:
parent
8e22178b8a
commit
4e40156607
5 changed files with 90 additions and 34 deletions
|
@ -4,7 +4,7 @@
|
|||
<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="$id" />
|
||||
<input type="hidden" name="parent" value="$parent" />
|
||||
<textarea rows="3" cols="40" id="comment-edit-text-$id" name="body" ></textarea>
|
||||
|
||||
|
||||
|
|
|
@ -416,6 +416,10 @@ input#dfrn-url {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.wall-item-comment-outside-wrapper {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.wall-item-photo-wrapper {
|
||||
margin-top: 20px;
|
||||
width: 100px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="wall-item-outside-wrapper" id="wall-item-outside-wrapper-$id" >
|
||||
<div class="wall-item-$indentoutside-wrapper" id="wall-item-outside-wrapper-$id" >
|
||||
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
|
||||
<a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
|
||||
<img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
|
||||
|
@ -13,5 +13,5 @@ $comment
|
|||
</div>
|
||||
<div class="wall-item-wrapper-end"></div>
|
||||
</div>
|
||||
<div class="wall-item-outside-wrapper-end" ></div>
|
||||
<div class="wall-item-$indentoutside-wrapper-end" ></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue