diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-15 02:50:16 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-15 02:50:16 +0200 |
commit | 170c15ceb9cac013146b7f9687b83a376a3a21ff (patch) | |
tree | 2c7963accf8e4f1e8ea5ab46c8676084fa1b8f1b /view/theme/diabook/theme_settings.tpl | |
parent | 31b1d353b251d61397b6b18b7d5d2e21c8d7ac64 (diff) | |
download | volse-hubzilla-170c15ceb9cac013146b7f9687b83a376a3a21ff.tar.gz volse-hubzilla-170c15ceb9cac013146b7f9687b83a376a3a21ff.tar.bz2 volse-hubzilla-170c15ceb9cac013146b7f9687b83a376a3a21ff.zip |
diabook: theme-settings: add a wide-option
Diffstat (limited to 'view/theme/diabook/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook/theme_settings.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
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}} + <div class="settings-submit-wrapper"> <input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> </div> |