diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:30:47 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:30:47 +0000 |
commit | f95684c881a8bf0832f01ddc778844a6cb81cfbd (patch) | |
tree | 07e67ea788b0ef2fc7ec71c23a3f75e257a587af /view/theme/redbasic/tpl | |
parent | 0e9cf839d69f3e6039ec86f97b52174be9022ec5 (diff) | |
download | volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.gz volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.bz2 volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.zip |
PCSS Redbasic
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index d0d153e73..6e7e079e0 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,6 +1,20 @@ -{{inc field_select.tpl with $field=$font_size}}{{endinc}} +{{inc field_select.tpl with $field=$colour}}{{endinc}} -{{inc field_select.tpl with $field=$line_height}}{{endinc}} +{{inc field_input.tpl with $field=$font_size}}{{endinc}} + +{{inc field_input.tpl with $field=$line_height}}{{endinc}} + +{{inc field_select.tpl with $field=$shadow}}{{endinc}} + +{{inc field_select.tpl with $field=$navcolour}}{{endinc}} + +{{inc field_select.tpl with $field=$displaystyle}}{{endinc}} + +{{inc field_input.tpl with $field=$linkcolour}}{{endinc}} + +{{inc field_select.tpl with $field=$iconset}}{{endinc}} + +{{inc field_select.tpl with $field=$shiny}}{{endinc}} <div class="settings-submit-wrapper"> <input type="submit" value="$submit" class="settings-submit" name="redbasic-settings-submit" /> |