diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php
index 9ac3d03cf35..681aa2b4e73 100644
--- a/htdocs/adherents/fiche.php
+++ b/htdocs/adherents/fiche.php
@@ -1026,7 +1026,7 @@ if ($rowid && $action != 'edit')
{
if (! $adh->user_id)
{
- print ''.$langs->trans("CreateDolibarrLogin").' ';
+ print ''.$langs->trans("CreateDolibarrLogin").' ';
}
}
}
@@ -1044,10 +1044,10 @@ if ($rowid && $action != 'edit')
$isinglasnost=$adh->is_in_glasnost();
if ($isinglasnost == 1)
{
- print "id&action=del_glasnost\">Suppression dans Glasnost \n";
+ print "id&action=del_glasnost\">Suppression dans Glasnost \n";
}
if ($isinglasnost == 0) {
- print "id&action=add_glasnost\">Ajout dans Glasnost \n";
+ print "id&action=add_glasnost\">Ajout dans Glasnost \n";
}
if ($isinglasnost == -1) {
print 'Failed to connect to SPIP: '.$adh->error.' ';
@@ -1060,11 +1060,11 @@ if ($rowid && $action != 'edit')
$isinspip=$adh->is_in_spip();
if ($isinspip == 1)
{
- print "id&action=del_spip\">Suppression dans Spip \n";
+ print "id&action=del_spip\">Suppression dans Spip \n";
}
if ($isinspip == 0)
{
- print "id&action=add_spip\">Ajout dans Spip \n";
+ print "id&action=add_spip\">Ajout dans Spip \n";
}
if ($isinspip == -1) {
print 'Failed to connect to SPIP: '.$adh->error.' ';
diff --git a/htdocs/adherents/note.php b/htdocs/adherents/note.php
index 1620f29a883..f5ca13e3a17 100644
--- a/htdocs/adherents/note.php
+++ b/htdocs/adherents/note.php
@@ -161,7 +161,7 @@ if ($id)
if ($user->rights->adherent->creer && $action != 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')." ";
+ print "id&action=edit\">".$langs->trans('Edit')." ";
}
print "";
diff --git a/htdocs/adherents/options.php b/htdocs/adherents/options.php
index 8188e1120b5..f48e7db9ab1 100644
--- a/htdocs/adherents/options.php
+++ b/htdocs/adherents/options.php
@@ -123,7 +123,7 @@ print "";
if ($_GET["action"] != 'create')
{
print '
";
}
diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index 44b90d0d79b..edafa985c20 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -566,7 +566,7 @@ else
// Boutons d'action
print '';
print ' ';
diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
index 6c825abc8b6..9e540a71d95 100644
--- a/htdocs/admin/delais.php
+++ b/htdocs/admin/delais.php
@@ -283,7 +283,7 @@ else
// Boutons d'action
print '';
}
diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index f95908c566b..d601d19cdc4 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -299,7 +299,7 @@ else
print '';
print '';
}
diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
index 9b42e6b7ce6..67468eac341 100644
--- a/htdocs/admin/ldap.php
+++ b/htdocs/admin/ldap.php
@@ -250,7 +250,7 @@ if (function_exists("ldap_connect"))
{
if ($conf->global->LDAP_SERVER_HOST)
{
- print ''.$langs->trans("LDAPTestConnect").' ';
+ print ''.$langs->trans("LDAPTestConnect").' ';
}
if ($_GET["action"] == 'test')
diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
index 86032570e73..5bf8b914820 100644
--- a/htdocs/admin/ldap_contacts.php
+++ b/htdocs/admin/ldap_contacts.php
@@ -232,7 +232,7 @@ if (function_exists("ldap_connect"))
if ($conf->global->LDAP_SERVER_HOST)
{
print ' ';
- print ''.$langs->trans("LDAPTestSynchroContact").' ';
+ print ''.$langs->trans("LDAPTestSynchroContact").' ';
print ' ';
}
diff --git a/htdocs/admin/ldap_groups.php b/htdocs/admin/ldap_groups.php
index 4fc80a9fe58..0842607cbd1 100644
--- a/htdocs/admin/ldap_groups.php
+++ b/htdocs/admin/ldap_groups.php
@@ -179,7 +179,7 @@ if (function_exists("ldap_connect"))
if ($conf->global->LDAP_SERVER_HOST && $conf->global->LDAP_SYNCHRO_ACTIVE == 'dolibarr2ldap')
{
print ' ';
- print ''.$langs->trans("LDAPTestSynchroGroup").' ';
+ print ''.$langs->trans("LDAPTestSynchroGroup").' ';
print ' ';
}
diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php
index 873ccd6b460..f90f10ff59b 100644
--- a/htdocs/admin/ldap_members.php
+++ b/htdocs/admin/ldap_members.php
@@ -371,8 +371,8 @@ if (function_exists("ldap_connect"))
if ($conf->global->LDAP_SERVER_HOST && $conf->global->LDAP_MEMBER_ACTIVE)
{
print ' ';
- print ''.$langs->trans("LDAPTestSynchroMember").' ';
-// print ''.$langs->trans("LDAPTestSynchroTypeMember").' ';
+ print ''.$langs->trans("LDAPTestSynchroMember").' ';
+// print ''.$langs->trans("LDAPTestSynchroTypeMember").' ';
print ' ';
}
diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php
index b64cd0f3af3..51515b726b5 100644
--- a/htdocs/admin/ldap_users.php
+++ b/htdocs/admin/ldap_users.php
@@ -271,7 +271,7 @@ if (function_exists("ldap_connect"))
if ($conf->global->LDAP_SERVER_HOST && $conf->global->LDAP_SYNCHRO_ACTIVE == 'dolibarr2ldap')
{
print ' ';
- print ''.$langs->trans("LDAPTestSynchroUser").' ';
+ print ''.$langs->trans("LDAPTestSynchroUser").' ';
print ' ';
}
diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php
index 979031017a3..2529e4908d3 100644
--- a/htdocs/admin/menus.php
+++ b/htdocs/admin/menus.php
@@ -187,7 +187,7 @@ print '';
if (! isset($_GET["action"]) || $_GET["action"] != 'edit')
{
print '';
}
diff --git a/htdocs/boutique/notification/fiche.php b/htdocs/boutique/notification/fiche.php
index 7115aff7219..2561e4ac9aa 100644
--- a/htdocs/boutique/notification/fiche.php
+++ b/htdocs/boutique/notification/fiche.php
@@ -138,7 +138,7 @@ else
print '';
diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
index 521b27f4e76..70cdf6844bd 100644
--- a/htdocs/comm/propal/note.php
+++ b/htdocs/comm/propal/note.php
@@ -201,7 +201,7 @@ if ($_GET['propalid'])
print '';
}
diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php
index fbdef715534..5f72dd3071e 100644
--- a/htdocs/comm/prospect/fiche.php
+++ b/htdocs/comm/prospect/fiche.php
@@ -221,19 +221,19 @@ if ($socid > 0)
print '';
diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
index 7951e94e13d..2c4aedb579b 100644
--- a/htdocs/commande/note.php
+++ b/htdocs/commande/note.php
@@ -178,7 +178,7 @@ if ($_GET["id"])
if ($user->rights->commande->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')." ";
+ print "id&action=edit\">".$langs->trans('Edit')." ";
}
print "";
diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php
index 3c80d159ad9..6b404ff448b 100644
--- a/htdocs/compta/bank/account.php
+++ b/htdocs/compta/bank/account.php
@@ -611,12 +611,12 @@ if ($account > 0)
if ($user->rights->banque->modifier && $acct->type != 2 && $acct->rappro) // Si non compte cash et rapprochable
{
- print ''.$langs->trans("Conciliate").' ';
+ print ''.$langs->trans("Conciliate").' ';
}
if ($user->rights->banque->modifier)
{
- print ''.$langs->trans("AddBankRecord").' ';
+ print ''.$langs->trans("AddBankRecord").' ';
}
print '';
diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php
index 4b837b3778e..a2f77e9c476 100644
--- a/htdocs/compta/bank/index.php
+++ b/htdocs/compta/bank/index.php
@@ -219,8 +219,8 @@ print "";
*/
print " ";
diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
index 7177a0d7fa1..da69f5bc5d6 100644
--- a/htdocs/compta/bank/ligne.php
+++ b/htdocs/compta/bank/ligne.php
@@ -467,7 +467,7 @@ if ($orig_account)
{
$acct=new Account($db,$orig_account);
$acct->fetch($orig_account);
- print ''.$langs->trans("BackToConciliate",$acct->label).' ';
+ print ''.$langs->trans("BackToConciliate",$acct->label).' ';
}
print '';
diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php
index 2867e2c66d7..bf801d2b943 100644
--- a/htdocs/compta/deplacement/fiche.php
+++ b/htdocs/compta/deplacement/fiche.php
@@ -233,8 +233,8 @@ print '';
diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
index 0c348b80a43..d907583af42 100644
--- a/htdocs/compta/facture/note.php
+++ b/htdocs/compta/facture/note.php
@@ -167,7 +167,7 @@ if ($_GET["facid"])
if ($user->rights->facture->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')." ";
+ print "id&action=edit\">".$langs->trans('Edit')." ";
}
print "";
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 6ad2e54c24e..2d903257b8f 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -358,12 +358,12 @@ if ($socid > 0)
// Si société cliente ou prospect, on affiche bouton "Créer facture client"
if ($societe->client != 0 && $conf->facture->enabled && $user->rights->facture->creer) {
$langs->load("bills");
- print "id\">".$langs->trans("AddBill")." ";
+ print "id\">".$langs->trans("AddBill")." ";
}
if ($conf->deplacement->enabled) {
$langs->load("trips");
- print "id&action=create\">".$langs->trans("AddTrip")." ";
+ print "id&action=create\">".$langs->trans("AddTrip")." ";
}
}
@@ -371,7 +371,7 @@ if ($socid > 0)
if ($user->rights->societe->contact->creer)
{
- print "".$langs->trans("AddContact")." ";
+ print "".$langs->trans("AddContact")." ";
}
print '';
diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php
index 4aa5055a6b8..78da89cec4e 100644
--- a/htdocs/compta/paiement/cheque/fiche.php
+++ b/htdocs/compta/paiement/cheque/fiche.php
@@ -263,7 +263,7 @@ if ($_GET['action'] == 'new')
print "";
print ' ';
@@ -402,17 +402,17 @@ print '';
diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
index d055cb172dd..ac00be9b1cc 100644
--- a/htdocs/compta/prelevement/create.php
+++ b/htdocs/compta/prelevement/create.php
@@ -95,9 +95,9 @@ if ($nb)
{
print "\n";
}
diff --git a/htdocs/compta/prelevement/fiche.php b/htdocs/compta/prelevement/fiche.php
index 953f6606f5d..c2945e1ec65 100644
--- a/htdocs/compta/prelevement/fiche.php
+++ b/htdocs/compta/prelevement/fiche.php
@@ -239,7 +239,7 @@ if ($_GET["action"] == '')
if ($bon->credite == 0)
{
- print "id\">".$langs->trans("Classer crédité")." ";
+ print "id\">".$langs->trans("Classer crédité")." ";
}
diff --git a/htdocs/compta/prelevement/ligne.php b/htdocs/compta/prelevement/ligne.php
index 1536a291e2e..9520cd71357 100644
--- a/htdocs/compta/prelevement/ligne.php
+++ b/htdocs/compta/prelevement/ligne.php
@@ -282,7 +282,7 @@ if ($_GET["id"])
if ($bon->credite == 1 && $lipre->statut == 2)
{
- print "id\">".$langs->trans("Emmetre un rejet")." ";
+ print "id\">".$langs->trans("Emmetre un rejet")." ";
}
}
diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php
index 6ecda7a8973..3ca8210ea75 100644
--- a/htdocs/compta/sociales/charges.php
+++ b/htdocs/compta/sociales/charges.php
@@ -250,25 +250,25 @@ if ($chid > 0)
// Editer
if ($cha->paye == 0 && $user->rights->tax->charges->creer)
{
- print "id&action=edit\">".$langs->trans("Edit")." ";
+ print "id&action=edit\">".$langs->trans("Edit")." ";
}
// Emettre paiement
if ($cha->paye == 0 && round($resteapayer) > 0 && $user->rights->tax->charges->creer)
{
- print "id&action=create\">".$langs->trans("DoPayment")." ";
+ print "id&action=create\">".$langs->trans("DoPayment")." ";
}
// Classer 'payé'
if ($cha->paye == 0 && round($resteapayer) <=0 && $user->rights->tax->charges->creer)
{
- print "id&action=payed\">".$langs->trans("ClassifyPayed")." ";
+ print "id&action=payed\">".$langs->trans("ClassifyPayed")." ";
}
// Supprimer
if ($cha->paye == 0 && $totalpaye <=0 && $user->rights->tax->charges->supprimer)
{
- print "id&action=delete\">".$langs->trans("Delete")." ";
+ print "id&action=delete\">".$langs->trans("Delete")." ";
}
print "";
diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 81c2a5f2ced..32f744c99b2 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -607,17 +607,17 @@ if ($_GET["id"] && $_GET["action"] != 'edit')
if ($user->rights->societe->contact->creer)
{
- print ''.$langs->trans('Edit').' ';
+ print ''.$langs->trans('Edit').' ';
}
if (! $contact->user_id && $user->rights->user->user->creer && $contact->socid > 0)
{
- print ''.$langs->trans("CreateDolibarrLogin").' ';
+ print ''.$langs->trans("CreateDolibarrLogin").' ';
}
if ($user->rights->societe->contact->supprimer)
{
- print ''.$langs->trans('Delete').' ';
+ print ''.$langs->trans('Delete').' ';
}
print " ";
diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php
index 21f607e046e..768cabc8bf3 100644
--- a/htdocs/contrat/note.php
+++ b/htdocs/contrat/note.php
@@ -199,7 +199,7 @@ if ($_GET["id"])
if ($user->rights->contrat->creer && $_GET["action"] <> 'edit')
{
- print "id."&action=edit\">".$langs->trans('Edit')." ";
+ print "id."&action=edit\">".$langs->trans('Edit')." ";
}
print "";
diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php
index 3e52a75e1ed..82835479edb 100644
--- a/htdocs/fichinter/fiche.php
+++ b/htdocs/fichinter/fiche.php
@@ -392,12 +392,12 @@ elseif ($_GET["id"] > 0)
if ($fichinter->statut == 0)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
if ($fichinter->statut == 0)
{
- print ''.$langs->trans("Valid").' ';
+ print ''.$langs->trans("Valid").' ';
}
}
print '';
diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php
index 5af9235353b..476539a93a5 100644
--- a/htdocs/fourn/facture/note.php
+++ b/htdocs/fourn/facture/note.php
@@ -162,7 +162,7 @@ if ($_GET["facid"])
if ($user->rights->fournisseur->facture->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')." ";
+ print "id&action=edit\">".$langs->trans('Edit')." ";
}
print "";
diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php
index 65776010098..aae778bde75 100644
--- a/htdocs/fourn/fiche.php
+++ b/htdocs/fourn/fiche.php
@@ -273,20 +273,20 @@ if ( $societe->fetch($socid) )
if ($user->rights->fournisseur->commande->creer)
{
$langs->load("orders");
- print ''.$langs->trans("AddOrder").' ';
+ print ''.$langs->trans("AddOrder").' ';
}
if ($user->rights->fournisseur->facture->creer)
{
$langs->load("bills");
- print ''.$langs->trans("AddBill").' ';
+ print ''.$langs->trans("AddBill").' ';
}
print ''.$langs->trans("AddAction").' ';
if ($user->rights->societe->contact->creer)
{
- print "".$langs->trans("AddContact")." ";
+ print "".$langs->trans("AddContact")." ";
}
print '';
diff --git a/htdocs/fourn/paiement/fiche.php b/htdocs/fourn/paiement/fiche.php
index 2485425bb79..b86b3664567 100644
--- a/htdocs/fourn/paiement/fiche.php
+++ b/htdocs/fourn/paiement/fiche.php
@@ -240,7 +240,7 @@ if ($user->societe_id == 0 && $paiement->statut == 0 && $_GET['action'] == '')
{
if ($user->rights->fournisseur->facture->valider)
{
- print ''.$langs->trans('Valid').' ';
+ print ''.$langs->trans('Valid').' ';
}
}
@@ -248,7 +248,7 @@ if ($user->societe_id == 0 && $allow_delete && $paiement->statut == 0 && $_GET['
{
if ($user->rights->fournisseur->facture->supprimer)
{
- print ''.$langs->trans('Delete').' ';
+ print ''.$langs->trans('Delete').' ';
}
}
diff --git a/htdocs/fourn/product/fiche.php b/htdocs/fourn/product/fiche.php
index 762f430a1a4..769f86528db 100644
--- a/htdocs/fourn/product/fiche.php
+++ b/htdocs/fourn/product/fiche.php
@@ -578,12 +578,12 @@ else
{
if ( $user->rights->produit->creer)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
if ($product->isproduct() && $conf->stock->enabled)
{
- print ''.$langs->trans("CorrectStock").' ';
+ print ''.$langs->trans("CorrectStock").' ';
}
print ''.$langs->trans("AddSupplier").' ';
@@ -591,7 +591,7 @@ else
if ($product->isproduct() && $user->rights->commande->creer)
{
$langs->load('orders');
- print '';
+ print ' ';
print $langs->trans("CreateOrder").' ';
}
diff --git a/htdocs/fourn/product/fourn.php b/htdocs/fourn/product/fourn.php
index eeb449fddd5..4ea0d43e318 100644
--- a/htdocs/fourn/product/fourn.php
+++ b/htdocs/fourn/product/fourn.php
@@ -207,7 +207,7 @@ if ($_GET["id"])
if ( $user->rights->produit->creer)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
}
diff --git a/htdocs/fourn/product/photos.php b/htdocs/fourn/product/photos.php
index b878e7aa5c3..3a5b1f51439 100644
--- a/htdocs/fourn/product/photos.php
+++ b/htdocs/fourn/product/photos.php
@@ -201,7 +201,7 @@ if ($_GET["id"])
{
if ( $user->rights->produit->creer && $product->isproduct() && $conf->upload)
{
- print '';
+ print ' ';
print $langs->trans("AddPhoto").' ';
}
}
diff --git a/htdocs/lolix/societe/fiche.php b/htdocs/lolix/societe/fiche.php
index afc07ef2143..24a1d76feea 100644
--- a/htdocs/lolix/societe/fiche.php
+++ b/htdocs/lolix/societe/fiche.php
@@ -164,7 +164,7 @@ print '';
if ($soc->active == 0)
{
- print '
Activer ';
+ print '
Activer ';
}
diff --git a/htdocs/oscommerce_ws/clients/fiche.php b/htdocs/oscommerce_ws/clients/fiche.php
index acae47d72f0..ffb9d165d99 100644
--- a/htdocs/oscommerce_ws/clients/fiche.php
+++ b/htdocs/oscommerce_ws/clients/fiche.php
@@ -52,9 +52,9 @@ if ($action == '' && !$cancel) {
print "\n
\n";
// seule action importer
@@ -64,7 +64,7 @@ if ($action == '' && !$cancel) {
print "\n
\n";
}
}
@@ -73,7 +73,7 @@ if ($action == '' && !$cancel) {
print "\n
\n";
}
}
@@ -93,7 +93,7 @@ if ($action == '' && !$cancel) {
print "\n
\n";
}
@@ -120,7 +120,7 @@ if ($action == '' && !$cancel) {
{
print "\n
\n";
}
else {
@@ -132,7 +132,7 @@ if ($action == '' && !$cancel) {
print '
création réussie nouveau client/prospect : '.$societe->nom;
$res = $osc_cust->transcode($osc_cust->osc_custid,$societe->id);
print ' : Id Dolibarr '.$societe->id.' , Id osc : '.$osc_cust->osc_custid.'
';
- print '
'.$langs->trans("Retour").' ';
+ print '
'.$langs->trans("Retour").' ';
print "\n
\n";
}
else
@@ -151,7 +151,7 @@ if ($action == '' && !$cancel) {
{
print "\n \n";
}
$idp = $societe_control->fetch($socid = $osc_cust->osc_ref);
diff --git a/htdocs/oscommerce_ws/commandes/fiche.php b/htdocs/oscommerce_ws/commandes/fiche.php
index ebdce70da87..1d16676caaf 100644
--- a/htdocs/oscommerce_ws/commandes/fiche.php
+++ b/htdocs/oscommerce_ws/commandes/fiche.php
@@ -62,9 +62,9 @@ if ($action == '' && !$cancel) {
print "\n \n";
// seule action importer
@@ -74,7 +74,7 @@ if ($action == '' && !$cancel) {
print "\n \n";
}
}
@@ -82,7 +82,7 @@ if ($action == '' && !$cancel) {
{
print "\n \n";
}
}
@@ -116,7 +116,7 @@ if ($action == '' && !$cancel) {
{
print "\n \n";
}
/* initialisation */
@@ -171,7 +171,7 @@ if ($action == '' && !$cancel) {
print ' création réussie nouvelle commande '.$id;
$res = $osc_order->transcode($osc_order->osc_orderid,$id);
print 'pour la commande osc : '.$osc_order->osc_orderid.'';
- print ''.$langs->trans("Retour").'
';
+ print ''.$langs->trans("Retour").'
';
print "\n \n";
if ($id > 0) exit;
@@ -203,7 +203,7 @@ if ($action == '' && !$cancel) {
}
else print ' update impossible $id : '.$id.' ';
}
- print ''.$langs->trans("Retour").'
';
+ print ''.$langs->trans("Retour").'
';
}
}
diff --git a/htdocs/oscommerce_ws/produits/fiche.php b/htdocs/oscommerce_ws/produits/fiche.php
index 27ba76fe580..7d2c74a5372 100644
--- a/htdocs/oscommerce_ws/produits/fiche.php
+++ b/htdocs/oscommerce_ws/produits/fiche.php
@@ -52,10 +52,10 @@ if ($action == '' && !$cancel) {
print "\n \n";
// seule action importer
@@ -106,7 +106,7 @@ if ($action == '' && !$cancel) {
print 'création réussie produit '.$id.' référence : '.$product->ref;
$res = $osc_prod->transcode($osc_prod->osc_id,$product->id);
print ' Id osc : '.$osc_prod->osc_id.'
';
- print ''.$langs->trans("Retour").' ';
+ print ''.$langs->trans("Retour").' ';
print "\n \n";
$id_entrepot = OSC_ENTREPOT;
$id = $product->create_stock($id_entrepot,$osc_prod->osc_stock);
@@ -147,7 +147,7 @@ if ($action == '' && !$cancel) {
{
print 'erreur'.$product->error().'
';
}
- print ''.$langs->trans("Retour").'
';
+ print ''.$langs->trans("Retour").'
';
}
}
}
diff --git a/htdocs/postnuke/articles/fiche.php b/htdocs/postnuke/articles/fiche.php
index 3d354bddb66..4320deb1100 100644
--- a/htdocs/postnuke/articles/fiche.php
+++ b/htdocs/postnuke/articles/fiche.php
@@ -122,7 +122,7 @@ if ($id)
print '';
diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 51bc7e43f48..3bd0d86ab84 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -959,24 +959,24 @@ if ($_GET["action"] == '')
if ( $user->rights->produit->creer)
{
if ($product->no_button_edit <> 1)
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
if ($product->no_button_copy <> 1)
- print ''.$langs->trans("CreateCopy").' ';
+ print ''.$langs->trans("CreateCopy").' ';
}
/*
if ($product->isproduct() && $user->rights->commande->creer)
{
$langs->load('orders');
- print '';
+ print ' ';
print $langs->trans("CreateCustomerOrder").' ';
}
if ($product->isproduct() && $user->rights->fournisseur->commande->creer)
{
$langs->load('orders');
- print '';
+ print ' ';
print $langs->trans("CreateSupplierOrder").' ';
}
*/
diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index 1edbe523c3c..0be31e6dec0 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.php
@@ -264,7 +264,7 @@ if ($_GET["id"] || $_GET["ref"])
if ($user->rights->produit->creer)
{
- print '';
+ print ' ';
print $langs->trans("AddSupplier").' ';
}
diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php
index 2efbc93ceee..1c06c551290 100644
--- a/htdocs/product/photos.php
+++ b/htdocs/product/photos.php
@@ -138,7 +138,7 @@ if ($_GET["id"] || $_GET["ref"])
if ($_GET["action"] != 'ajout_photo' && $user->rights->produit->creer && $conf->upload)
{
- print '';
+ print ' ';
print $langs->trans("AddPhoto").' ';
}
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 74eee0bb7ba..e786d1d1cc4 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -202,7 +202,7 @@ if ($_GET["action"] == '')
{
if ($user->rights->produit->modifier || $user->rights->produit->creer)
{
- print ''.$langs->trans("UpdatePrice").' ';
+ print ''.$langs->trans("UpdatePrice").' ';
}
}
diff --git a/htdocs/product/sousproduits/fiche.php b/htdocs/product/sousproduits/fiche.php
index 2b0f2673a91..671cc59c6a0 100644
--- a/htdocs/product/sousproduits/fiche.php
+++ b/htdocs/product/sousproduits/fiche.php
@@ -368,7 +368,7 @@ if ($action == '')
if ( $user->rights->produit->creer)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index b97b65eb461..aa5d89b3b4a 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.php
@@ -296,7 +296,7 @@ else
if ($_GET["action"] == '')
{
- print "id."\">".$langs->trans("Edit")." ";
+ print "id."\">".$langs->trans("Edit")." ";
}
print "";
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index 3fde7855cd3..395191d71f4 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -344,12 +344,12 @@ if ($_GET["action"] == '' )
{
if ($user->rights->stock->mouvement->creer)
{
- print ''.$langs->trans("StockMovement").' ';
+ print ''.$langs->trans("StockMovement").' ';
}
if ($user->rights->stock->creer)
{
- print ''.$langs->trans("StockCorrection").' ';
+ print ''.$langs->trans("StockCorrection").' ';
}
}
print '';
diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
index 1f2b9b6ea60..a9e6c39fe84 100644
--- a/htdocs/product/traduction.php
+++ b/htdocs/product/traduction.php
@@ -236,8 +236,8 @@ print "\n\n";
diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php
index 31a35986c80..fcfc81eb066 100644
--- a/htdocs/societe/rib.php
+++ b/htdocs/societe/rib.php
@@ -187,7 +187,7 @@ if ($_GET["socid"] && $_GET["action"] != 'edit')
if ($user->rights->societe->creer)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
print '';
diff --git a/htdocs/telephonie/adsl/fiche.php b/htdocs/telephonie/adsl/fiche.php
index 6e397a85d76..6a4c3ec7136 100644
--- a/htdocs/telephonie/adsl/fiche.php
+++ b/htdocs/telephonie/adsl/fiche.php
@@ -807,24 +807,24 @@ if ($_GET["action"] == '')
if ( $user->rights->telephonie->adsl->requete && $ligne->statut == -1)
{
- print "id\">".$langs->trans("Commander")." ";
+ print "id\">".$langs->trans("Commander")." ";
}
if ( $user->rights->telephonie->adsl->requete && $ligne->statut == 1)
{
- print "id\">".$langs->trans("Annuler la commande")." ";
+ print "id\">".$langs->trans("Annuler la commande")." ";
}
if ( $user->rights->telephonie->adsl->requete && $ligne->statut == 5)
{
- print "id\">".$langs->trans("Annuler la demande de résiliation")." ";
+ print "id\">".$langs->trans("Annuler la demande de résiliation")." ";
}
if ( $user->rights->telephonie->adsl->creer && $ligne->statut == -1)
{
- print "id\">".$langs->trans("Delete")." ";
+ print "id\">".$langs->trans("Delete")." ";
}
}
diff --git a/htdocs/telephonie/client/commentaires.php b/htdocs/telephonie/client/commentaires.php
index c0ce8c844b5..5f63939e276 100644
--- a/htdocs/telephonie/client/commentaires.php
+++ b/htdocs/telephonie/client/commentaires.php
@@ -190,7 +190,7 @@ print '';
/* ************************************************************************** */
/*
print "\n \n";
*/
diff --git a/htdocs/telephonie/client/facture.php b/htdocs/telephonie/client/facture.php
index d7daf101416..1c640c76928 100644
--- a/htdocs/telephonie/client/facture.php
+++ b/htdocs/telephonie/client/facture.php
@@ -496,14 +496,14 @@ if ($_GET["facid"] > 0)
// Envoyer
if ($fac->statut == 1 && $user->rights->facture->envoyer)
{
- print " id&action=presend\">".$langs->trans("Send")." \n";
+ print " id&action=presend\">".$langs->trans("Send")." \n";
}
// Envoyer une relance
/*
if ($fac->statut == 1 && price($resteapayer) > 0 && $user->rights->facture->envoyer)
{
- print " id&action=prerelance\">".$langs->trans("SendRemind")." \n";
+ print " id&action=prerelance\">".$langs->trans("SendRemind")." \n";
}
*/
diff --git a/htdocs/telephonie/contrat/fiche.php b/htdocs/telephonie/contrat/fiche.php
index 80dcb595603..aa99307b27d 100644
--- a/htdocs/telephonie/contrat/fiche.php
+++ b/htdocs/telephonie/contrat/fiche.php
@@ -870,7 +870,7 @@ else
print "";
print ' ';
- print 'Annuler ';
+ print 'Annuler ';
print ''."\n";
print ''."\n";
@@ -1007,26 +1007,26 @@ else
{
if ($user->rights->telephonie->ligne->creer && $contrat->statut <> 6)
{
- print 'Nouvelle ligne ';
+ print 'Nouvelle ligne ';
}
if ($user->rights->telephonie->ligne->creer && $contrat->statut <> 6)
{
- print "id\">".$langs->trans("Contact")." ";
+ print "id\">".$langs->trans("Contact")." ";
}
if ($user->rights->telephonie->ligne->creer && $po == 0 && $contrat->statut <> 6)
{
- print "id\">Ajouter une prise d'ordre ";
+ print "id\">Ajouter une prise d'ordre ";
}
if ($user->rights->telephonie->ligne->creer && $contrat->statut <> 6)
{
- print "id\">".$langs->trans("Edit")." ";
+ print "id\">".$langs->trans("Edit")." ";
}
if ($user->rights->telephonie->ligne->creer && $numlignes == 0 && $contrat->statut <> 6)
{
- print "id\">".$langs->trans("Delete")." ";
+ print "id\">".$langs->trans("Delete")." ";
}
}
diff --git a/htdocs/telephonie/distributeurs/comm/commercial.php b/htdocs/telephonie/distributeurs/comm/commercial.php
index b99a9649566..7c9b3dd532b 100644
--- a/htdocs/telephonie/distributeurs/comm/commercial.php
+++ b/htdocs/telephonie/distributeurs/comm/commercial.php
@@ -134,7 +134,7 @@ if ($_GET["id"] && $_GET["did"])
if ($_GET["action"] == '' && $user->admin)
{
- print "id."\">".$langs->trans("Nouveau commercial")." ";
+ print "id."\">".$langs->trans("Nouveau commercial")." ";
}
print " ";
diff --git a/htdocs/telephonie/distributeurs/distributeur.php b/htdocs/telephonie/distributeurs/distributeur.php
index 4b05e7486d5..b2de131f3c3 100644
--- a/htdocs/telephonie/distributeurs/distributeur.php
+++ b/htdocs/telephonie/distributeurs/distributeur.php
@@ -276,7 +276,7 @@ if ($_GET["id"])
if ($_GET["action"] == '' && $user->admin)
{
- print "id."\">".$langs->trans("Nouveau commercial")." ";
+ print "id."\">".$langs->trans("Nouveau commercial")." ";
}
print " ";
diff --git a/htdocs/telephonie/distributeurs/index.php b/htdocs/telephonie/distributeurs/index.php
index a43de3f1ae1..0e754075d3f 100644
--- a/htdocs/telephonie/distributeurs/index.php
+++ b/htdocs/telephonie/distributeurs/index.php
@@ -99,7 +99,7 @@ print "\n ";
diff --git a/htdocs/telephonie/fournisseur/fiche.php b/htdocs/telephonie/fournisseur/fiche.php
index a6372a8fb6e..7580adb2701 100644
--- a/htdocs/telephonie/fournisseur/fiche.php
+++ b/htdocs/telephonie/fournisseur/fiche.php
@@ -261,7 +261,7 @@ if ($_GET["action"] == '')
if($user->rights->telephonie->fournisseur->config)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
}
diff --git a/htdocs/telephonie/ligne/commande/fiche.php b/htdocs/telephonie/ligne/commande/fiche.php
index 2da429d96c2..38f682020ba 100644
--- a/htdocs/telephonie/ligne/commande/fiche.php
+++ b/htdocs/telephonie/ligne/commande/fiche.php
@@ -108,7 +108,7 @@ if ($result)
}
else
{
- print 'Créer la commande ';
+ print 'Créer la commande ';
}
print "\n";
print $fournisseur->email_commande;
diff --git a/htdocs/telephonie/ligne/commentaires.php b/htdocs/telephonie/ligne/commentaires.php
index 5bc65a94f79..b0639390964 100644
--- a/htdocs/telephonie/ligne/commentaires.php
+++ b/htdocs/telephonie/ligne/commentaires.php
@@ -228,7 +228,7 @@ print '';
/* ************************************************************************** */
/*
print "\n \n";
*/
diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php
index e445216793e..0a0a4538e73 100644
--- a/htdocs/telephonie/ligne/fiche.php
+++ b/htdocs/telephonie/ligne/fiche.php
@@ -1330,37 +1330,37 @@ if ($_GET["action"] == '' && $result == 1 && $client_comm->perm_read)
if ( $user->rights->telephonie->ligne->resilier && $ligne->statut == 3 && $ligne->techno == 'presel')
{
- print "id\">".$langs->trans("Demander la résiliation")." ";
+ print "id\">".$langs->trans("Demander la résiliation")." ";
}
if ( $user->rights->telephonie->ligne->resilier && $ligne->statut == 4 && $ligne->techno == 'presel')
{
- print "id\">".$langs->trans("Annuler la demande de résiliation")." ";
+ print "id\">".$langs->trans("Annuler la demande de résiliation")." ";
}
if ( $user->rights->telephonie->ligne_activer && $ligne->statut <> 6)
{
- print "id\">".$langs->trans("Contact")." ";
+ print "id\">".$langs->trans("Contact")." ";
}
if ( $user->rights->telephonie->ligne->creer && $ligne->statut < 4)
{
- print "id\">".$langs->trans("Changer de contrat")." ";
+ print "id\">".$langs->trans("Changer de contrat")." ";
}
if ( $user->rights->telephonie->ligne->creer && $ligne->statut < 4)
{
- print "id\">".$langs->trans("Changer la remise")." ";
+ print "id\">".$langs->trans("Changer la remise")." ";
}
if ( $user->rights->telephonie->ligne_activer && $ligne->statut == -1)
{
- print "id\">".$langs->trans("Edit")." ";
+ print "id\">".$langs->trans("Edit")." ";
}
if ( $user->rights->telephonie->ligne->creer && $ligne->statut == -1)
{
- print "id\">".$langs->trans("Delete")." ";
+ print "id\">".$langs->trans("Delete")." ";
}
}
diff --git a/htdocs/telephonie/ligne/infoc.php b/htdocs/telephonie/ligne/infoc.php
index b8aaf317dbe..c6cb2340f12 100644
--- a/htdocs/telephonie/ligne/infoc.php
+++ b/htdocs/telephonie/ligne/infoc.php
@@ -208,7 +208,7 @@ if ($_GET["id"] or $_GET["numero"])
if ($_GET["action"] == '')
{
- print "id\">".$langs->trans("Edit")." ";
+ print "id\">".$langs->trans("Edit")." ";
}
print "";
diff --git a/htdocs/telephonie/service/fiche.php b/htdocs/telephonie/service/fiche.php
index 228ce8a607c..617ce4398b4 100644
--- a/htdocs/telephonie/service/fiche.php
+++ b/htdocs/telephonie/service/fiche.php
@@ -229,13 +229,13 @@ print "\n\n";
if ($_GET["action"] == '' && $service->statut == 0)
{
- print "
id\">".$langs->trans("Active")." ";
+ print "
id\">".$langs->trans("Active")." ";
}
if ($_GET["action"] == '')
{
- print "
id\">".$langs->trans("Edit")." ";
+ print "
id\">".$langs->trans("Edit")." ";
}
diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php
index baf7c7ccb70..638f6bd9d03 100644
--- a/htdocs/theme/auguria/auguria.css.php
+++ b/htdocs/theme/auguria/auguria.css.php
@@ -703,19 +703,6 @@ a.butActionDelete:visited { font-weight: bold; background: white; border: 1px s
a.butActionDelete:hover { font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #red; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-/* Ancienne syntaxe. A supprimer quand remplace par butXxx */
-
-a.tabAction:link { font-weight: bold; background: #68ACCF; border: 1px solid #8CACBB; color: #FFFFFF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:visited { font-weight: bold; background: #68ACCF; border: 1px solid #8CACBB; color: #FFFFFF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:active { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:hover { font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-a.butDelete:link { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-
/* ============================================================================== */
/* Tables */
/* ============================================================================== */
diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css
index 346824df1c1..49e7675e8f0 100644
--- a/htdocs/theme/dev/dev.css
+++ b/htdocs/theme/dev/dev.css
@@ -500,40 +500,6 @@ a.butActionDelete:hover {
white-space: nowrap; }
-/*
-* Historique
-* A supprimer quand remplace par butXxx
-*/
-
-a.tabAction:link {
- background: white; border: 1px outset #8CACBB;
- color: #436976;
- font: 105% Bold;
- padding: 0em 1em;
- margin: 0em 0.5em;
- text-decoration: none;
- white-space: nowrap;
-}
-a.tabAction:visited {
- background: white; border: 1px outset #8CACBB;
- color: #436976;
- font: 105% Bold;
- padding: 0em 1em;
- margin: 0em 0.5em;
- text-decoration: none;
- white-space: nowrap;
-}
-a.tabAction:hover {
- background: #dcdcd3;
- text-decoration: none;
- padding: 0em 1em;
-}
-
-a.butDelete:link { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { background: #FFe7ec; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
/* ============================================================================== */
/* Tables */
diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css
index 2a7cdb5b984..00d8165f244 100644
--- a/htdocs/theme/dolibarr/dolibarr.css
+++ b/htdocs/theme/dolibarr/dolibarr.css
@@ -340,27 +340,6 @@ a.butActionDelete:active { background: white; border: 1px solid #8CACBB; color:
a.butActionDelete:hover { background: #dee7ec; }
-/*
-* Historique
-* A supprimer quand remplace par butXxx
-*/
-
-a.tabAction {
- background: white;
- border: 1px solid #8CACBB;
- color: #436976;
- font: 105% Bold;
- padding: 0em 1em;
- margin: 0em 0.2em;
- text-decoration: none;
- white-space: nowrap;
-}
-
-a.tabAction:hover {
- background: #dee7ec;
-}
-
-
/* ============================================================================== */
/* Tables */
/* ============================================================================== */
diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php
index 3e5785361d8..f5900589bdb 100644
--- a/htdocs/theme/eldy/eldy.css.php
+++ b/htdocs/theme/eldy/eldy.css.php
@@ -723,19 +723,6 @@ a.butActionDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; fo
a.butActionDelete:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-/* Ancienne syntaxe. A supprimer quand remplace par butXxx */
-
-a.tabAction:link { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:active { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-a.butDelete:link { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-
/* ============================================================================== */
/* Tables */
/* ============================================================================== */
diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php
index 0712c3c370a..59d1e70b551 100644
--- a/htdocs/theme/freelug/freelug.css.php
+++ b/htdocs/theme/freelug/freelug.css.php
@@ -481,19 +481,6 @@ a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif;
white-space: nowrap; }
-/* Ancienne syntaxe. A supprimer quand remplace par butXxx */
-
-a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-
/* ============================================================================== */
/* Tables */
/* ============================================================================== */
diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css
index 1771b48d4e9..6bbfe74af81 100644
--- a/htdocs/theme/rodolphe/rodolphe.css
+++ b/htdocs/theme/rodolphe/rodolphe.css
@@ -399,21 +399,6 @@ a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; backgro
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-/*
-* Historique
-* A supprimer quand remplace par butXxx
-*/
-
-a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #78746d; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
/* ============================================================================== */
/* Tables */
diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php
index b23fed49471..730cb596984 100644
--- a/htdocs/theme/yellow/yellow.css.php
+++ b/htdocs/theme/yellow/yellow.css.php
@@ -425,22 +425,7 @@ a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; backgro
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-/*
-* Historique
-* A supprimer quand remplace par butXxx
-*/
-
-a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
-a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
-
+
/* ============================================================================== */
/* Tables */
diff --git a/htdocs/user/addon.php b/htdocs/user/addon.php
index abac132026d..ccb494f145e 100644
--- a/htdocs/user/addon.php
+++ b/htdocs/user/addon.php
@@ -130,7 +130,7 @@ if ($_GET["id"])
if ($user->admin)
{
- print '
'.$langs->trans("Créer login Bookmark4u").' ';
+ print '
'.$langs->trans("Créer login Bookmark4u").' ';
}
print "
\n";
diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
index 7053a89f6b1..7df7ba81535 100644
--- a/htdocs/user/clicktodial.php
+++ b/htdocs/user/clicktodial.php
@@ -146,12 +146,12 @@ if ($_GET["id"])
if ($user->admin && $_GET["action"] <> 'edit')
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
if ($user->admin && $_GET["action"] == 'edit')
{
- print ''.$langs->trans("Cancel").' ';
+ print ''.$langs->trans("Cancel").' ';
}
print "\n";
diff --git a/htdocs/user/group/fiche.php b/htdocs/user/group/fiche.php
index e310b5ec74b..f8d823d5c06 100644
--- a/htdocs/user/group/fiche.php
+++ b/htdocs/user/group/fiche.php
@@ -248,12 +248,12 @@ else
if ($caneditperms)
{
- print ''.$langs->trans("Edit").' ';
+ print ''.$langs->trans("Edit").' ';
}
if ($candisableperms)
{
- print ''.$langs->trans("DeleteGroup").' ';
+ print ''.$langs->trans("DeleteGroup").' ';
}
print "\n";
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index 4224397e854..7ecdd596d15 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -176,7 +176,7 @@ else
print '';