diff options
author | friendica <info@friendica.com> | 2013-10-10 16:15:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 16:15:54 -0700 |
commit | 6ac0a84fac9d477c2c1347bd057692c21cc0db3f (patch) | |
tree | e59d3871536d942fe824e901a56472a1dd1eab5e /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | a92e1c617b5584329939081c85e35ee60e3f1332 (diff) | |
parent | 71f22b20f44563a19ba242ba941e2fc452fe56ce (diff) | |
download | volse-hubzilla-6ac0a84fac9d477c2c1347bd057692c21cc0db3f.tar.gz volse-hubzilla-6ac0a84fac9d477c2c1347bd057692c21cc0db3f.tar.bz2 volse-hubzilla-6ac0a84fac9d477c2c1347bd057692c21cc0db3f.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 412af5c44..45dd529fa 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,5 +1,11 @@ +{{include file="field_select.tpl" field=$schema}} +<div class="settings-submit-wrapper"> + <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> +</div> + +{{if $expert}} {{include file="field_select.tpl" field=$nav_colour}} -{{include file="field_input.tpl" field=$background_colour}} +{{include file="field_input.tpl" field=$bgcolour}} {{include file="field_input.tpl" field=$background_image}} {{include file="field_input.tpl" field=$item_colour}} {{include file="field_input.tpl" field=$item_opacity}} @@ -11,3 +17,4 @@ <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> +{{/if}}
\ No newline at end of file |