FEATURE: Add an option to show custom user fields on profiles. Default is to not show them.

This commit is contained in:
Neil Lalonde
2015-01-29 17:38:39 -05:00
parent 22adb682d8
commit 644c7a4675
9 changed files with 60 additions and 4 deletions

View File

@@ -32,6 +32,11 @@
{{input type="checkbox" checked=f.buffered.required}} {{i18n 'admin.user_fields.required.title'}}
</label>
</div>
<div class='form-element'>
<label>
{{input type="checkbox" checked=f.buffered.show_on_profile}} {{i18n 'admin.user_fields.show_on_profile.title'}}
</label>
</div>
</div>
{{else}}
<div class="row">