[-] BO : Improvement made #PSCFI-1387 - The hooks list is reorder by title and technical name is displayed
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<div class="margin-form">
|
||||
<select name="id_hook" {if $edit_graft} disabled="disabled"{/if}>
|
||||
{foreach $hooks as $hook}
|
||||
<option value="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['title']}</option>
|
||||
<option value="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>"{$hook['title']}" {l s='known as'} "{$hook['name']}"</option>
|
||||
{/foreach}
|
||||
</select><sup> *</sup>
|
||||
</div>
|
||||
|
||||
+2
-1
@@ -92,7 +92,8 @@ class HookCore extends ObjectModel
|
||||
{
|
||||
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('
|
||||
SELECT * FROM `'._DB_PREFIX_.'hook` h
|
||||
'.($position ? 'WHERE h.`position` = 1' : '')
|
||||
'.($position ? 'WHERE h.`position` = 1' : '').'
|
||||
ORDER BY `title`'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>blockadvertising</name>
|
||||
<displayName><![CDATA[Block advertising]]></displayName>
|
||||
<displayName><![CDATA[Bloc publicité]]></displayName>
|
||||
<version><![CDATA[0.4]]></version>
|
||||
<description><![CDATA[Adds a block to display an advertisement.]]></description>
|
||||
<description><![CDATA[Ajoute un bloc affichant une publicité]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[advertising_marketing]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
|
||||
@@ -651,7 +651,6 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Faites-moi sorti
|
||||
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Dernières commandes';
|
||||
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Pour des raisons de sécurité, vous devez aussi :';
|
||||
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'factures';
|
||||
$_LANGADM['AdminController5b24b7eb082a90dbea88d12c746b6c54'] = 'Module téléchargé avec succès';
|
||||
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Message affiché sur le bouton de validation (obligatoire)';
|
||||
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniatures régénérées avec succès';
|
||||
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Retour à la liste';
|
||||
@@ -1963,6 +1962,7 @@ $_LANGADM['AdminModulesPositions4c64748755160a1e441ed3dc34d6b827'] = 'Afficher l
|
||||
$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Greffer un module';
|
||||
$_LANGADM['AdminModulesPositions605e21f380bbda2912e12a4c16737227'] = 'Aucun module pour ce point d\'accroche';
|
||||
$_LANGADM['AdminModulesPositions617983b27d1b90bf5024920bb11b1ba0'] = 'Vous devez sélectionner un magasin pour utiliser le Live Edit';
|
||||
$_LANGADM['AdminModulesPositions6272bcc3074b501efdcf61274a8df1bd'] = 'connu sous le nom de';
|
||||
$_LANGADM['AdminModulesPositions64adb647e2fb190abbe54ca5b6117aa2'] = 'Si vous souhaitez ranger ou déplacer les données suivantes, vous devez choisir une boutique dans la liste déroulante';
|
||||
$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'Lancer LiveEdit';
|
||||
$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
|
||||
|
||||
Reference in New Issue
Block a user