diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php
index 6bef7622a2b..17a39148eba 100644
--- a/htdocs/adherents/card_subscriptions.php
+++ b/htdocs/adherents/card_subscriptions.php
@@ -505,7 +505,7 @@ if ($rowid)
print $form->showrefnav($object, 'rowid', $linkback);
print '';
- $showphoto='
'.$form->showphoto('memberphoto',$object).' | ';
+ $showphoto=''.$form->showphoto('memberphoto',$object).' | ';
// Login
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php
index 65c79d66068..76b2b2d23f5 100644
--- a/htdocs/adherents/fiche.php
+++ b/htdocs/adherents/fiche.php
@@ -1015,7 +1015,7 @@ else
print $form->selectarray("morphy", $morphys, isset($_POST["morphy"])?$_POST["morphy"]:$object->morphy);
print "";
// Photo
- print '';
+ print ' | ';
print $form->showphoto('memberphoto',$object)."\n";
if ($caneditfieldmember)
{
@@ -1356,7 +1356,7 @@ else
print $form->showrefnav($object, 'rowid', $linkback);
print ' | ';
- $showphoto='';
+ $showphoto=' | ';
$showphoto.=$form->showphoto('memberphoto',$object);
$showphoto.=' | ';
@@ -1364,6 +1364,7 @@ else
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
{
print '| '.$langs->trans("Login").' / '.$langs->trans("Id").' | '.$object->login.' | ';
+ // Photo
print $showphoto; $showphoto='';
print '
';
}
diff --git a/htdocs/adherents/info.php b/htdocs/adherents/info.php
index e43ba2fe058..08ae0e2da9a 100644
--- a/htdocs/adherents/info.php
+++ b/htdocs/adherents/info.php
@@ -1,5 +1,5 @@
+/* Copyright (C) 2005-2013 Laurent Destailleur
* Copyright (C) 2005-2012 Regis Houssin
*
* This program is free software; you can redistribute it and/or modify