diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-13 18:40:07 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 13:33:15 +0200 |
commit | 3ee4dd0d52f4df47c894b7899b296e45aaf1489f (patch) | |
tree | 5902a4c375771a4fe2012fde4e518a6d866a936f /view/tpl | |
parent | 0f7832dc30fb4d8aedd24b6ad8a9e48876a77dd0 (diff) | |
download | volse-hubzilla-3ee4dd0d52f4df47c894b7899b296e45aaf1489f.tar.gz volse-hubzilla-3ee4dd0d52f4df47c894b7899b296e45aaf1489f.tar.bz2 volse-hubzilla-3ee4dd0d52f4df47c894b7899b296e45aaf1489f.zip |
remove the unimplemented upload limit site settings
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 0bb3ceb15..1cdb4a56b 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -71,9 +71,6 @@ {{include file="field_select.tpl" field=$access_policy}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> - <h3>{{$upload}}</h3> - {{include file="field_input.tpl" field=$maximagesize}} - <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$verify_email}} {{include file="field_checkbox.tpl" field=$feed_contacts}} |