Debug v14
This commit is contained in:
parent
8fe37b20c0
commit
6cb690e678
@ -138,6 +138,9 @@ OrganizationEventBulkMailToAttendees=This is a remind about your participation i
|
||||
OrganizationEventBulkMailToSpeakers=This is a reminder on your participation in the event as a speaker
|
||||
OrganizationEventLinkToThirdParty=Link to third party (customer, supplier or partner)
|
||||
|
||||
NewSuggestionOfBooth=Application for a booth
|
||||
NewSuggestionOfConference=Application for a conference
|
||||
|
||||
#
|
||||
# Vote page
|
||||
#
|
||||
|
||||
@ -515,10 +515,10 @@ if (empty($reshook) && $action == 'add') {
|
||||
$form = new Form($db);
|
||||
$formcompany = new FormCompany($db);
|
||||
|
||||
llxHeaderVierge($langs->trans("NewSuggestion"));
|
||||
llxHeaderVierge($langs->trans("NewSuggestionOfBooth"));
|
||||
|
||||
|
||||
print load_fiche_titre($langs->trans("NewSuggestion"), '', '', 0, 0, 'center');
|
||||
print load_fiche_titre($langs->trans("NewSuggestionOfBooth"), '', '', 0, 0, 'center');
|
||||
|
||||
|
||||
print '<div align="center">';
|
||||
|
||||
@ -452,10 +452,10 @@ if (empty($reshook) && $action == 'add') {
|
||||
$form = new Form($db);
|
||||
$formcompany = new FormCompany($db);
|
||||
|
||||
llxHeaderVierge($langs->trans("NewSuggestion"));
|
||||
llxHeaderVierge($langs->trans("NewSuggestionOfConference"));
|
||||
|
||||
|
||||
print load_fiche_titre($langs->trans("NewSuggestion"), '', '', 0, 0, 'center');
|
||||
print load_fiche_titre($langs->trans("NewSuggestionOfConference"), '', '', 0, 0, 'center');
|
||||
|
||||
|
||||
print '<div align="center">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user