diff options
author | friendica <info@friendica.com> | 2013-12-06 00:02:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-06 00:02:39 -0800 |
commit | 1aa79d9ee69bbb7afb2c9b87579aad252ef66730 (patch) | |
tree | 266cb889d55e98a06a3353ee4423ddc018c63dbc /view | |
parent | 78d19f3395e8fd0660e58498c15850e1323ec4b3 (diff) | |
download | volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.tar.gz volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.tar.bz2 volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.zip |
some code cleanup - gad I forgot what a mess the "other" notifications tabs (everything but system) were in. Maybe I'll just remove them so we can start over.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings.tpl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 8781304c1..7b6add231 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -52,26 +52,6 @@ {{include file="field_input.tpl" field=$cntunkmail}} - -{{if $expireisfixed}} -{{* Remove above line when expire is working *}} -{{include file="field_input.tpl" field=$expire.days}} - - -<div class="field input"> - <span class="field_help"><a href="#advanced-expire-popup" id="advanced-expire" class='popupbox' title="{{$expire.advanced}}">{{$expire.label}}</a></span> - <div style="display: none;"> - <div id="advanced-expire-popup" style="width:auto;height:auto;overflow:auto;"> - <h3>{{$expire.advanced}}</h3> - {{include file="field_yesno.tpl" field=$expire.items}} - {{include file="field_yesno.tpl" field=$expire.starred}} - {{include file="field_yesno.tpl" field=$expire.network_only}} - </div> - </div> - -</div> -{{/if}} - <div id="settings-default-perms" class="settings-default-perms" > <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" >{{$permissions}} {{$permdesc}}</a> <div id="settings-default-perms-menu-end"></div> |