From 8847293527a098c5de27a544073f1137dca85c38 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 8 Feb 2018 12:25:30 +0100 Subject: [PATCH] Add new html containers and somme html5 data-* for contract card. --- htdocs/contrat/card.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index ae1178adf9a..aedb8f639a7 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -1499,8 +1499,10 @@ else // Title line for service $cursorline=1; + print '
'; while ($cursorline <= $nbofservices) { + print '
'; print '
'; print ''; print ''; @@ -2015,10 +2017,12 @@ else print '
'; } - + + print '
'; $cursorline++; } - + print '
'; + // Form to add new line if ($user->rights->contrat->creer && ($object->statut == 0)) {