]> git.mxchange.org Git - friendica.git/commitdiff
add a header to seperate the beginning of week settings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 1 Oct 2015 04:19:57 +0000 (06:19 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 1 Oct 2015 04:19:57 +0000 (06:19 +0200)
mod/settings.php
view/templates/settings_display.tpl

index e18d8bd6d85fdc0cf645586dd61a4da25b9fcff1..6601858ee41b2bc8e234a1d0a9359b1818cd11c8 100644 (file)
@@ -950,6 +950,7 @@ function settings_content(&$a) {
                        '$itemspage_network'   => array('itemspage_network',  t("Number of items to display per page:"), $itemspage_network, t('Maximum of 100 items')),
                        '$itemspage_mobile_network'   => array('itemspage_mobile_network',  t("Number of items to display per page when viewed from mobile device:"), $itemspage_mobile_network, t('Maximum of 100 items')),
                        '$nosmile'      => array('nosmile', t("Don't show emoticons"), $nosmile, ''),
+                       '$calendar_title' => t('Calendar'),
                        '$first_day_of_week'    => array('first_day_of_week', t('Beginning of week:'), $first_day_of_week, '', $weekdays, false),
                        '$noinfo'       => array('noinfo', t("Don't show notices"), $noinfo, ''),
                        '$infinite_scroll'      => array('infinite_scroll', t("Infinite scroll"), $infinite_scroll, ''),
index ff2d7fe1d64757e12acc7f894c1ee822ce562442..8b15563bda936cb08b752316a0557b2c5a09e399 100644 (file)
@@ -13,6 +13,7 @@
 {{include file="field_checkbox.tpl" field=$nosmile}}
 {{include file="field_checkbox.tpl" field=$noinfo}}
 {{include file="field_checkbox.tpl" field=$infinite_scroll}}
+<h2>{{$calendar_title}}</h2>
 {{include file="field_select.tpl" field=$first_day_of_week}}