Cosmetic
This commit is contained in:
parent
79ecb68033
commit
800247692d
5 changed files with 33 additions and 25 deletions
|
|
@ -124,7 +124,9 @@ class Manage_Table_SQL
|
|||
// By default no js sort
|
||||
$this->sort_column="";
|
||||
$this->dialog_box="dtr";
|
||||
$this->dialogbox_style=array("position"=> "fixed", "top"=> '15%',"width"=> "auto", "margin-left"=> "20%");
|
||||
$this->dialogbox_style=array("position"=> "fixed", "top"=> '15%',"width"=> "auto",
|
||||
"max-width"=>"60%",
|
||||
"margin-left"=> "20%");
|
||||
}
|
||||
/**
|
||||
* send the XML headers for the ajax call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue