fixed HTML error
This commit is contained in:
parent
64f88587d3
commit
3637f3fa7d
|
@ -590,9 +590,9 @@ class lamList {
|
||||||
|
|
||||||
$this->listPrintHeader();
|
$this->listPrintHeader();
|
||||||
|
|
||||||
echo "<br>\n";
|
echo "<br><div>\n";
|
||||||
echo "<form target=\"_blank\" action=\"list.php?type=" . $this->type . "&norefresh=true\" method=\"post\">\n";
|
|
||||||
echo "<div class=\"ui-tabs-nav\">";
|
echo "<div class=\"ui-tabs-nav\">";
|
||||||
|
echo "<form target=\"_blank\" action=\"list.php?type=" . $this->type . "&norefresh=true\" method=\"post\">\n";
|
||||||
|
|
||||||
echo '<fieldset class="' . $this->type . 'edit"><legend>' . _('Create PDF file') . '</legend><br>';
|
echo '<fieldset class="' . $this->type . 'edit"><legend>' . _('Create PDF file') . '</legend><br>';
|
||||||
echo '<table class="' . $this->type . 'edit">';
|
echo '<table class="' . $this->type . 'edit">';
|
||||||
|
|
Loading…
Reference in New Issue