summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index ae7cdf772..6e35d944b 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -19,6 +19,16 @@
</label>
</p>
+ <p ng-click="Settings.toggleSetting('compactExpand')">
+ <label for="compactExpand">
+ <input type="checkbox"
+ ng-checked="Settings.getSetting('compactExpand')"
+ name="compactExpand">
+ <?php p($l->t('Automatically expand articles in compact ' .
+ 'after j/n/left was pressed')); ?>
+ </label>
+ </p>
+
<p ng-click="Settings.toggleSetting('showAll')">
<label for="showAll">
<input type="checkbox" ng-checked="Settings.getSetting('showAll')"