fix photo item comments

This commit is contained in:
git-marijus 2017-07-16 16:25:52 +02:00
parent ce3be598bb
commit bd17dc52f2

View File

@ -1,10 +1,10 @@
<div class="wall-item-outside-wrapper{{if $indent}} {{$indent}}{{/if}}" id="wall-item-outside-wrapper-{{$id}}" > <div class="wall-item-outside-wrapper{{if $indent}} {{$indent}}{{/if}}" id="wall-item-outside-wrapper-{{$id}}" >
<div class="wall-item-content-wrapper{{if $indent}} {{$indent}}{{/if}}" id="wall-item-content-wrapper-{{$id}}" style="clear:both;"> <div class="clearfix wall-item-content-wrapper{{if $indent}} {{$indent}}{{/if}}" id="wall-item-content-wrapper-{{$id}}">
<div class="wall-item-head"> <div class="p-2 clearfix wall-item-head">
<div class="wall-item-info" id="wall-item-info-{{$id}}" > <div class="wall-item-info" id="wall-item-info-{{$id}}" >
<div class="wall-item-photo-wrapper" id="wall-item-photo-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}}"> <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}}" style="height: 80px; width: 80px;" alt="{{$name}}" /></a> <img src="{{$thumb}}" class="wall-item-photo" id="wall-item-photo-{{$id}}" alt="{{$name}}" /></a>
</div> </div>
</div> </div>
<div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" > <div class="wall-item-wrapper" id="wall-item-wrapper-{{$id}}" >
@ -14,20 +14,18 @@
<div class="wall-item-ago" id="wall-item-ago-{{$id}}">{{$ago}}</div> <div class="wall-item-ago" id="wall-item-ago-{{$id}}">{{$ago}}</div>
</div> </div>
</div> </div>
<div class="wall-item-content" id="wall-item-content-{{$id}}" > <div class="p-2 clearfix wall-item-content" id="wall-item-content-{{$id}}" >
<div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div> <div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
<div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div> <div class="wall-item-body" id="wall-item-body-{{$id}}" >{{$body}}</div>
</div> </div>
{{if $drop}} {{if $drop}}
<div class="wall-item-tools" id="wall-item-tools-{{$id}}" > <div class="p-2 clearfix wall-item-tools" id="wall-item-tools-{{$id}}" >
<div class="wall-item-tools-right pull-right"> <div class="wall-item-tools-right pull-right">
{{$drop}} {{$drop}}
</div> </div>
<div class="clear"></div>
</div> </div>
{{/if}} {{/if}}
<div class="clear"></div>
{{$comment}} {{$comment}}
</div> </div>
</div> </div>