diff --git a/build/tgz/tar.exclude b/build/tgz/tar.exclude
index 6ea63fc99fb..81492ffabfe 100644
--- a/build/tgz/tar.exclude
+++ b/build/tgz/tar.exclude
@@ -30,6 +30,7 @@ htdocs/includes/treemenu/imagesAlt
htdocs/includes/treemenu/imagesAlt2
htdocs/includes/modules/modEditeur.class.php
htdocs/includes/modules/modDocument.class.php
+htdocs/includes/modules/modDomain.class.php
htdocs/includes/modules/modDroitPret.class.php
htdocs/includes/modules/modPostnuke.class.php
htdocs/includes/modules/modClickToDial.class.php
diff --git a/htdocs/domain/index.php b/htdocs/domain/index.php
index 0773336deba..fa3d0f2d935 100644
--- a/htdocs/domain/index.php
+++ b/htdocs/domain/index.php
@@ -80,5 +80,5 @@ if ($result) {
$db->close();
-llxFooter("Dernière modification $Date$ révision $Revision$");
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/energie/compteur.php b/htdocs/energie/compteur.php
index 89c3195ba93..c69d2d1b2e0 100644
--- a/htdocs/energie/compteur.php
+++ b/htdocs/energie/compteur.php
@@ -107,9 +107,9 @@ if ($_GET["action"] == 'create')
print $html->select_array("energie", $compteur->energies);
print '';
- print '
|
';
+ print ' |
';
- print "
";
+ print "";
print '';
}
@@ -167,14 +167,14 @@ else
print 'Valeur relevée | ';
print ' | ';
- print ' | ';
+ print ' | ';
print "
";
print '
';
+ print '';
print '';
diff --git a/htdocs/energie/groupe.php b/htdocs/energie/groupe.php
index 92ba9e6350e..3d1bf861baa 100644
--- a/htdocs/energie/groupe.php
+++ b/htdocs/energie/groupe.php
@@ -79,9 +79,9 @@ if ($_GET["action"] == 'create')
print ' | ';
- print ' |
';
+ print ' |
';
- print "
";
+ print "";
print '';
diff --git a/htdocs/energie/index.php b/htdocs/energie/index.php
index 19925a026c1..41fc6c1e909 100644
--- a/htdocs/energie/index.php
+++ b/htdocs/energie/index.php
@@ -31,11 +31,11 @@ require("./pre.inc.php");
llxHeader($langs,"",$langs->trans("Energy"),$langs->trans("Energy"));
-print_titre($langs->trans("Energy"));
+print_fiche_titre($langs->trans("Energy"));
-print '';
+print '';
-print '| ';
+print ' |
| ';
/*
* Groupe
@@ -95,7 +95,7 @@ if ( $resql)
}
}
-print ' | ';
+print ' | ';
print '
'."\n";
@@ -103,5 +103,5 @@ print ' |
';
$db->close();
-llxFooter("Dernière modification $Date$ révision $Revision$");
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/includes/modules/modBarcode.class.php b/htdocs/includes/modules/modBarcode.class.php
index dba40d80624..f7e106fad83 100644
--- a/htdocs/includes/modules/modBarcode.class.php
+++ b/htdocs/includes/modules/modBarcode.class.php
@@ -58,7 +58,7 @@ class modBarcode extends DolibarrModules
//$this->revision = explode(' ','$Revision$');
//$this->version = $this->revision[1];
- $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
+ $this->version = 'development'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_BARCODE';
$this->special = 0;
diff --git a/htdocs/includes/modules/modDroitPret.class.php b/htdocs/includes/modules/modDroitPret.class.php
index fa8081c4737..a2b7112f540 100644
--- a/htdocs/includes/modules/modDroitPret.class.php
+++ b/htdocs/includes/modules/modDroitPret.class.php
@@ -53,7 +53,7 @@ class modDroitPret extends DolibarrModules
$this->family = "other";
$this->name = "Droit Prêt";
$this->description = "Gestion du droit de prêts";
- $this->version = '1.1-beta'; // 'experimental' or 'dolibarr' or version
+ $this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_DROITPRET';
$this->special = 2;