diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
index b1c69268325..26cf85cb3d6 100644
--- a/htdocs/opensurvey/card.php
+++ b/htdocs/opensurvey/card.php
@@ -188,10 +188,11 @@ if ($object->fk_user_creat)
$userstatic->fetch($object->fk_user_creat);
}
-
+$title = $object->titre." - ".$langs->trans('Card');
+$helpurl = '';
$arrayofjs=array();
$arrayofcss=array('/opensurvey/css/style.css');
-llxHeader('',$object->titre, 0, 0, 0, 0, $arrayofjs, $arrayofcss);
+llxHeader('',$title, $helpurl, 0, 0, 0, $arrayofjs, $arrayofcss);
// Define format of choices
@@ -219,7 +220,7 @@ print '
';
$linkback = ''.$langs->trans("BackToList").'';
// Ref
-print '| '.$langs->trans('Ref').' | ';
+print '
| '.$langs->trans('Ref').' | ';
print '';
print $form->showrefnav($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage');
print ' | ';
diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php
index 93ccd93729b..23ccbc6c8a5 100644
--- a/htdocs/opensurvey/results.php
+++ b/htdocs/opensurvey/results.php
@@ -49,7 +49,7 @@ $nblignes=$object->fetch_lines();
* Actions
*/
-//Return to the results
+// Return to the results
if (GETPOST('retoursondage')) {
header('Location: results.php?id='.$_GET['id']);
exit;
@@ -403,9 +403,11 @@ if ($result <= 0)
exit;
}
+$title = $object->titre." - ".$langs->trans('Card');
+$helpurl = '';
$arrayofjs=array();
$arrayofcss=array('/opensurvey/css/style.css');
-llxHeader('',$object->titre, 0, 0, 0, 0, $arrayofjs, $arrayofcss);
+llxHeader('',$title, $helpurl, 0, 0, 0, $arrayofjs, $arrayofcss);
// Define format of choices
@@ -432,7 +434,7 @@ print '';
$linkback = ''.$langs->trans("BackToList").'';
// Ref
-print '| '.$langs->trans('Ref').' | ';
+print '
| '.$langs->trans('Ref').' | ';
print '';
print $form->showrefnav($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage');
print ' | ';
diff --git a/htdocs/opensurvey/wizard/create_survey.php b/htdocs/opensurvey/wizard/create_survey.php
index c9ba1324a70..94ec2a7c247 100644
--- a/htdocs/opensurvey/wizard/create_survey.php
+++ b/htdocs/opensurvey/wizard/create_survey.php
@@ -1,7 +1,7 @@
* Copyright (C) 2014 Marcos García
- * Copyright (C) 2015 Alexandre Spangaro
+ * Copyright (C) 2015-2016 Alexandre Spangaro
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -133,15 +133,15 @@ llxHeader('', $langs->trans("OpenSurvey"), '', "", 0, 0, $arrayofjs, $arrayofcss
print load_fiche_titre($langs->trans("CreatePoll").' (1 / 2)');
-//debut du formulaire
+// debut du formulaire
print '