mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Add width in table view data in tree view
(cherry picked from commit 2ae253a3e0890add1c80015e5904ecfad2489cd9)
This commit is contained in:
parent
18939f4249
commit
c83b07c5e9
@ -168,11 +168,13 @@ if ($get_module_detail) {
|
|||||||
"Data" => array(
|
"Data" => array(
|
||||||
"data",
|
"data",
|
||||||
"modules_format_data",
|
"modules_format_data",
|
||||||
"align" => "left"),
|
"align" => "left",
|
||||||
|
"width" => 500),
|
||||||
"Time" => array(
|
"Time" => array(
|
||||||
"utimestamp",
|
"utimestamp",
|
||||||
"modules_format_time",
|
"modules_format_time",
|
||||||
"align" => "left")
|
"align" => "left",
|
||||||
|
"width" => 500)
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($selection_mode == "fromnow") {
|
if ($selection_mode == "fromnow") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user