diff options
author | friendica <info@friendica.com> | 2013-07-08 19:21:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-08 19:21:06 -0700 |
commit | cd40802229a39fe6eabc2dec8784a445e4cd2769 (patch) | |
tree | d55916f6319d8875e928dddfe678481c6f7971ec /view/theme/redbasic/tpl | |
parent | 6e880cfd4954c4a044358a823fac4dc9d5467a6b (diff) | |
download | volse-hubzilla-cd40802229a39fe6eabc2dec8784a445e4cd2769.tar.gz volse-hubzilla-cd40802229a39fe6eabc2dec8784a445e4cd2769.tar.bz2 volse-hubzilla-cd40802229a39fe6eabc2dec8784a445e4cd2769.zip |
make corner radius configurable in redbasic expert mode
Diffstat (limited to 'view/theme/redbasic/tpl')
-rwxr-xr-x | view/theme/redbasic/tpl/theme_settings.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index f8d9f223c..cd980fbc3 100755 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{include file="field_select.tpl" field=$colour}} {{include file="field_input.tpl" field=$font_size}} @@ -21,6 +16,8 @@ {{include file="field_select.tpl" field=$shiny}} +{{include file="field_input.tpl" field=$radius}} + <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> |