From 2c843466a93a5083a8f27dee308d5b8514c756de Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 13 Apr 2012 21:34:21 +0200 Subject: diabook: theme-settings: users can set font-size and line-height for posts and comments --- view/theme/diabook/theme_settings.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 view/theme/diabook/theme_settings.tpl (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl new file mode 100644 index 000000000..564ecc283 --- /dev/null +++ b/view/theme/diabook/theme_settings.tpl @@ -0,0 +1,8 @@ +{{inc field_select.tpl with $field=$font_size}}{{endinc}} + +{{inc field_select.tpl with $field=$line_height}}{{endinc}} + +
+ +
+ -- cgit v1.2.3 From 170c15ceb9cac013146b7f9687b83a376a3a21ff Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sun, 15 Apr 2012 02:50:16 +0200 Subject: diabook: theme-settings: add a wide-option --- view/theme/diabook/theme_settings.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 564ecc283..204a115f9 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -2,6 +2,8 @@ {{inc field_select.tpl with $field=$line_height}}{{endinc}} +{{inc field_select.tpl with $field=$resolution}}{{endinc}} +
-- cgit v1.2.3 From f5f1956e8b855ab5aeab531fc44a1a773427bf64 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 01:44:20 +0200 Subject: diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes --- view/theme/diabook/theme_settings.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 204a115f9..67ea082b2 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -1,3 +1,5 @@ +{{inc field_select.tpl with $field=$color}}{{endinc}} + {{inc field_select.tpl with $field=$font_size}}{{endinc}} {{inc field_select.tpl with $field=$line_height}}{{endinc}} -- cgit v1.2.3 From e052be606c9c2c4e615cb557572a68af2181cc17 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 17:16:42 +0200 Subject: diabook-themes: add diabook-green and some minor css/bug-fixes --- view/theme/diabook/theme_settings.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/diabook/theme_settings.tpl') diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 67ea082b2..61b0b6dac 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -6,6 +6,10 @@ {{inc field_select.tpl with $field=$resolution}}{{endinc}} + +
-- cgit v1.2.3