diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-01 23:04:14 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-01 23:04:14 +0100 |
commit | 3f850d346249e66e39f1e6646bfeb5e5f26b7150 (patch) | |
tree | 9dd213f653e2808b9c27789065f05813c57e68c3 /view/theme/redbasic/tpl | |
parent | 5d3dbfae4c544a2f46ca9463461d537aa8940c73 (diff) | |
download | volse-hubzilla-3f850d346249e66e39f1e6646bfeb5e5f26b7150.tar.gz volse-hubzilla-3f850d346249e66e39f1e6646bfeb5e5f26b7150.tar.bz2 volse-hubzilla-3f850d346249e66e39f1e6646bfeb5e5f26b7150.zip |
Do PCSS properly
Diffstat (limited to 'view/theme/redbasic/tpl')
-rwxr-xr-x | view/theme/redbasic/tpl/basic_theme_settings.tpl | 14 | ||||
-rw-r--r--[-rwxr-xr-x] | view/theme/redbasic/tpl/theme_settings.tpl | 23 |
2 files changed, 6 insertions, 31 deletions
diff --git a/view/theme/redbasic/tpl/basic_theme_settings.tpl b/view/theme/redbasic/tpl/basic_theme_settings.tpl deleted file mode 100755 index 33a34b292..000000000 --- a/view/theme/redbasic/tpl/basic_theme_settings.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * 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> diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index cd980fbc3..596670e95 100755..100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,21 +1,10 @@ -{{include file="field_select.tpl" field=$colour}} - +{{include file="field_select.tpl" field=$nav_colour}} +{{include file="field_input.tpl" field=$background_colour}} +{{include file="field_input.tpl" field=$background_image}} +{{include file="field_input.tpl" field=$item_colour}} +{{include file="field_input.tpl" field=$item_opacity}} {{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}} - +{{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} <div class="settings-submit-wrapper"> |