diff options
author | friendica <info@friendica.com> | 2013-02-20 15:20:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-20 15:20:39 -0800 |
commit | f01f390a2e4bef735ea85b52ec9941fef9a2b7fe (patch) | |
tree | 45ad4d3cc241348a7f9cd2f016abcb47b71a032d /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 130cad8cd8ad76efae0ef9d061ed546b160eaceb (diff) | |
parent | 21317ee953c68b1888e801f8728f5e7a606f6286 (diff) | |
download | volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.tar.gz volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.tar.bz2 volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.zip |
Merge pull request #29 from beardy-unixer/master
PCSS Redbasic
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.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" /> |