2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/datos_agente.php: change the width of data table. Fixes: #3398098 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4828 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
559d24908d
commit
3472e58ec9
|
@ -1,3 +1,9 @@
|
||||||
|
2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/datos_agente.php: change the width of data table.
|
||||||
|
|
||||||
|
Fixes: #3398098
|
||||||
|
|
||||||
2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
|
2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager.php: check if the field "update_server_path" in
|
* extensions/update_manager.php: check if the field "update_server_path" in
|
||||||
|
|
|
@ -185,6 +185,8 @@ echo '</div>';
|
||||||
|
|
||||||
echo "</form><br />";
|
echo "</form><br />";
|
||||||
|
|
||||||
|
$table->width = '98%';
|
||||||
|
|
||||||
//
|
//
|
||||||
$index = 0;
|
$index = 0;
|
||||||
foreach($columns as $col => $attr){
|
foreach($columns as $col => $attr){
|
||||||
|
|
Loading…
Reference in New Issue