diff --git a/htdocs/adherents/public.php b/htdocs/adherents/public.php
index 46098f68894..4d236e4885d 100644
--- a/htdocs/adherents/public.php
+++ b/htdocs/adherents/public.php
@@ -48,8 +48,8 @@ print '
';
print '
';
- print '| '.$langs->trans("Type").' | '.$adh->type." | \n";
- print ''.$langs->trans("Comments").' |
';
+ print '| '.$langs->trans("Type").' | '.$adh->type." |
\n";
- print '| Personne | '.$adh->morphy.' | ';
+ print '
| '.$langs->trans("Person").' | '.$adh->morphy.' |
';
- print '';
- print nl2br($adh->note).' | ';
-
- print '| '.$langs->trans("Surname").' | '.$adh->prenom.' |
';
+ print '| '.$langs->trans("Surname").' | '.$adh->prenom.' |
';
print '| '.$langs->trans("Name").' | '.$adh->nom.' |
';
-
print '| '.$langs->trans("Company").' | '.$adh->societe.' |
';
+
print '| '.$langs->trans("Address").' | '.nl2br($adh->adresse).' |
';
+
print '| '.$langs->trans("Zip").' '.$langs->trans("Town").' | '.$adh->cp.' '.$adh->ville.' |
';
+
print '| '.$langs->trans("Country").' | '.$adh->pays.' |
';
+
print '| '.$langs->trans("EMail").' | '.$adh->email.' |
';
+
print '| '.$langs->trans("Birthday").' | '.$adh->naiss.' |
';
+
if (isset($adh->photo) && $adh->photo !=''){
print '| URL Photo | '."photo\"> photo\">".' |
';
}
// foreach($adho->attribute_label as $key=>$value){
// print "| $value | ".$adh->array_options["options_$key"]." |
\n";
// }
+
+ print '| '.$langs->trans("Comments").' | '.nl2br($adh->note).' |
';
+
print '
';
}
@@ -118,4 +102,27 @@ if ($rowid > 0)
$db->close();
llxFooter('$Date$ - $Revision$');
+
+
+/* Functions header and footer */
+
+function llxHeaderVierge($title, $head = "")
+{
+ global $user, $conf, $langs;
+
+ header("Content-type: text/html; charset=".$conf->character_set_client);
+ print "\n";
+ print "\n";
+ print "