Fehlender Platzhalter in template.con_edit_form.html
Verfasst: Fr 2. Feb 2007, 16:24
in der Template Datei "template.con_edit_form.html" fehlt der Platzhalter {CHECKBOX-NEUESFENSTER}.
Dieser wird in "include.con_edit_form.php" gesetzt, kann aber so nicht vom Benutzer gepflegt werden :-)
also in "template.con_edit_form.html" in Zeile 93
durch folgendes ersetzen:
Dieser wird in "include.con_edit_form.php" gesetzt, kann aber so nicht vom Benutzer gepflegt werden :-)
also in "template.con_edit_form.html" in Zeile 93
Code: Alles auswählen
<td valign="bottom" colspan="3" class="text_medium" style="border: 1px; border-top: 0px; border-left:0px;border-color: #747488; border-style: solid; background-color: #F4F4F7"><table border="0" cellspacing="0" cellpadding="0"><tr><td>{CHECKBOX}</td><td>{URL}</td></tr></table></td>
Code: Alles auswählen
<td valign="bottom" colspan="3" class="text_medium" style="border: 1px; border-top: 0px; border-left:0px;border-color: #747488; border-style: solid; background-color: #F4F4F7"><table border="0" cellspacing="0" cellpadding="0"><tr><td>{CHECKBOX}</td><td>{URL}</td></tr><tr><td colspan="2">{CHECKBOX-NEUESFENSTER}</td></tr></table></td>