id.'"'; ?>>
+
+
+ textwithtooltip($text,$description,3,'','',$i,0,($line->fk_parent_line?img_picto('', 'rightarrow'):''));
+
+ // Show range
+ print_date_range($line->date_start, $line->date_end);
+
+ // Add description in form
+ if ($conf->global->PRODUIT_DESC_IN_FORM)
+ {
+ print ($line->description && $line->description!=$line->product_label)?'
'.dol_htmlentitiesbr($line->description):'';
+ }
+ ?>
+
+
+
tva_tx,'%',$line->info_bits); ?>
+
+
subprice); ?>
+
+
+ info_bits & 2) != 2) && $line->special_code != 3) echo $line->qty;
+ else echo ' '; ?>
+
+
+
+ remise_percent) && $line->special_code != 3) {
+ echo dol_print_reduction($line->remise_percent,$langs);
+ } else {
+ echo ' ';
+ } ?>
+
+
+
+ special_code == 3) {
+ echo $langs->trans('Option');
+ } else {
+ echo price($line->total_ht);
+ } ?>
+
+
+ statut == 0 && $user->rights->$element->creer) { ?>
+
+
+
+
+ 1) { ?>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index bdd3e7d62e0..6ea249010ba 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -1868,12 +1868,12 @@ A.none, A.none:active, A.none:visited, A.none:hover {
/* Test using div instead of tables */
/* ============================================================================== */
-div.table {
- display:table;
+div.tablelines {
+ display: table;
/* Joindre les bords des cellules */
- border-collapse:collapse;
+ border-collapse: collapse;
/* Forcer le tableau à prendre la largeur écran */
- width:100%;
+ width: 100%;
}
div.thead {
height: 24px;
@@ -1884,30 +1884,44 @@ div.thead {
font-family: ;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
- display:table-row-group;
+ display: table-row-group;
}
div.tfoot {
- display:table-row-group;
+ display: table-row-group;
}
div.tbody {
- display:table-row-group;
+ display: table-row-group;
}
div.tr {
- display:table-row;
+ display: table-row;
}
div.td {
- display:table-cell;
+ display: table-cell;
text-align: right;
- padding:5px;
- width:auto;
+ padding: 5px;
+ width: 10%;
}
-div.td.desc {
+div.td.firstcol {
text-align: left;
- width: 70%;
+ width: 65%;
}
-div.td.ten {
- width: 10px;
+div.td.endcol {
+ width: 5px;
}
div.end {
- width:auto;
+ width: auto;
+}
+
+div.dragClass {
+ color: #002255;
+}
+div.showDragHandle {
+ cursor: move;
+}
+div.tdlineupdown {
+ background-image: url(theme.'/img/grip.png' ?>);
+ background-repeat: no-repeat;
+ background-position: center center;
+ cursor: move;
+ white-space: nowrap;
}