diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-05 10:20:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-05 10:20:49 +0100 |
commit | beace0f57afa9ed6ea5c2896573d5083fe855fed (patch) | |
tree | 96d6d6db72ef95a96453e181b946acdb1a1a4e54 /view/tpl/settings_display.tpl | |
parent | 068699ae31190c1c8c839bf4d49e1eab56ddc124 (diff) | |
download | volse-hubzilla-beace0f57afa9ed6ea5c2896573d5083fe855fed.tar.gz volse-hubzilla-beace0f57afa9ed6ea5c2896573d5083fe855fed.tar.bz2 volse-hubzilla-beace0f57afa9ed6ea5c2896573d5083fe855fed.zip |
more yes/no labels
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 8bf4dc0cc..6d4267905 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -21,11 +21,11 @@ <div class="settings-submit-wrapper" > <input type="submit" name="submit" class="settings-submit" value="{{$submit}}" /> </div> - +{{if $expert}} <br /> <a href="pdledit">{{$layout_editor}}</a> <br /> - +{{/if}} {{if $theme_config}} <h2>Theme settings</h2> {{$theme_config}} |