Commit 625384da authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Jérome Perrin

HACK: Hide Configure and Sort buttons

Requested in an email from Galien Renault with title "Retour livraison interface consulaire" document "Retour livraison Interface Consulaire ERP5 .pdf" Suppression des boutons d’action : "Sort ", page 4.1.4 item A, page 14
parent 5444a7f2
......@@ -797,7 +797,7 @@
}));
} else {
if (gadget.state.form_id && gadget.state.form_id.indexOf("form_list_sr") === -1) {
// Add Configure button
// <button {{disabled}} data-rel="configure_columns" data-i18n="Configure" name="Configure" type="button" class="ui-icon-wrench ui-btn-icon-left {{configure_class}}"></button>
div_element_list.push(domsugar('button', {
......@@ -818,7 +818,8 @@
'type': 'button',
'class': 'ui-icon-sort-amount-desc ui-btn-icon-left ' + gadget.state.sort_class,
'text': translation_list[3]
}));
}));;
}
if (gadget.state.editable) {
// Add Do button
......
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