diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 836b0e182..7c3933c85 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -4400,7 +4400,7 @@ Widget.prototype.manage = function () { var y = calcy(200); style = style + ' ;top : ' + y + 'px'; - add_div({id: box, cssclass: 'inner_box', html: loading(), style: style,drag:true}) + add_div({id: box, cssclass: 'inner_box', html: loading(), style: style,drag:false}) $(box).update(req.responseText); } diff --git a/include/admin_repo.inc.php b/include/admin_repo.inc.php index 1fab37313..55ea8ba45 100644 --- a/include/admin_repo.inc.php +++ b/include/admin_repo.inc.php @@ -76,7 +76,7 @@ if ( $action=="user_mgt" ) //---------------------------------------------------------------------- require_once NOALYSS_INCLUDE."/user.inc.php"; } -// action=user_mgt + if ( $action=="dossier_mgt") { //----------------------------------------------------------------------- diff --git a/include/dashboard.inc.php b/include/dashboard.inc.php index 90903bf23..bfba7f420 100644 --- a/include/dashboard.inc.php +++ b/include/dashboard.inc.php @@ -7,7 +7,7 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis'); require_once NOALYSS_TEMPLATE.'/dashboard.php'; -echo \HtmlInput::button_action(_('Elements du tableau de bord'), "widget.manage()"); +echo \HtmlInput::button_action(_('Personnaliser le tableau de bord'), "widget.manage()"); ?> diff --git a/include/impress_bilan.inc.php b/include/impress_bilan.inc.php index f72f7ed7a..6b846c951 100644 --- a/include/impress_bilan.inc.php +++ b/include/impress_bilan.inc.php @@ -46,9 +46,9 @@ if ( ! isset ($_GET['verif'])) /* * Let you change the exercice */ - echo '