Bladeren bron

Debug v14

Laurent Destailleur 3 jaren geleden
bovenliggende
commit
6cb690e678

+ 3 - 0
htdocs/langs/en_US/eventorganization.lang

@@ -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
 #

+ 2 - 2
htdocs/public/project/suggestbooth.php

@@ -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">';

+ 2 - 2
htdocs/public/project/suggestconference.php

@@ -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">';