Remove the "quick edit" button from messages

This commit is contained in:
Antoine Le Gonidec 2024-07-26 12:06:20 +02:00
parent 1868482102
commit 1bb554069a
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -768,6 +768,9 @@ function template_quickbuttons($list_items, $list_class = null, $output_method =
foreach ($list_items as $key => $li)
{
// Do not include the "quick edit" button.
if ( $li['class'] == 'quick_edit' ) continue;
// Handle the sublist
if ($key == 'more')
{