Remove the "quick edit" button from messages
This commit is contained in:
parent
1868482102
commit
1bb554069a
1 changed files with 3 additions and 0 deletions
|
@ -768,6 +768,9 @@ function template_quickbuttons($list_items, $list_class = null, $output_method =
|
||||||
|
|
||||||
foreach ($list_items as $key => $li)
|
foreach ($list_items as $key => $li)
|
||||||
{
|
{
|
||||||
|
// Do not include the "quick edit" button.
|
||||||
|
if ( $li['class'] == 'quick_edit' ) continue;
|
||||||
|
|
||||||
// Handle the sublist
|
// Handle the sublist
|
||||||
if ($key == 'more')
|
if ($key == 'more')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue