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/smarty3/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/smarty3/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/smarty3/theme_settings.tpl | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl index f91f24de6..f8d9f223c 100644 --- a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl +++ b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl @@ -3,9 +3,23 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} -{{include file="field_select.tpl" field=$font_size}} +{{include file="field_select.tpl" field=$colour}} -{{include file="field_select.tpl" field=$line_height}} +{{include file="field_input.tpl" field=$font_size}} + +{{include file="field_input.tpl" field=$line_height}} + +{{include file="field_select.tpl" field=$shadow}} + +{{include file="field_select.tpl" field=$navcolour}} + +{{include file="field_select.tpl" field=$displaystyle}} + +{{include file="field_input.tpl" field=$linkcolour}} + +{{include file="field_select.tpl" field=$iconset}} + +{{include file="field_select.tpl" field=$shiny}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> |