2012-04-11 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_modules.php: Fixed a minor style bug git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5934 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b3b410c650
commit
30a2c056aa
|
@ -1,3 +1,8 @@
|
|||
2012-04-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/massive/massive_delete_modules.php: Fixed a
|
||||
minor style bug
|
||||
|
||||
2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.php
|
||||
|
|
|
@ -202,6 +202,7 @@ foreach ($module_types as $type) {
|
|||
|
||||
$table->width = '99%';
|
||||
$table->data = array ();
|
||||
$table->style[2] = 'font-weight: bold';
|
||||
|
||||
$table->data[0][0] = __('Selection mode');
|
||||
$table->data[0][1] = __('Select modules first').' '.html_print_radio_button_extended ("selection_mode", 'modules', '', $selection_mode, false, '', 'style="margin-right: 40px;"', true);
|
||||
|
|
Loading…
Reference in New Issue