diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-08 00:44:30 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-08 00:44:30 +0000 |
commit | d71a827d84134efe13473bb274e7a8f4623608e7 (patch) | |
tree | 390f265ed3c81d2fc0360bf34a4ac5464b022485 /view/theme/redbasic/tpl | |
parent | 44263d5ac3e5189df28c92f58c2875137052b6ea (diff) | |
download | volse-hubzilla-d71a827d84134efe13473bb274e7a8f4623608e7.tar.gz volse-hubzilla-d71a827d84134efe13473bb274e7a8f4623608e7.tar.bz2 volse-hubzilla-d71a827d84134efe13473bb274e7a8f4623608e7.zip |
Templates for theme settings. There is a 99% chance these do not work yet, even if you implement them.
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl new file mode 100644 index 000000000..d0d153e73 --- /dev/null +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -0,0 +1,7 @@ +{{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="redbasic-settings-submit" /> +</div> |