remove obsolete fields from admin template
This commit is contained in:
parent
19ee8f9b1b
commit
b1042da76c
@ -52,10 +52,6 @@
|
|||||||
{{ inc field_input.tpl with $field=$register_text }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$register_text }}{{ endinc }}
|
||||||
{{ inc field_select.tpl with $field=$register_policy }}{{ endinc }}
|
{{ inc field_select.tpl with $field=$register_policy }}{{ endinc }}
|
||||||
|
|
||||||
{{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }}
|
|
||||||
{{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }}
|
|
||||||
{{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }}
|
|
||||||
|
|
||||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||||
|
|
||||||
<h3>$upload</h3>
|
<h3>$upload</h3>
|
||||||
@ -67,17 +63,11 @@
|
|||||||
{{ inc field_checkbox.tpl with $field=$block_public }}{{ endinc }}
|
{{ inc field_checkbox.tpl with $field=$block_public }}{{ endinc }}
|
||||||
{{ inc field_checkbox.tpl with $field=$force_publish }}{{ endinc }}
|
{{ inc field_checkbox.tpl with $field=$force_publish }}{{ endinc }}
|
||||||
{{ inc field_checkbox.tpl with $field=$no_community_page }}{{ endinc }}
|
{{ inc field_checkbox.tpl with $field=$no_community_page }}{{ endinc }}
|
||||||
{{ inc field_checkbox.tpl with $field=$ostatus_disabled }}{{ endinc }}
|
|
||||||
{{ inc field_checkbox.tpl with $field=$diaspora_enabled }}{{ endinc }}
|
|
||||||
{{ inc field_checkbox.tpl with $field=$dfrn_only }}{{ endinc }}
|
|
||||||
{{ inc field_input.tpl with $field=$global_directory }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$global_directory }}{{ endinc }}
|
||||||
{{ inc field_checkbox.tpl with $field=$thread_allow }}{{ endinc }}
|
|
||||||
|
|
||||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||||
|
|
||||||
<h3>$advanced</h3>
|
<h3>$advanced</h3>
|
||||||
{{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }}
|
|
||||||
{{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }}
|
|
||||||
{{ inc field_input.tpl with $field=$proxy }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$proxy }}{{ endinc }}
|
||||||
{{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }}
|
||||||
{{ inc field_input.tpl with $field=$timeout }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$timeout }}{{ endinc }}
|
||||||
|
Reference in New Issue
Block a user