Skip to content

Commit

Permalink
42588: Tabellen-Templates lassen sich nicht löschen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Nov 11, 2024
1 parent db4ad54 commit cde2ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ public function deleteTemplateConfirmationObject(): void
$cl_str = '<div style="padding-left:30px;" class="small">' .
"<div><i>" . $lng->txt("sty_style_class") . "</i></div>" . $cl_str . "</div>";
}
$cgui->addItem("tid[]", $tid, $this->object->lookupTemplateName($tid) . $cl_str);
$cgui->addItem("tid[]", (string) $tid, $this->object->lookupTemplateName($tid) . $cl_str);
}

$cgui->addButton($lng->txt("sty_del_template_keep_classes"), "deleteTemplateKeepClasses");
Expand Down

0 comments on commit cde2ce4

Please sign in to comment.