Commit 5f801f23 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Jérome Perrin

CUSTOM: hide columns to select and edit because are useless to display last Suport Requests

> email from Galien Renault with title "Retour livraison interface consulaire" document "Retour livraison
> Interface Consulaire ERP5 .pdf" Suppression des boutons d’action : ““Edit” / “Select”, page 4.1.4 item a page 14
parent 555552eb
...@@ -820,6 +820,7 @@ ...@@ -820,6 +820,7 @@
'text': translation_list[3] 'text': translation_list[3]
})); }));
if (gadget.state.editable) {
// Add Do button // Add Do button
// <button {{disabled}} data-rel="hide" data-i18n="Select" name="Hide" type="button" class="ui-icon-check-square-o ui-btn-icon-left {{hide_class}}"></button> // <button {{disabled}} data-rel="hide" data-i18n="Select" name="Hide" type="button" class="ui-icon-check-square-o ui-btn-icon-left {{hide_class}}"></button>
div_element_list.push(domsugar('button', { div_element_list.push(domsugar('button', {
...@@ -830,7 +831,9 @@ ...@@ -830,7 +831,9 @@
'class': 'ui-icon-list-ul ui-btn-icon-left ', 'class': 'ui-icon-list-ul ui-btn-icon-left ',
'text': translation_list[5] 'text': translation_list[5]
})); }));
}
if (gadget.state.show_select) {
// Add Select button // Add Select button
// <button {{disabled}} data-rel="hide" data-i18n="Select" name="Hide" type="button" class="ui-icon-check-square-o ui-btn-icon-left {{hide_class}}"></button> // <button {{disabled}} data-rel="hide" data-i18n="Select" name="Hide" type="button" class="ui-icon-check-square-o ui-btn-icon-left {{hide_class}}"></button>
div_element_list.push(domsugar('button', { div_element_list.push(domsugar('button', {
...@@ -842,6 +845,7 @@ ...@@ -842,6 +845,7 @@
'text': translation_list[1] 'text': translation_list[1]
})); }));
} }
}
if (gadget.state.show_anchor) { if (gadget.state.show_anchor) {
th_element_list.push( th_element_list.push(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment