diff options
author | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
commit | c0e1139a46c851845cb90f8df0b2f932df78a886 (patch) | |
tree | f69235b2f5a9db660c013b85a4f2c2237b2f8585 /view/tpl | |
parent | f67d54c542d6590ba99cb8505a01592fcd297b48 (diff) | |
download | volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.gz volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.bz2 volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.zip |
some fixes and cleanup
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 0915172fb..bf371b05c 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -6,9 +6,9 @@ {{/if}} <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}"> <a name="{{$item.id}}" ></a> - <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" > + <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" style="clear:both;"> - <div class="wall-item-info{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-info-{{$item.id}}" > + <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}"> <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-photo-link" id="wall-item-photo-link-{{$item.id}}"><img src="{{$item.thumb}}" class="wall-item-photo{{$item.sparkle}}" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" /></a> </div> |