diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-19 15:49:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-19 15:49:06 +0200 |
commit | 8b563951ff9019e6a0c3a459ad5b768826a2017c (patch) | |
tree | d2589e1fadc7ace9a8c0bdbad6be1d8f257ec8fc /view/tpl/photo_view.tpl | |
parent | 1432b1e83f522f453d9777045cd710442a65d2ea (diff) | |
download | volse-hubzilla-8b563951ff9019e6a0c3a459ad5b768826a2017c.tar.gz volse-hubzilla-8b563951ff9019e6a0c3a459ad5b768826a2017c.tar.bz2 volse-hubzilla-8b563951ff9019e6a0c3a459ad5b768826a2017c.zip |
more generic-content-wrapper and some css fixes
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 1054d5e3a..63d5ad778 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -1,6 +1,5 @@ <div id="live-photos"></div> <div class="generic-content-wrapper"> - <div class="section-title-wrapper"> <div class="pull-right"> @@ -155,17 +154,17 @@ {{/if}} <div class="clear"></div> </div> -</div> -{{$comments}} + {{$comments}} -{{if $commentbox}} -<div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" > - {{$commentbox}} -</div> -{{/if}} + {{if $commentbox}} + <div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" > + {{$commentbox}} + </div> + {{/if}} -<div class="clear"></div> + <div class="clear"></div> +</div> {{$paginate}} |