diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 8660a45d4..2c09edb97 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -2796,6 +2796,7 @@ div.menu2 td.mtitle a{ } .icon:hover { font-family: "fontello"; + background-color: transparent; } *.icon { text-decoration: none; diff --git a/html/js/ajax_fiche.js b/html/js/ajax_fiche.js index d4051de21..e7bd7bd53 100644 --- a/html/js/ajax_fiche.js +++ b/html/js/ajax_fiche.js @@ -60,7 +60,7 @@ function errorFid(request,json) */ function ajaxFid(p_ctl) { - debugger + try { var gDossier=id$('gDossier').value; diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 080b9c483..8d2351f5b 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -4390,10 +4390,11 @@ Widget = function(dossier_id) { * Display the widget in the elt box * @param box DOMID of the target * @param dossier_id - * @param user_widget_id - * @param widget_code + * @param user_widget_id int + * @param widget_code string + * @param var_name string name of the variable */ -Widget.prototype.display = function (box,user_widget_id,widget_code) { +Widget.prototype.display = function (box,user_widget_id,widget_code,var_name) { try { var queryString = { @@ -4401,6 +4402,7 @@ Widget.prototype.display = function (box,user_widget_id,widget_code) { 'op': 'widget', 'user_widget_id': user_widget_id, 'widget_code': widget_code, + 'var_name':var_name, 'action': 'widget.display' } var action = new Ajax.Request( diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index bfdb2b10b..75cf68e44 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -872,7 +872,7 @@ class HtmlInput * @return type */ static function title_box($p_name, $p_div, $p_mod="close", $p_js="", - $p_draggable="n",$p_enlarge='n',$raw="") + $p_draggable="n",$p_enlarge='n',$raw="",$refresh='') { $p_div=strip_tags($p_div); $r='