diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-13 22:08:13 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-13 22:08:13 +0200 |
commit | a300616bcbdda691682028c2fc13295dcfb43fbb (patch) | |
tree | 40291d85d892388587852528c95c6e6ad088ab44 /view/theme/diabook-blue/theme_settings.tpl | |
parent | 1ab69c272080f607b3117c336d3a0c7bf17feb5c (diff) | |
download | volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.tar.gz volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.tar.bz2 volse-hubzilla-a300616bcbdda691682028c2fc13295dcfb43fbb.zip |
diabook-themes: theme-settings: users can set font-size and line-height for posts and comments
Diffstat (limited to 'view/theme/diabook-blue/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook-blue/theme_settings.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/theme_settings.tpl b/view/theme/diabook-blue/theme_settings.tpl new file mode 100644 index 000000000..a40e0e298 --- /dev/null +++ b/view/theme/diabook-blue/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}} + +<div class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="diabook-blue-settings-submit" /> +</div> + |