diff --git a/htdocs/admin/societe.php b/htdocs/admin/societe.php
index 62b4b37079b..bca5fa9bccd 100644
--- a/htdocs/admin/societe.php
+++ b/htdocs/admin/societe.php
@@ -23,7 +23,7 @@
* \file htdocs/admin/societe.php
* \ingroup company
* \brief Third party module setup page
- * \version $Id: societe.php,v 1.63 2011/08/17 07:50:29 simnandez Exp $
+ * \version $Id: societe.php,v 1.64 2011/08/26 11:48:36 eldy Exp $
*/
require("../main.inc.php");
@@ -357,7 +357,7 @@ print '
';
print '| '.$langs->trans("Name").' | ';
print ''.$langs->trans("Description").' | ';
print ''.$langs->trans("Status").' | ';
-print ''.$langs->trans("Infos").' | ';
+print ''.$langs->trans("Infos").' | ';
print "
\n";
clearstatcache();
@@ -440,20 +440,16 @@ foreach ($conf->file->dol_document_root as $dirroot)
$htmltooltip.='
'.$langs->trans("WatermarkOnDraft").': '.yn($module->option_draft_watermark,1,1);
- print '';
- print $form->textwithpicto('',$htmltooltip,1,0);
- print ' | ';
-
- // Preview
- print '';
+ print ' | ';
if ($modele->type == 'pdf')
{
- print ''.img_object($langs->trans("Preview"),'bill').'';
+ $linkspec=''.img_object($langs->trans("Preview"),'bill').'';
}
else
{
- print img_object($langs->trans("PreviewNotAvailable"),'generic');
+ $linkspec=img_object($langs->trans("PreviewNotAvailable"),'generic');
}
+ print $form->textwithpicto(' '.$linkspec,$htmltooltip,1,0);
print ' | ';
print "\n";
@@ -475,7 +471,7 @@ print '';
print '';
print '| '.$langs->trans("Name").' | ';
print ''.$langs->trans("Description").' | ';
-print ''.$langs->trans("Value").' | ';
+print ''.$langs->trans("MustBeUnique").' | ';
print "
\n";
$profid[0][0]=$langs->trans("ProfId1");
@@ -531,7 +527,7 @@ while ($i < sizeof($profid))
$i++;
}
-print "
\n";
+print "
\n";
print_titre($langs->trans("Other"));
@@ -581,5 +577,5 @@ dol_fiche_end();
$db->close();
-llxFooter('$Date: 2011/08/17 07:50:29 $ - $Revision: 1.63 $');
+llxFooter('$Date: 2011/08/26 11:48:36 $ - $Revision: 1.64 $');
?>