Feature #15698 » class.tx_tstemplateceditor.php.diff
class.tx_tstemplateceditor.php 2006-02-21 21:53:53.000000000 +0100 | ||
---|---|---|
}
|
||
$theOutput.=$this->pObj->doc->spacer(10);
|
||
$theOutput.=$this->pObj->doc->section("Cache",'Click here to <a href="index.php?id='.$this->pObj->id.'&clear_all_cache=1"><strong>clear all cache</strong></a>',0,1);
|
||
if($GLOBALS['BE_USER']->isAdmin())$theOutput.=$this->pObj->doc->section("Cache",'Click here to <a href="index.php?id='.$this->pObj->id.'&clear_all_cache=1"><strong>clear all cache</strong></a>',0,1);
|
||
} else {
|
||
$theOutput.=$this->pObj->noTemplate(1);
|
||
}
|