From feb65acee5390faa7c64dd68a313b347e1dabd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu> Date: Sat, 9 May 2020 09:51:10 +0200 Subject: [PATCH] Correction du layout du listing --- .../categorywidget_categorywidget_listing.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/view/adminhtml/ui_component/categorywidget_categorywidget_listing.xml b/view/adminhtml/ui_component/categorywidget_categorywidget_listing.xml index aeb0e87..5624fd1 100755 --- a/view/adminhtml/ui_component/categorywidget_categorywidget_listing.xml +++ b/view/adminhtml/ui_component/categorywidget_categorywidget_listing.xml @@ -10,7 +10,7 @@ <button name="add"> <url path="*/*/new"/> <class>primary</class> - <label translate="true">Add New Image Slider</label> + <label translate="true">Add New Category Widget</label> </button> </buttons> <spinner>categorywidget_item_columns</spinner> @@ -67,8 +67,8 @@ <action name="delete"> <settings> <confirm> - <message translate="true">Are you sure you wan't to delete selected categorie slider?</message> - <title translate="true">Delete categorie slider</title> + <message translate="true">Are you sure you wan't to delete selected category widget?</message> + <title translate="true">Delete category widget</title> </confirm> <url path="nicolasbejeancategorywidget/categorywidget/massDelete"/> <type>delete</type> @@ -78,8 +78,8 @@ <action name="enable"> <settings> <confirm> - <message translate="true">Are you sure you wan't to enable selected categorie slider?</message> - <title translate="true">Enable categorie slider</title> + <message translate="true">Are you sure you wan't to enable selected category widget?</message> + <title translate="true">Enable category widget</title> </confirm> <url path="nicolasbejeancategorywidget/categorywidget/massEnable"> <param name="status">1</param> @@ -91,8 +91,8 @@ <action name="disable"> <settings> <confirm> - <message translate="true">Are you sure you wan't to disable selected categorie slider?</message> - <title translate="true">Disable categorie slider</title> + <message translate="true">Are you sure you wan't to disable selected category widget?</message> + <title translate="true">Disable category widget</title> </confirm> <url path="nicolasbejeancategorywidget/categorywidget/massDisable"> <param name="status">0</param> @@ -138,7 +138,7 @@ <sorting>asc</sorting> </settings> </column> - <column name="identifier"> + <column name="title"> <settings> <filter>text</filter> <editor> @@ -147,10 +147,10 @@ </validation> <editorType>text</editorType> </editor> - <label translate="true">Identifier</label> + <label translate="true">Title</label> </settings> </column> - <column name="name"> + <column name="identifier"> <settings> <filter>text</filter> <editor> @@ -159,7 +159,7 @@ </validation> <editorType>text</editorType> </editor> - <label translate="true">Name</label> + <label translate="true">Identifier</label> </settings> </column> <column name="content"> -- GitLab