Feature #10737 ยป 10737_v2.patch
modfunc1/class.tx_linkvalidator_modfunc1.php (working copy) | ||
---|---|---|
$this->initialize();
|
||
$this->modTS = t3lib_BEfunc::getModTSconfig($this->pObj->id, 'mod.linkvalidator');
|
||
$this->modTS = $this->modTS['properties'];
|
||
if(!$this->modTS['noUpdateButton']){
|
||
if($this->modTS['showUpdateButton'] == 'true' || $this->modTS['showUpdateButton'] == 1){
|
||
$this->updateListHtml = '<input type="submit" name="updateLinkList" value="' .
|
||
$GLOBALS['LANG']->getLL('label_update') . '"/>';
|
||
}
|
res/pageTSconfig.txt (working copy) | ||
---|---|---|
}
|
||
linktypes = db,file,external
|
||
checkhidden = 0
|
||
noUpdateButton = 0
|
||
showUpdateButton = true
|
||
mail{
|
||
encoding = utf-8
|
||
fromname =
|