aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-09 21:34:50 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-09 21:34:50 +0200
commitcb48a569e0ea76a7f6ce1275ae6144d3497deb84 (patch)
treed8b30679fe0fea9a937396d47d12eb598ea745e9 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
parent015e4284f0628750e5d2ce1de27fafe964286562 (diff)
downloadwallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.tar.gz
wallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.tar.zst
wallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.zip
Fix internal settings
Fix #1867: remove download_picture setting and manage show_printlink in material theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index 66435699..e89aea3a 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -138,6 +138,17 @@
138 </div> 138 </div>
139 </li> 139 </li>
140 140
141 {% if craue_setting('show_printlink') %}
142 <li class="bold border-bottom hide-on-med-and-down">
143 <a class="waves-effect collapsible-header" title="{{ 'entry.view.left_menu.print'|trans }}" href="javascript: window.print();">
144 <i class="mdi-action-print small"></i>
145 <span>{{ 'entry.view.left_menu.print'|trans }}</span>
146 </a>
147 <div class="collapsible-body"></div>
148 </li>
149 {% endif %}
150
151
141 <li class="bold"> 152 <li class="bold">
142 <a class="waves-effect collapsible-header"> 153 <a class="waves-effect collapsible-header">
143 <i class="mdi-file-file-download small"></i> 154 <i class="mdi-file-file-download small"></i>