PHRAS-2688 #comment Port 41 of Prod workzone: Change type of numbering #time 1h

This commit is contained in:
Harrys Ravalomanana
2019-08-02 13:48:48 +04:00
parent 08d10605b3
commit f185558de7

View File

@@ -317,7 +317,7 @@ class QueryController extends Controller
</tfoot>
</table></div></div>'
. '</div><a href="#" class="search-display-info" data-infos="' . str_replace('"', '&quot;', $explain) . '">'
. $this->app->trans('%total% reponses', ['%total%' => '<span>'.$result->getTotal().'</span>']) . '</a>';
. $this->app->trans('%total% reponses', ['%total%' => '<span>'.number_format($result->getTotal(),null, null, ' ').'</span>']) . '</a>';
$json['infos'] = $infoResult;
$json['navigationTpl'] = $string;