diff --git a/apps/maarch_entreprise/indexing_searching/search_adv.php b/apps/maarch_entreprise/indexing_searching/search_adv.php index 14a42ba6589df241aad75ee1fa44625c22cdaaae..5fc3dacb3a9efa75300219bf490ac4ff8aea5902 100755 --- a/apps/maarch_entreprise/indexing_searching/search_adv.php +++ b/apps/maarch_entreprise/indexing_searching/search_adv.php @@ -574,11 +574,10 @@ if ($core_tools->is_module_loaded('basket') == true) { <label for="sender" class="bold"><?php echo _SENDER; ?></label> </div> <div class="adv_search_field indexing_field"> - <i id="sender_icon_contactsUsers" class="fa fa-user" onclick="switchAutoCompleteType('sender','contactsUsers', true);" style="color:#135F7F;display: inline-block;cursor:pointer;" title="<?php echo _CONTACTS_USERS_LIST; ?>" ></i> <i id="sender_icon_entities" class="fa fa-sitemap" onclick="switchAutoCompleteType('sender','entities');" style="display: inline-block;cursor:pointer;" title="<?php echo _ENTITIES_LIST; ?>" ></i> <span style="position:relative;"> <div class="typeahead__container"><div class="typeahead__field"> <span class="typeahead__query"> - <input name="sender" type="text" id="sender" autocomplete="off" placeholder="<?php echo _CONTACTS_USERS_SEARCH; ?>"/> + <input name="sender" type="text" id="sender" autocomplete="off" placeholder="<?php echo _CONTACTS_USERS_SEARCH; ?>" title="<?php echo _CONTACTS_USERS_SEARCH; ?>"/> <input type="hidden" name="meta[]" value="sender#sender#input_text" /> </span> </div></div> @@ -598,11 +597,10 @@ if ($core_tools->is_module_loaded('basket') == true) { <label for="recipient" class="bold"><?php echo _DEST; ?></label> </div> <div class="adv_search_field indexing_field"> - <i id="recipient_icon_contactsUsers" class="fa fa-user" onclick="switchAutoCompleteType('recipient','contactsUsers', true);" style="color:#135F7F;display: inline-block;cursor:pointer;" title="<?php echo _CONTACTS_USERS_LIST; ?>" ></i> <i id="recipient_icon_entities" class="fa fa-sitemap" onclick="switchAutoCompleteType('recipient','entities');" style="display: inline-block;cursor:pointer;" title="<?php echo _ENTITIES_LIST; ?>" ></i> <span style="position:relative;"> <div class="typeahead__container"><div class="typeahead__field"> <span class="typeahead__query"> - <input name="recipient" type="text" id="recipient" autocomplete="off" placeholder="<?php echo _CONTACTS_USERS_SEARCH; ?>"/> + <input name="recipient" type="text" id="recipient" autocomplete="off" placeholder="<?php echo _CONTACTS_USERS_SEARCH; ?>" title="<?php echo _CONTACTS_USERS_SEARCH; ?>"/> <span class="green_asterisk" style="position: absolute;right: -10px;top: 0px;"><i class="fa fa-star"></i></span> <input type="hidden" name="meta[]" value="recipient#recipient#input_text" /> </span> diff --git a/apps/maarch_entreprise/lang/en.php b/apps/maarch_entreprise/lang/en.php index b78f012436a6aa165c6ff34d2f2e9bf2ebe69eff..a9169bbf60c5a14ab571ecc71a1b420b5c4ecd46 100755 --- a/apps/maarch_entreprise/lang/en.php +++ b/apps/maarch_entreprise/lang/en.php @@ -4439,7 +4439,7 @@ if (!defined('_ENTITIES_LIST')) { define('_ENTITIES_LIST', 'Entities list'); } if (!defined('_CONTACTS_USERS_SEARCH')) { - define('_CONTACTS_USERS_SEARCH', 'Contacts / users search'); + define('_CONTACTS_USERS_SEARCH', 'Contacts / users / entities search'); } if (!defined('_CONTACTS_USERS_GROUPS_SEARCH')) { define('_CONTACTS_USERS_GROUPS_SEARCH', 'Contacts / users / contacts groups search'); diff --git a/apps/maarch_entreprise/lang/fr.php b/apps/maarch_entreprise/lang/fr.php index c9ed8056d2009e2e7b090daf535320686741746c..a6fffa9e674c99177fbc14ced1059d69ddc830b9 100755 --- a/apps/maarch_entreprise/lang/fr.php +++ b/apps/maarch_entreprise/lang/fr.php @@ -4651,7 +4651,7 @@ if (!defined('_ENTITIES_LIST')) { define('_ENTITIES_LIST', 'Répertoire entités'); } if (!defined('_CONTACTS_USERS_SEARCH')) { - define('_CONTACTS_USERS_SEARCH', 'Rechercher un contact / utilisateur'); + define('_CONTACTS_USERS_SEARCH', 'Rechercher un contact / utilisateur / entité'); } if (!defined('_CONTACTS_USERS_GROUPS_SEARCH')) { define('_CONTACTS_USERS_GROUPS_SEARCH', 'Rechercher un contact / utilisateur / groupement de contacts'); diff --git a/apps/maarch_entreprise/lang/nl.php b/apps/maarch_entreprise/lang/nl.php index 63f4b5b00cb45113b3aac36656a65d1aec0e6e2b..f573d3532cc0bec4b807c18c1c362e06aa4bb2f3 100755 --- a/apps/maarch_entreprise/lang/nl.php +++ b/apps/maarch_entreprise/lang/nl.php @@ -1517,7 +1517,7 @@ if (!defined('_REDACTOR')) { define('_REDACTOR', 'Opsteller');} if (!defined('_ASSIGNEE')) { define('_ASSIGNEE', 'Toegekende persoon');} if (!defined('_CONTACTS_USERS_LIST')) { define('_CONTACTS_USERS_LIST', 'Directory contacten / gebruikers');} if (!defined('_ENTITIES_LIST')) { define('_ENTITIES_LIST', 'Directory eenheden');} -if (!defined('_CONTACTS_USERS_SEARCH')) { define('_CONTACTS_USERS_SEARCH', 'Een contact / gebruiker zoeken');} +if (!defined('_CONTACTS_USERS_SEARCH')) { define('_CONTACTS_USERS_SEARCH', 'Contacts / users / entities search');} // _TO_TRANSLATE if (!defined('_CONTACTS_USERS_GROUPS_SEARCH')) { define('_CONTACTS_USERS_GROUPS_SEARCH', 'Een contact / gebruiker / contactgroepering zoeken');} if (!defined('_USER_MAARCH_PARAPHEUR')) { define('_USER_MAARCH_PARAPHEUR', 'Maarch vloeiboek gebruiker');} if (!defined('_DOCUMENT_WITH_NOTES')) { define('_DOCUMENT_WITH_NOTES', 'Document met opmerkingen');}