2011-10-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_common.php: Fixed column width in this view. Fixes: #3423546 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5066 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1dba24a6ce
commit
38b153c300
|
@ -1,3 +1,10 @@
|
|||
2011-10-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Fixed column
|
||||
width in this view.
|
||||
|
||||
Fixes: #3423546
|
||||
|
||||
2011-10-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* include/help/en/help_alert_macros.php,
|
||||
|
|
|
@ -119,6 +119,7 @@ $table_simple->data = array ();
|
|||
$table_simple->colspan = array ();
|
||||
$table_simple->style = array ();
|
||||
$table_simple->style[0] = 'font-weight: bold; vertical-align: top';
|
||||
$table_simple->style[1] = 'width: 40%';
|
||||
$table_simple->style[2] = 'font-weight: bold; vertical-align: top';
|
||||
|
||||
$table_simple->data[0][0] = __('Name');
|
||||
|
|
Loading…
Reference in New Issue