remove prod js modules dependencies - remove useless gulp tasks - add phraseanet production client npm module

This commit is contained in:
Florian BLOUET
2016-03-18 10:07:10 +01:00
parent be542c8426
commit 161bfbe21e
13 changed files with 61 additions and 636 deletions

View File

@@ -152,7 +152,7 @@ class QueryController extends Controller
$infoResult = '<div id="docInfo">'
. $this->app->trans('%number% documents<br/>selectionnes', ['%number%' => '<span id="nbrecsel"></span>'])
. '</div><a href="#" class="infoDialog" infos="' . str_replace('"', '&quot;', $explain) . '">'
. '</div><a href="#" class="infoDialog search-display-info" data-infos="' . str_replace('"', '&quot;', $explain) . '">'
. $this->app->trans('%total% reponses', ['%total%' => '<span>'.$result->getTotal().'</span>']) . '</a>';
$json['infos'] = $infoResult;