diff options
Diffstat (limited to 'templates/edit_personal_page.tpl')
| -rw-r--r-- | templates/edit_personal_page.tpl | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/templates/edit_personal_page.tpl b/templates/edit_personal_page.tpl index 5b70292..f2b7282 100644 --- a/templates/edit_personal_page.tpl +++ b/templates/edit_personal_page.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/edit_personal_page.tpl,v 1.1 2007/05/29 19:40:58 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/edit_personal_page.tpl,v 1.2 2007/06/16 08:05:36 starrrider Exp $ *} {strip} <div class="floaticon">{bithelp}</div> @@ -127,25 +127,6 @@ </div> {/if} - {if $gBitSystem->isFeatureActive( 'wiki_icache' )} - <div class="row"> - {formlabel label="Cache" for="wiki_cache"} - {forminput} - <select name="wiki_cache" id="wiki_cache"> - <option value="0" {if $gBitSystem->getConfig('wiki_cache') eq 0}selected="selected"{/if}>{tr}0 (no cache){/tr}</option> - <option value="60" {if $gBitSystem->getConfig('wiki_cache') eq 60}selected="selected"{/if}>{tr}1 minute{/tr}</option> - <option value="300" {if $gBitSystem->getConfig('wiki_cache') eq 300}selected="selected"{/if}>{tr}5 minutes{/tr}</option> - <option value="600" {if $gBitSystem->getConfig('wiki_cache') eq 600}selected="selected"{/if}>{tr}10 minutes{/tr}</option> - <option value="900" {if $gBitSystem->getConfig('wiki_cache') eq 900}selected="selected"{/if}>{tr}15 minutes{/tr}</option> - <option value="1800" {if $gBitSystem->getConfig('wiki_cache') eq 1800}selected="selected"{/if}>{tr}30 minutes{/tr}</option> - <option value="3600" {if $gBitSystem->getConfig('wiki_cache') eq 3600}selected="selected"{/if}>{tr}1 hour{/tr}</option> - <option value="7200" {if $gBitSystem->getConfig('wiki_cache') eq 7200}selected="selected"{/if}>{tr}2 hours{/tr}</option> - </select> - {formhelp note=""} - {/forminput} - </div> - {/if} - {include file="bitpackage:liberty/edit_services_inc.tpl serviceFile=content_edit_mini_tpl} <div class="row submit"> |
