diff options
author | friendica <info@friendica.com> | 2012-04-13 14:44:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 14:44:57 -0700 |
commit | e71f01b54946391c4c577f2570bb7121c95e0988 (patch) | |
tree | 9e42512ec46a916145b191907632fbfa58942227 /view/theme/diabook-red/theme_settings.tpl | |
parent | dfe774179ad9a08a27bfc404e563422adbf0917f (diff) | |
parent | a300616bcbdda691682028c2fc13295dcfb43fbb (diff) | |
download | volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.gz volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.tar.bz2 volse-hubzilla-e71f01b54946391c4c577f2570bb7121c95e0988.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-red/theme_settings.tpl')
-rw-r--r-- | view/theme/diabook-red/theme_settings.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook-red/theme_settings.tpl b/view/theme/diabook-red/theme_settings.tpl new file mode 100644 index 000000000..9e83ae8f2 --- /dev/null +++ b/view/theme/diabook-red/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-red-settings-submit" /> +</div> + |