Skip to content
Snippets Groups Projects

on bootstrap

Merged Ghislain Loas requested to merge dev#99489_magasin_de_themes_bases_sur_bootstrap into master
Files
3
@@ -57,7 +57,7 @@ class Intonation_Library_Widget_Search_View extends ZendAfi_View_Helper_Accueil_
protected function _renderHeadScriptsOn($script_loader) {
$id = '#expressionRecherche' . $this->_settings->getIdModule();
$id = '#expressionRecherche' . $this->_settings->getIdForHtml();
$script_loader
->addJQueryReady('$("' . $id . '").attr("x-webkit-speech","x-webkit-speech")')
@@ -96,7 +96,7 @@ abstract class IntonationSearchRenderAbstract {
$this->_view = $view;
$this->_settings = $settings;
$this->_user = $user;
$this->_id = $settings->getIdModule();
$this->_id = $settings->getIdForHtml();
if ($this->_view->search_result)
return $this;
@@ -150,7 +150,7 @@ abstract class IntonationSearchRenderAbstract {
'expressionRecherche',
['label' => $this->_settings->getMessage(),
'value' => $this->_view->search_result ? $this->_view->search_result->getCriteresRecherche()->getExpressionRecherche() : '',
'id' => 'expressionRecherche' . $this->_id,
'id' => 'expressionRecherche' . $this->_settings->getIdForHtml(),
'class' => 'expressionRecherche',
'placeholder' => $this->_settings->getPlaceholder()])