diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-21 19:26:24 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-21 19:26:24 +0200 |
commit | 71e2dbf3522dcf076458805ee65dc976fb35a6f3 (patch) | |
tree | 5c11d463eff15245458f5033d7d425671df8f1d0 /view/theme/diabook/theme_settings.tpl | |
parent | a147d6113c081694d4209002fa5e57106d4c6f41 (diff) | |
parent | bdbe068b95e8c302179530dff7583997ff35f246 (diff) | |
download | volse-hubzilla-71e2dbf3522dcf076458805ee65dc976fb35a6f3.tar.gz volse-hubzilla-71e2dbf3522dcf076458805ee65dc976fb35a6f3.tar.bz2 volse-hubzilla-71e2dbf3522dcf076458805ee65dc976fb35a6f3.zip |
Merge commit 'upstream/master'
Diffstat (limited to 'view/theme/diabook/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook/theme_settings.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/diabook/theme_settings.tpl b/view/theme/diabook/theme_settings.tpl index 204a115f9..61b0b6dac 100644 --- a/view/theme/diabook/theme_settings.tpl +++ b/view/theme/diabook/theme_settings.tpl @@ -1,9 +1,15 @@ +{{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}} {{inc field_select.tpl with $field=$resolution}}{{endinc}} +<div class="field select"> +<a onClick="restore_boxes()" title="Restore right-hand column" style="cursor: pointer;">Restore right-hand column</a> +</div> + <div class="settings-submit-wrapper"> <input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> </div> |