mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +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",
|
||||
"modules_format_data",
|
||||
"align" => "left"),
|
||||
"align" => "left",
|
||||
"width" => 500),
|
||||
"Time" => array(
|
||||
"utimestamp",
|
||||
"modules_format_time",
|
||||
"align" => "left")
|
||||
"align" => "left",
|
||||
"width" => 500)
|
||||
);
|
||||
|
||||
if ($selection_mode == "fromnow") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user