Commit 68bb741f15be7de2085119ee8a10fa0b66dcaa28
1 parent
c0ba10d7
Exists in
3.5
and in
1 other branch
about update
Showing
2 changed files
with
28 additions
and
0 deletions
Show diff stats
accountingex/admin/about.php
... | ... | @@ -65,6 +65,18 @@ print '<table class="noborder" width="100%">'; |
65 | 65 | print '<tr class="liste_titre"><td colspan="2">' . $langs->trans("Authors") . '</td>'; |
66 | 66 | print '</tr>'; |
67 | 67 | |
68 | +// Olivier Geffroy | |
69 | +print '<tr><td><img src="../img/jeffinfo.png" width="250"></td>'; | |
70 | +print '<td><b>Olivier Geffroy</b> - Consultant Informatique'; | |
71 | +print '<br>Jeffinfo - 59660 Merville<br>' . $langs->trans("Email") . ' : jeff@jeffinfo.com <br>' . $langs->trans("Phone") . ' : +33 6 08 63 27 40'; | |
72 | +print '<br><a target="_blank" href="http://jeffinfo.com">http://www.jeffinfo.com/</a>'; | |
73 | +print '<br><br><a title="Jeffinfo Facebook" target="_blank" href="https://www.facebook.com/pages/Jeffinfo/165397806821029"><img src="../img/fb.png" width="20"></a> '; | |
74 | +print '<a target="_blank" href="http://twiter.com/zendsi"><img src="../img/tweet.png" width="20"></a> '; | |
75 | +print '<a target="_blank" href="https://plus.google.com/+OlivierGeffroy/posts"><img src="../img/google+.png" width="20"></a>'; | |
76 | +print '</td></tr>'; | |
77 | + | |
78 | +print '<tr><td> </td></tr>'; | |
79 | + | |
68 | 80 | // Alexandre Spangaro |
69 | 81 | print '<tr><td><img src="../img/fidurex.jpg" width="250"></td>'; |
70 | 82 | print '<td><b>Alexandre Spangaro</b> - Comptable'; |
... | ... | @@ -94,6 +106,22 @@ print '<br><a target="_blank" href="http://www.open-concept.pro">http://www.open |
94 | 106 | print '<br><br><a target="_blank" href="http://twitter.com/_open_concept_"><img src="../img/tweet.png" width="20"></a>'; |
95 | 107 | print '</td></tr>'; |
96 | 108 | |
109 | +print '<table class="noborder" width="100%">'; | |
110 | + | |
111 | +print '<tr class="liste_titre"><td colspan="2">' . $langs->trans("Investor") . '</td>'; | |
112 | +print '</tr>'; | |
113 | + | |
114 | +print '<tr><td>Jeffinfo</td>'; | |
115 | +print '<td>2000 €</td></tr>'; | |
116 | +print '<tr><td>Nord Anim</td>'; | |
117 | +print '<td>120 €</td></tr>'; | |
118 | +print '<tr><td>Hydroflex</td>'; | |
119 | +print '<td>120 €</td></tr>'; | |
120 | +print '<tr><td>Asysteo</td>'; | |
121 | +print '<td>120 €</td></tr>'; | |
122 | +print '<tr><td>Fournisseur Medical</td>'; | |
123 | +print '<td>120 €</td></tr>'; | |
124 | + | |
97 | 125 | dol_htmloutput_mesg($mesg); |
98 | 126 | |
99 | 127 | llxFooter(); | ... | ... |
6.82 KB