2010-05-04 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.item_editor.php: added tooltip for to tell what is the separator character in the header. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2658 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
57322b8633
commit
185dbb4afc
|
@ -1,3 +1,8 @@
|
|||
2010-05-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: added tooltip for to
|
||||
tell what is the separator character in the header.
|
||||
|
||||
2010-05-04 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Added "mini"
|
||||
|
|
|
@ -289,7 +289,7 @@ print_input_hidden('id_item', $idItem);
|
|||
<td style=""><?php print_textarea('sql', 5, 25, $sql); ?></td>
|
||||
</tr>
|
||||
<tr id="row_header" style="" class="datos">
|
||||
<td style="vertical-align: top;"><?php echo __('Serialized header'); ?></td>
|
||||
<td style="vertical-align: top;"><?php echo __('Serialized header') . '<a href="#" class="tip"> <span>' . __("The separator character is | .") . '</span></a>';?></td>
|
||||
<td style=""><?php print_input_text('header', $header, '', 40, 90); ?></td>
|
||||
</tr>
|
||||
<tr id="row_custom" style="" class="datos">
|
||||
|
|
Loading…
Reference in New Issue