fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16799]


From: nelson . guerra
Subject: [Fmsystem-commits] [16799]
Date: Tue, 30 May 2017 12:53:39 -0400 (EDT)

Revision: 16799
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16799
Author:   nelson224
Date:     2017-05-30 12:53:39 -0400 (Tue, 30 May 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/class.uireport.inc.php

Modified: branches/dev-syncromind-2/property/inc/class.uireport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-30 16:53:21 UTC (rev 16798)
+++ branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-30 16:53:39 UTC (rev 16799)
@@ -333,7 +333,27 @@
                        $active_tab = 'report';
                        
                        $msgbox_data = 
$this->bocommon->msgbox_data($this->receipt);
-
+                       
+                       $lang = array(
+                               'select_one_column' => lang('Select at least 
one column'),
+                               'select_group' => lang('Select a group'),
+                               'select_count_sum' => lang('Select at least one 
count/sum operation'),
+                               'select_operator' => lang('Select an operator 
for:'),
+                               'enter_value' => lang('Enter a value for:'),
+                               'enter_second_value' => lang('Enter a second 
value for:'),
+                               
+                               'choose_dataset' => lang('choose dataset'),
+                               'and' => lang('AND'),
+                               'or' => lang('OR'),
+                               'count' => lang('COUNT'),
+                               'sum' => lang('SUM'),
+                               
+                               'restricted_value' => lang('Restricted value'),
+                               'operator' => lang('Operator'),
+                               'value' => lang('Value'),
+                               'conector' => lang('Conector')
+                       );
+                       
                        $data = array
                        (
                                'datatable_def' => array(),
@@ -350,6 +370,8 @@
                                'operators_in' => 
json_encode($this->operators_in),
                                'operators_null' => 
json_encode($this->operators_null),         
                                
+                               'lang' => json_encode($lang),
+                               
                                'report_id' => $values['id'],
                                'report_name' => $values['report_name'],
                                'msgbox_data' => 
$GLOBALS['phpgw']->common->msgbox($msgbox_data),
@@ -771,7 +793,7 @@
                        $data['criteria'] = $criteria;
                        
                        $list = $this->bo->read_to_export($dataset_id, $data);
-                       
+               
                        $html_table = '<table class="pure-table 
pure-table-bordered">';
                        $html_table .= '<thead><tr>';
                        foreach ($list[0] as $c => $v)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]