From 1a6f99c13e25229c4ef039ff6c4e03afd3c4f73c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 5 Feb 2011 00:22:43 +0000 Subject: [PATCH] esthetique aligne les boutons --- include/preod.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/preod.inc.php b/include/preod.inc.php index 890223684..9f9baa1a1 100644 --- a/include/preod.inc.php +++ b/include/preod.inc.php @@ -93,7 +93,7 @@ if ( $sa == 'jrn' ) echo ''.h($row['od_name']).''; echo ''; - echo '
'; + echo ''; echo dossier::hidden(); echo $hid->input("sa","del"); echo $hid->input("p_action","preod"); @@ -101,10 +101,10 @@ if ( $sa == 'jrn' ) echo $hid->input("od_id",$row['od_id']); echo $hid->input("jrn",$_GET['jrn']); - $b=''; - echo $b; - echo '
'; + $b=''; + echo $b; + echo ''; echo ''; $b=HtmlInput::button('mod'.$row['od_id'],"Modifier","onclick=\"mod_predf_op('".dossier::id()."','".$row['od_id']."');\"");