Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit feb65ace authored by Nicolas's avatar Nicolas
Browse files

Correction du layout du listing

parent c5e1b350
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<button name="add"> <button name="add">
<url path="*/*/new"/> <url path="*/*/new"/>
<class>primary</class> <class>primary</class>
<label translate="true">Add New Image Slider</label> <label translate="true">Add New Category Widget</label>
</button> </button>
</buttons> </buttons>
<spinner>categorywidget_item_columns</spinner> <spinner>categorywidget_item_columns</spinner>
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
<action name="delete"> <action name="delete">
<settings> <settings>
<confirm> <confirm>
<message translate="true">Are you sure you wan't to delete selected categorie slider?</message> <message translate="true">Are you sure you wan't to delete selected category widget?</message>
<title translate="true">Delete categorie slider</title> <title translate="true">Delete category widget</title>
</confirm> </confirm>
<url path="nicolasbejeancategorywidget/categorywidget/massDelete"/> <url path="nicolasbejeancategorywidget/categorywidget/massDelete"/>
<type>delete</type> <type>delete</type>
...@@ -78,8 +78,8 @@ ...@@ -78,8 +78,8 @@
<action name="enable"> <action name="enable">
<settings> <settings>
<confirm> <confirm>
<message translate="true">Are you sure you wan't to enable selected categorie slider?</message> <message translate="true">Are you sure you wan't to enable selected category widget?</message>
<title translate="true">Enable categorie slider</title> <title translate="true">Enable category widget</title>
</confirm> </confirm>
<url path="nicolasbejeancategorywidget/categorywidget/massEnable"> <url path="nicolasbejeancategorywidget/categorywidget/massEnable">
<param name="status">1</param> <param name="status">1</param>
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
<action name="disable"> <action name="disable">
<settings> <settings>
<confirm> <confirm>
<message translate="true">Are you sure you wan't to disable selected categorie slider?</message> <message translate="true">Are you sure you wan't to disable selected category widget?</message>
<title translate="true">Disable categorie slider</title> <title translate="true">Disable category widget</title>
</confirm> </confirm>
<url path="nicolasbejeancategorywidget/categorywidget/massDisable"> <url path="nicolasbejeancategorywidget/categorywidget/massDisable">
<param name="status">0</param> <param name="status">0</param>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<sorting>asc</sorting> <sorting>asc</sorting>
</settings> </settings>
</column> </column>
<column name="identifier"> <column name="title">
<settings> <settings>
<filter>text</filter> <filter>text</filter>
<editor> <editor>
...@@ -147,10 +147,10 @@ ...@@ -147,10 +147,10 @@
</validation> </validation>
<editorType>text</editorType> <editorType>text</editorType>
</editor> </editor>
<label translate="true">Identifier</label> <label translate="true">Title</label>
</settings> </settings>
</column> </column>
<column name="name"> <column name="identifier">
<settings> <settings>
<filter>text</filter> <filter>text</filter>
<editor> <editor>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</validation> </validation>
<editorType>text</editorType> <editorType>text</editorType>
</editor> </editor>
<label translate="true">Name</label> <label translate="true">Identifier</label>
</settings> </settings>
</column> </column>
<column name="content"> <column name="content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment