cosmetic : padding inner_box

This commit is contained in:
sparkyx 2025-11-22 08:42:59 +01:00
parent 544beb2cda
commit c236776db7
2 changed files with 10 additions and 5 deletions

View file

@ -1384,6 +1384,7 @@ function check()
ob_start();
echo HtmlInput::title_box($this->getTitle(), $this->dialog_box,"close","","y","y");
print '<div class="content">';
printf('<form id="frm%s_%s" method="POST" onsubmit="%s.save(\'frm%s_%s\');return false;">',
$this->object_name, $this->table->get_pk_value(),
$this->object_name, $this->object_name,
@ -1409,7 +1410,7 @@ function check()
'</li>',
'</ul>';
echo "</form>";
print "</div>";
$html=ob_get_contents();
ob_end_clean();