aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-10 18:39:28 +0100
committerThomas Willingham <founder@kakste.com>2013-10-10 18:39:28 +0100
commit41838fdfad93e6bbee54f27350f611b4c5b7e403 (patch)
treebf2717399ddd8d91a99cee1f72ea9bb65f284e2c /view/theme/redbasic/tpl
parent35db6ffa10c73f36b814299cf9f2231332d36c6a (diff)
downloadvolse-hubzilla-41838fdfad93e6bbee54f27350f611b4c5b7e403.tar.gz
volse-hubzilla-41838fdfad93e6bbee54f27350f611b4c5b7e403.tar.bz2
volse-hubzilla-41838fdfad93e6bbee54f27350f611b4c5b7e403.zip
Basic schema support - but no actual schemas.
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index 412af5c44..426ee076d 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -1,3 +1,9 @@
+{{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=$background_image}}
@@ -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