Update fournisseurs.php
Product: purchase price tab, the supplier price table with its list of products is not "responsive", as a result, the right-clickable areas, including the "Add purchase price" button, disappear to the right of the screens that are not full HD which forces the user to drag his window with the mouse. The solution is to change the CSS class of the table to adopt the CSS class of the equivalent table of the selling price tab, which is "responsive" to it. We therefore replace : print '<table class="centpercent list">'; by : print '<table class="noborder centpercent">'; Knowing that the class is used in 24 files, there might be other places where this class poses the same ergonomic problem. I don't know enough Dolibarr to generalize the correction ...
This commit is contained in:
parent
5f9b53004b
commit
943f1022c0
@ -877,7 +877,7 @@ SCRIPT;
|
||||
|
||||
// Suppliers list title
|
||||
print '<div class="div-table-responsive">';
|
||||
print '<table class="liste centpercent">';
|
||||
print '<table class="noborder centpercent">';
|
||||
|
||||
$param = "&id=".$object->id;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user