7 echo
HtmlInput::button(
"other_bt", _(
"Autres actions"),
'onclick="$(\'other_div\').style.display=\'block\';action_show_checkbox();"',
"smallbutton");
13echo
HtmlInput::request_to_hidden(array(
"closed_action",
"remind_date_end",
"remind_date",
"sag_ref",
"remind_date",
"only_internal",
"state",
"gDossier",
"qcode",
"start_date",
"end_date",
"ag_id",
"ag_dest_query",
14 "tdoc",
"action_query",
"date_start",
"date_end",
"hsstate",
"searchtag"));
16<div
id=
"other_div" class=
"inner_box" style=
"left:25%;width:45rem;display: none">
17 <?php echo
HtmlInput::title_box(_(
'Actions sur plusieurs documents'),
'other_div',
'hide',
'action_hide_checkbox();') ?>
18 <?php echo _(
"Sélectionner les documents et l' action :")?>
19 <ul
style=
'list-style-type: none;padding-left:30px;margin: 0px' >
22 <?php echo _(
"Impression");?>
26 <?php echo _(
"Changement des états");?>
29 $etat->value=
$cn->make_array(
'select s_id,s_value from document_state order by s_value');
35 <?php echo _(
"Ajout d'étiquettes");?>
38 <
span id=
"addtag_choose_td">
43 <?php echo _(
"Enlever des étiquettes");?>
46 <
span id=
"remtag_choose_td">
51 <?php echo _(
"Enlever toutes les étiquettes des documents choisis");?>
55 <?php echo _(
"Effacer les documents choisis");?>
58 <ul
class=
"aligned-block">
67 echo HtmlInput::button_Hide(
"other_div");
75 var obj=document.getElementById(
'other_div');
76 new Draggable(
'other_div',{starteffect:
function(){
77 new Effect.Highlight(obj.id,{scroll:window,queue:
'end'});
span($p_string, $p_extra='')
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...
static add_clear_button($p_prefix)
clear the search cell
static select_tag_search($p_prefix)
Show a button to select tag for Search.