Module opensurvey become a standard feature.

This commit is contained in:
Laurent Destailleur 2013-04-13 13:56:13 +02:00
parent f5c0886cb1
commit 4bb815937a
6 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ if (!$user->admin) accessforbidden();
* View
*/
$langs->load("opensurvey@opensurvey");
$langs->load("opensurvey");
llxHeader();
print_fiche_titre($langs->trans("OpenSurveyArea"));

View File

@ -31,7 +31,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/files.lib.php");
* View
*/
$langs->load("opensurvey@opensurvey");
$langs->load("opensurvey");
llxHeader();
$nbsondages=0;

View File

@ -66,7 +66,7 @@ if ($action == 'delete_confirm')
$form=new Form($db);
$langs->load("opensurvey@opensurvey");
$langs->load("opensurvey");
llxHeader();
print '<div class=corps>'."\n";

View File

@ -28,7 +28,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/admin.lib.php");
require_once(DOL_DOCUMENT_ROOT."/core/lib/files.lib.php");
require_once(DOL_DOCUMENT_ROOT."/opensurvey/fonctions.php");
$langs->load("opensurvey@opensurvey");
$langs->load("opensurvey");
$origin=GETPOST('origin','alpha');