Skip to content

Commit

Permalink
add nodrag nodrop (#31218)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Oct 3, 2024
1 parent 2d0b1de commit 20a2f54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions htdocs/variants/list.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/* Copyright (C) 2016 Marcos García <[email protected]>
* Copyright (C) 2022 Open-Dsi <[email protected]>
* Copyright (C) 2024 MDW <[email protected]>
* Copyright (C) 2024 Benjamin Falière <[email protected]>
/* Copyright (C) 2016 Marcos García <[email protected]>
* Copyright (C) 2022 Open-Dsi <[email protected]>
* Copyright (C) 2024 MDW <[email protected]>
* Copyright (C) 2024 Benjamin Falière <[email protected]>
* Copyright (C) 2024 Frédéric France <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -527,7 +527,7 @@

// Fields title search
// --------------------------------------------------------------------
print '<tr class="liste_titre_filter">';
print '<tr class="liste_titre_filter nodrag nodrop">';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '<td class="liste_titre center maxwidthsearch">';
Expand Down Expand Up @@ -605,7 +605,7 @@

// Fields title label
// --------------------------------------------------------------------
print '<tr class="liste_titre">';
print '<tr class="liste_titre nodrag nodrop">';
// Action column
if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], '', '', '', '', $sortfield, $sortorder, 'center maxwidthsearch ')."\n";
Expand Down

0 comments on commit 20a2f54

Please sign in to comment.