
Die obige Funtkion zeigt keine Wirkung.
In der render() Funktion steht folgendes. ab Zeile 499
Code: Alles auswählen
if ($this->cancelLink != "")
{
$img = '<img src="'.$cfg["path"]["contenido_fullhtml"].'images/but_cancel.gif" border="0">';
$tpl->set('s', 'CANCELLINK', '<a href="'.$this->cancelLink.'">'.$img.'</a>');
} else {
$tpl->set('s', 'CANCELLINK','');
}
Ab Zeile 10 in der HTML den Code hiermit ersetzen
Code: Alles auswählen
<!-- END:BLOCK -->
<tr id="{ROWNAME}" class="text_medium" style="background-color: {BGCOLOR};">
<td nowrap="nowrap" valign="top" style="border: 0px; border-top:1px; border-right:1px;border-color: {BORDERCOLOR}; border-style: solid;padding-left:{PADDING_LEFT}px"> </td>
<td nowrap="nowrap" valign="top" style="border: 0px; border-top:1px; border-right:1px; border-color: {BORDERCOLOR}; border-style: solid;" align="right">{CANCELLINK}{EXTRABUTTONS}</td>
</tr>
</table>
</form>
Gruß aus Franken
Ortwin