fixed style

This commit is contained in:
Roland Gruber 2007-02-11 17:22:42 +00:00
parent b4e20c6e0f
commit 3355402621
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ class lamList {
if (!$createOnly) {
echo ("<input class=\"" . $this->type . "\" type=\"submit\" name=\"del\" value=\"" . $this->labels['deleteEntry'] . "\">\n");
echo ("<br><br><br>\n");
echo "<fieldset class=\"useredit\"><legend><b>PDF</b></legend>\n";
echo "<fieldset class=\"" . $this->type . "edit\"><legend><b>PDF</b></legend>\n";
echo ("<b>" . _('PDF structure') . ":</b>&nbsp;&nbsp;<select name=\"pdf_structure\">\n");
$pdf_structures = getPDFStructureDefinitions($this->type);
foreach($pdf_structures as $pdf_structure) {