From 5f767a43c2564815f054bc3157e03241fbff917d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 29 Nov 2014 14:07:07 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1045=20-=20Am=C3=A9lioration=20apparenc?= =?UTF-8?q?e=20=20:=20Bouton=20tinybutton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/template/ledger_detail_bottom.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/template/ledger_detail_bottom.php b/include/template/ledger_detail_bottom.php index 49a6226a3..bfaeafe41 100644 --- a/include/template/ledger_detail_bottom.php +++ b/include/template/ledger_detail_bottom.php @@ -166,7 +166,8 @@ if ($aRap != null ) { $amount=$array_jr[0]['jr_montant']; $str="modifyOperation(".$aRap[$e].",".$gDossier.")"; $rmReconciliation=new IButton('rmr'); - $rmReconciliation->label='enlever'; + $rmReconciliation->label='ⵝ'; + $rmReconciliation->class="tinybutton"; $rmReconciliation->javascript="if (confirm ('vous confirmez?') ) {"; $rmReconciliation->javascript.=sprintf('dropLink(\'%s\',\'%s\',\'%s\',\'%s\');deleteRowRec(\'%s\',this);}', $gDossier, @@ -179,7 +180,8 @@ if ($aRap != null ) { $remove=$rmReconciliation->input(); else $remove=''; - $comment=strip_tags($array_jr[0]['jr_comment']); + + $comment=strip_tags($array_jr[0]['jr_comment']); echo tr (td(''.$internal.'').td(nbm($amount)).td($comment).td($remove)); } echo '';