diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-11 01:13:23 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-11 01:13:23 +0000 |
commit | 0d504715c1859276e919ddc6b236f946c783714f (patch) | |
tree | 55df537fc4b563c5bd27efa7f464a1843ee2f563 /view/theme/redbasic/tpl | |
parent | 9834df13c96caa975a4e2de93452828db2a8c76b (diff) | |
download | volse-hubzilla-0d504715c1859276e919ddc6b236f946c783714f.tar.gz volse-hubzilla-0d504715c1859276e919ddc6b236f946c783714f.tar.bz2 volse-hubzilla-0d504715c1859276e919ddc6b236f946c783714f.zip |
Smarty template
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/smarty3/basic_theme_settings.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/smarty3/basic_theme_settings.tpl b/view/theme/redbasic/tpl/smarty3/basic_theme_settings.tpl new file mode 100644 index 000000000..33a34b292 --- /dev/null +++ b/view/theme/redbasic/tpl/smarty3/basic_theme_settings.tpl @@ -0,0 +1,14 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +{{include file="field_select.tpl" field=$font_size}} + +{{include file="field_select.tpl" field=$line_height}} + +{{include file="field_select.tpl" field=$colour_scheme}} + +<div class="settings-submit-wrapper"> + <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> +</div> |