Task #0001861: Plage de cases à cocher

This commit is contained in:
sparkyx 2020-11-04 17:06:53 +01:00
parent 86aedf7452
commit 5b75b8127a
13 changed files with 218 additions and 12 deletions

View file

@ -161,6 +161,8 @@ function action_concerned_save_card(obj)
code_html = unescape_xml(code_html);
$(namectl).update(code_html);
removeDiv('search_card');
}
});
} catch (e)
@ -277,6 +279,7 @@ function action_concerned_search_card(obj)
if ( ! $('search_card')) { add_div({id: 'search_card', cssclass: 'inner_box', html: "", style: div_style, drag: true}); }
$('search_card').innerHTML = code_html;
$('query').focus();
activate_checkbox_range('select_card_ck');
}catch (e) {
alert_box(e.message);
}