diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
index e5ade3fdf55..6afbccefe65 100644
--- a/htdocs/comm/action/peruser.php
+++ b/htdocs/comm/action/peruser.php
@@ -367,8 +367,9 @@ if ($user->rights->agenda->myactions->create || $user->rights->agenda->allaction
//$param='month='.$monthshown.'&year='.$year;
$hourminsec='100000';
- $newcardbutton = ''.$langs->trans("AddAction").'';
- $newcardbutton.= '';
+ $newcardbutton = '';
+ $newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans("AddAction").'';
$newcardbutton.= '';
}
diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
index 749a0b28cfb..a41f8aaf93c 100644
--- a/htdocs/compta/facture/list.php
+++ b/htdocs/compta/facture/list.php
@@ -594,8 +594,9 @@ if ($resql)
$newcardbutton='';
if($user->rights->facture->creer)
{
- $newcardbutton=''.$langs->trans('NewBill').'';
- $newcardbutton.= '';
+ $newcardbutton='';
+ $newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans('NewBill').'';
$newcardbutton.= '';
}
diff --git a/htdocs/don/list.php b/htdocs/don/list.php
index e68b4e46399..46384f3569c 100644
--- a/htdocs/don/list.php
+++ b/htdocs/don/list.php
@@ -142,8 +142,9 @@ if ($resql)
$newcardbutton='';
if ($user->rights->don->creer)
{
- $newcardbutton=''.$langs->trans('NewDonation').'';
+ $newcardbutton='';
$newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans('NewDonation').'';
$newcardbutton.= '';
}
diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
index 608759e1531..c857fbddefa 100644
--- a/htdocs/fourn/facture/list.php
+++ b/htdocs/fourn/facture/list.php
@@ -466,8 +466,9 @@ if ($resql)
$newcardbutton='';
if ($user->rights->fournisseur->facture->creer)
{
- $newcardbutton=''.$langs->trans('NewBill').'';
- $newcardbutton.= '';
+ $newcardbutton ='';
+ $newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans('NewBill').'';
$newcardbutton.= '';
}
diff --git a/htdocs/theme/eldy/btn.inc.php b/htdocs/theme/eldy/btn.inc.php
new file mode 100644
index 00000000000..160c86b98ea
--- /dev/null
+++ b/htdocs/theme/eldy/btn.inc.php
@@ -0,0 +1,189 @@
+
+/*