2011-02-14 Javier Lanz <javier.lanz@artica.es>
* godmode/reporting/reporting_builder.main.php: Table size changed to 90% * godmode/reporting/reporting_builder.item_editor.php: Fixed a small problem with an old field git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3832 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6dc40b09a5
commit
eeaaf8171a
|
@ -1,3 +1,8 @@
|
||||||
|
2011-02-14 Javier Lanz <javier.lanz@artica.es>
|
||||||
|
* godmode/reporting/reporting_builder.main.php: Table size changed to 90%
|
||||||
|
* godmode/reporting/reporting_builder.item_editor.php: Fixed a small
|
||||||
|
problem with an old field
|
||||||
|
|
||||||
2011-02-14 Miguel de Dios <miguel.dedios@artica.es>
|
2011-02-14 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_config.php, include/api.php, godmode/setup/setup.php:
|
* include/functions_config.php, include/api.php, godmode/setup/setup.php:
|
||||||
|
|
|
@ -355,10 +355,6 @@ print_input_hidden('id_item', $idItem);
|
||||||
<td style="vertical-align: top;"><?php echo __('Line separator'); ?></td>
|
<td style="vertical-align: top;"><?php echo __('Line separator'); ?></td>
|
||||||
<td style=""><?php print_input_text('line', $line, '', 2, 4); ?></td>
|
<td style=""><?php print_input_text('line', $line, '', 2, 4); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="row_quantity" style="" class="datos">
|
|
||||||
<td style="vertical-align: top;"><?php echo __('Quantity (n)'); ?></td>
|
|
||||||
<td style=""><?php print_input_text('quantity', $quantity, '', 2, 4); ?></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -37,7 +37,7 @@ switch ($action) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->width = '80%';
|
$table->width = '90%';
|
||||||
$table->id = 'add_alert_table';
|
$table->id = 'add_alert_table';
|
||||||
$table->class = 'databox';
|
$table->class = 'databox';
|
||||||
$table->head = array ();
|
$table->head = array ();
|
||||||
|
|
Loading…
Reference in New Issue