Showempty on language list
This commit is contained in:
parent
ebe84b6ac5
commit
77af3b96d3
@ -912,7 +912,7 @@ function fieldList($fieldlist, $obj='', $tabname='', $context='')
|
|||||||
elseif ($fieldlist[$field] == 'type_template')
|
elseif ($fieldlist[$field] == 'type_template')
|
||||||
{
|
{
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $form->selectarray('type_template', $elementList,(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''));
|
print $form->selectarray('type_template', $elementList, (! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''), 1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
elseif (in_array($fieldlist[$field], array('content','content_lines'))) continue;
|
elseif (in_array($fieldlist[$field], array('content','content_lines'))) continue;
|
||||||
|
|||||||
@ -34,6 +34,7 @@ AgendaAutoActionDesc= Define here events for which you want Dolibarr to create a
|
|||||||
AgendaSetupOtherDesc= This page provides options to allow export of your Dolibarr events into an external calendar (thunderbird, google calendar, ...)
|
AgendaSetupOtherDesc= This page provides options to allow export of your Dolibarr events into an external calendar (thunderbird, google calendar, ...)
|
||||||
AgendaExtSitesDesc=This page allows to declare external sources of calendars to see their events into Dolibarr agenda.
|
AgendaExtSitesDesc=This page allows to declare external sources of calendars to see their events into Dolibarr agenda.
|
||||||
ActionsEvents=Events for which Dolibarr will create an action in agenda automatically
|
ActionsEvents=Events for which Dolibarr will create an action in agenda automatically
|
||||||
|
EventRemindersByEmailNotEnabled=Event reminders by email was not enabled into Agenda module setup.
|
||||||
##### Agenda event labels #####
|
##### Agenda event labels #####
|
||||||
NewCompanyToDolibarr=Third party %s created
|
NewCompanyToDolibarr=Third party %s created
|
||||||
ContractValidatedInDolibarr=Contract %s validated
|
ContractValidatedInDolibarr=Contract %s validated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user