cosmetic : padding inner_box
This commit is contained in:
parent
544beb2cda
commit
c236776db7
2 changed files with 10 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue