From 29953b46cd8cb19c814bfebbd0d706eb3f65e2e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Mar 2017 15:32:34 +0100 Subject: [PATCH] Fix css --- htdocs/compta/bank/annuel.php | 2 +- htdocs/compta/bank/graph.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php index 0a182567ff5..af63247f48d 100644 --- a/htdocs/compta/bank/annuel.php +++ b/htdocs/compta/bank/annuel.php @@ -147,7 +147,7 @@ $head=bank_prepare_head($object); dol_fiche_head($head,'annual',$langs->trans("FinancialAccount"),0,'account'); $title=$langs->trans("FinancialAccount")." : ".$object->label; -$link=($year_start?"".img_previous()." ".$langs->trans("Year")." ".img_next()."":""); +$link=($year_start?"".img_previous('', 'class="valignbottom"')." ".$langs->trans("Year")." ".img_next('', 'class="valignbottom"')."":""); $linkback = ''.$langs->trans("BackToList").''; diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 31a4087815c..91b6cb38ec2 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -829,7 +829,7 @@ if ($mode == 'standard') if ($nextmonth > 12) { $nextmonth=1; $nextyear++; } // For month - $link="".img_previous()." ".$langs->trans("Month")." ".img_next().""; + $link="".img_previous('', 'class="valignbottom"')." ".$langs->trans("Month")." ".img_next('', 'class="valignbottom"').""; print ''.$link.''; print ''; @@ -843,7 +843,7 @@ if ($mode == 'standard') // For year $prevyear=$year-1;$nextyear=$year+1; - $link="".img_previous()." ".$langs->trans("Year")." ".img_next().""; + $link="".img_previous('', 'class="valignbottom"')." ".$langs->trans("Year")." ".img_next('', 'class="valignbottom"').""; print ''.$link.''; print '';