diff --git a/htdocs/core/lib/propal.lib.php b/htdocs/core/lib/propal.lib.php
index 9d4874cb2f3..13fbe06e7d4 100644
--- a/htdocs/core/lib/propal.lib.php
+++ b/htdocs/core/lib/propal.lib.php
@@ -34,7 +34,8 @@ function propal_prepare_head($object)
global $db, $langs, $conf, $user;
$langs->load("propal");
$langs->load("compta");
-
+ $langs->load("companies");
+
$h = 0;
$head = array();
diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
index 86e48d47db4..dd1a86d1a74 100644
--- a/htdocs/expensereport/card.php
+++ b/htdocs/expensereport/card.php
@@ -1808,7 +1808,7 @@ else
$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'projet as pjt ON fde.fk_projet=pjt.rowid';
$sql.= ' WHERE fde.fk_expensereport = '.$object->id;
- print '
';
+ print '
';
$actiontouse='updateligne';
if (($object->fk_statut==0 || $object->fk_statut==99) && $action != 'editline') $actiontouse='addline';
@@ -1818,7 +1818,10 @@ else
print '
';
print '
';
print '
';
- print '
';
+
+
+ print '';
+ print '
';
$resql = $db->query($sql);
if ($resql)
@@ -2047,11 +2050,9 @@ else
} // Fin si c'est payé/validé
print '
';
+ print '
';
print '';
-
- print '';
-
}
else
{
diff --git a/htdocs/resource/add.php b/htdocs/resource/add.php
index 7c60bf8091d..c8b4d124fed 100644
--- a/htdocs/resource/add.php
+++ b/htdocs/resource/add.php
@@ -151,7 +151,7 @@ if (! $action)
print $langs->trans('ResourceFormLabel_'.$field);
print '';
print '';
- print '';
+ print '';
print ' | ';
print '';
diff --git a/htdocs/resource/class/html.formresource.class.php b/htdocs/resource/class/html.formresource.class.php
index b094aacd1ea..ae638787d1e 100644
--- a/htdocs/resource/class/html.formresource.class.php
+++ b/htdocs/resource/class/html.formresource.class.php
@@ -172,7 +172,7 @@ class FormResource
if ($filtertype != '' && $filtertype != '-1') $filterarray=explode(',',$filtertype);
$resourcestat->load_cache_code_type_resource();
- print '