Skip to content

Commit

Permalink
Icon for contact contains a part of thirdparty icon to make things
Browse files Browse the repository at this point in the history
easier to understand
  • Loading branch information
eldy committed Oct 25, 2015
1 parent 080ba15 commit 132bc61
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/comm/card.php
Expand Up @@ -226,7 +226,7 @@
print '<table class="border" width="100%">';

// Alias name (commercial, trademark or alias name)
print '<tr><td class="titelfield">'.$langs->trans('AliasNameShort').'</td><td colspan="3">';
print '<tr><td class="titelfield">'.$langs->trans('AliasNames').'</td><td colspan="3">';
print $object->name_alias;
print "</td></tr>";

Expand Down
12 changes: 11 additions & 1 deletion htdocs/societe/soc.php
Expand Up @@ -1908,7 +1908,17 @@
print $object->name_alias;
print "</td></tr>";

// Prefix
// Prospect/Customer
print '<tr><td>'.$langs->trans('ProspectCustomer').'</td><td>';
print $object->getLibCustProspStatut();
print '</td></tr>';

// Prospect/Customer
print '<tr><td>'.$langs->trans('Supplier').'</td><td>';
print yn($object->fournsseur);
print '</td></tr>';

// Prefix
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
{
print '<tr><td>'.$langs->trans('Prefix').'</td><td>'.$object->prefix_comm.'</td>';
Expand Down
Binary file modified htdocs/theme/eldy/img/object_contact.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/eldy/img/object_group.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/eldy/img/object_user.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/object_contact.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/object_group.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/object_user.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 132bc61

Please sign in to comment.