mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
5ae396b7c5
commit
cfe9719b31
@ -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>
|
2010-05-04 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: Added "mini"
|
* 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>
|
<td style=""><?php print_textarea('sql', 5, 25, $sql); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="row_header" style="" class="datos">
|
<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>
|
<td style=""><?php print_input_text('header', $header, '', 40, 90); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="row_custom" style="" class="datos">
|
<tr id="row_custom" style="" class="datos">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user