-
>editfieldkey("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, $moreparam); ?>
-
editfieldval("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, '', null, null, $moreparam); ?>
+
+
>editfieldkey("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, $moreparam); ?>
+
editfieldval("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, '', null, null, $moreparam); ?>
societe_id)) { ?>
-
-
>editfieldkey("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, $moreparam); ?>
-
editfieldval("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, '', null, null, $moreparam); ?>
+
+
>editfieldkey("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, $moreparam); ?>
+
editfieldval("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, '', null, null, $moreparam); ?>
diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index d733c6192e5..7d68e067265 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -113,10 +113,9 @@ if ($socid)
print '';
-
- print '
';
+ //print '
';
- print '
';
+ //print '
';
$object->info($socid);
print dol_print_object_info($object, 1);
diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php
index 5c9bc15328f..ac441f52938 100644
--- a/htdocs/societe/note.php
+++ b/htdocs/societe/note.php
@@ -78,7 +78,11 @@ if ($id > 0)
print '
';
dol_banner_tab($object, 'socid', '', ($user->societe_id?0:1), 'rowid', 'nom');
-
+
+ $cssclass='titlefield';
+ //if ($action == 'editnote_public') $cssclass='titlefieldcreate';
+ //if ($action == 'editnote_private') $cssclass='titlefieldcreate';
+
print '
';
print '
';
@@ -86,12 +90,12 @@ if ($id > 0)
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
{
- print '
| '.$langs->trans('Prefix').' | '.$object->prefix_comm.' |
';
+ print '
| '.$langs->trans('Prefix').' | '.$object->prefix_comm.' |
';
}
if ($object->client)
{
- print '
| ';
+ print ' |
| ';
print $langs->trans('CustomerCode').' | ';
print $object->code_client;
if ($object->check_codeclient() <> 0) print ' ('.$langs->trans("WrongCustomerCode").')';
@@ -100,7 +104,7 @@ if ($id > 0)
if ($object->fournisseur)
{
- print ' |
| ';
+ print ' |
| ';
print $langs->trans('SupplierCode').' | ';
print $object->code_fournisseur;
if ($object->check_codefournisseur() <> 0) print ' ('.$langs->trans("WrongSupplierCode").')';
@@ -111,10 +115,9 @@ if ($id > 0)
print '';
- print ' ';
+ //print ' ';
- //$colwidth='25';
- $cssclass='titlefield';
+ //print '';
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index 39a0ee2371b..b3617a12b27 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -165,12 +165,12 @@ if ($result > 0)
// Prefix
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
{
- print ' |
| '.$langs->trans('Prefix').' | '.$object->prefix_comm.' |
';
+ print '
| '.$langs->trans('Prefix').' | '.$object->prefix_comm.' |
';
}
if ($object->client)
{
- print '
| ';
+ print ' |
| ';
print $langs->trans('CustomerCode').' | ';
print $object->code_client;
if ($object->check_codeclient() <> 0) print ' ('.$langs->trans("WrongCustomerCode").')';
@@ -179,14 +179,14 @@ if ($result > 0)
if ($object->fournisseur)
{
- print ' |
| ';
+ print ' |
| ';
print $langs->trans('SupplierCode').' | ';
print $object->code_fournisseur;
if ($object->check_codefournisseur() <> 0) print ' ('.$langs->trans("WrongSupplierCode").')';
print ' |
';
}
- print '
| '.$langs->trans("NbOfActiveNotifications").' | ';
+ print '
| '.$langs->trans("NbOfActiveNotifications").' | ';
print '';
$notify=new Notify($db);
$tmparray = $notify->getNotificationsArray('', $object->id);
|