diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-10 21:33:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-10 21:33:29 +0100 |
commit | 65a26958f77f7a2cac670ec80f3a5a82c3aac95a (patch) | |
tree | 6bc1a3da63d35f2f10f3ec5d2e99b3b5eac78303 /view/tpl | |
parent | 2dfb4d0c17c1963d88a8219876ec89516358d0d9 (diff) | |
download | volse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.tar.gz volse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.tar.bz2 volse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.zip |
fix embed-image for fullscreen mode and some adjustments for /help
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/help.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/photo_album.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 3ec1c9d8c..4ce48bca8 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,5 +1,5 @@ <div id="help-content" class="generic-content-wrapper"> - <div class="section-title-wrapper" style="display: none;"> + <div class="section-title-wrapper"> <h2>{{$title}}</h2> </div> <div class="section-content-wrapper" id="doco-content"> diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index f097646e4..66d0fcc94 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="{{if !$no_fullscreen_btn}}generic-content-wrapper{{/if}}"> <div class="section-title-wrapper"> <div class="pull-right"> {{if $order}} |