+2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Template tools (Web>Template) had hard-coded background colours
+
2006-06-08 Martin Kutschker <martin.t.kutschker@blackbox.net>
* Make t3lib_div::arrayToLogString() accept an empty string as empty list
<td><img src=clear.gif width=3 height=1></td><td class="bgColor2"><b>'.$tmpl->templateTitles[$cVal].'</b></td></tr>
<tr>
<td><img src=clear.gif width=3 height=1></td>
- <td class="bgColor2"><table border=0 cellpadding=0 cellspacing=0 bgcolor="#D9D5C9" width="100%"><tr><td nowrap>'.$tmpl->ext_outputTS(array($val),$this->pObj->MOD_SETTINGS["ts_analyzer_checkLinenum"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkComments"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkCrop"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntax"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntaxBlockmode"]).'</td></tr></table>
+ <td class="bgColor2"><table border=0 cellpadding=0 cellspacing=0 class="bgColor4" width="100%"><tr><td nowrap>'.$tmpl->ext_outputTS(array($val),$this->pObj->MOD_SETTINGS["ts_analyzer_checkLinenum"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkComments"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkCrop"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntax"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntaxBlockmode"]).'</td></tr></table>
</td>
</tr>
';
<td><img src=clear.gif width=3 height=1></td><td class="bgColor2"><b>'.$tmpl->templateTitles[current($tmpl->clearList_setup)].'</b></td></tr>
<tr>
<td><img src=clear.gif width=3 height=1></td>
- <td class="bgColor2"><table border=0 cellpadding=0 cellspacing=0 bgcolor="#D9D5C9" width="100%"><tr><td nowrap>'.$tmpl->ext_outputTS(array($val),$this->pObj->MOD_SETTINGS["ts_analyzer_checkLinenum"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkComments"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkCrop"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntax"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntaxBlockmode"]).'</td></tr></table>
+ <td class="bgColor2"><table border=0 cellpadding=0 cellspacing=0 class="bgColor4" width="100%"><tr><td nowrap>'.$tmpl->ext_outputTS(array($val),$this->pObj->MOD_SETTINGS["ts_analyzer_checkLinenum"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkComments"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkCrop"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntax"],$this->pObj->MOD_SETTINGS["ts_analyzer_checkSyntaxBlockmode"]).'</td></tr></table>
</td>
</tr>
';
);
}
function tableRow($label,$data,$field) {
- $ret='<tr><td bgcolor="#D9D5C9" width="1%">';
+ $ret='<tr><td class="bgColor4" width="1%">';
$ret.='<a href="index.php?id='.$this->pObj->id.'&e['.$field.']=1"><img src="'.$GLOBALS["BACK_PATH"].'gfx/edit2.gif" width=11 height=12 hspace=3 border=0 title="Edit field"></a>';
- $ret.='</td><td bgcolor="#D9D5C9" width="1%"><b>'.$label.' </b></td><td bgcolor="#D9D5C9" width="99%">'.$data.' </td></tr>';
+ $ret.='</td><td class="bgColor4" width="1%"><b>'.$label.' </b></td><td class="bgColor4" width="99%">'.$data.' </td></tr>';
return $ret;
}
function procesResources($resources,$func=0) {
<tr>
<td><img src=clear.gif width=4 height=1></td>
<td class="bgColor2">
- <table border=0 cellpadding=0 cellspacing=0 bgcolor="#D9D5C9" width="100%"><tr><td nowrap>'.$tree.'</td></tr></table><img src=clear.gif width=465 height=1></td>
+ <table border=0 cellpadding=0 cellspacing=0 class="bgColor4" width="100%"><tr><td nowrap>'.$tree.'</td></tr></table><img src=clear.gif width=465 height=1></td>
</tr>
</table>
';
<tr>
<td><img src=clear.gif width=4 height=1></td>
<td class="bgColor2">
- <table border=0 cellpadding=0 cellspacing=0 bgcolor="#D9D5C9">'.$out.'
+ <table border=0 cellpadding=0 cellspacing=0 class="bgColor4">'.$out.'
<tr>
<td> </td>
<td><img src=clear.gif height=10 width=240><BR><input type="Submit" name="Submit" value="Set conditions"><BR></td>
<tr>
<td><img src=clear.gif width=4 height=1></td>
<td class="bgColor2">
- <table border=0 cellpadding=0 cellspacing=0 bgcolor="#D9D5C9">
+ <table border=0 cellpadding=0 cellspacing=0 class="bgColor4">
<tr>
<td> Enter search phrase: <input type="Text" name="search_field" value="'.htmlspecialchars($POST["search_field"]).'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(20).'></td>
<td><input type="Submit" name="search" value="Search"></td>