function test_form(form){ if((form.name.value.length == 0) ) { alert('".$msg["admin_authperso_name_error"]."'); return false; } return true; } function insert_vars(theselector,dest){ var selvars=''; for (var i=0 ; i< theselector.options.length ; i++){ if (theselector.options[i].selected){ selvars=theselector.options[i].value ; break; } } if(!selvars) return ; if(typeof(tinyMCE)== 'undefined'){ var start = dest.selectionStart; var start_text = dest.value.substring(0, start); var end_text = dest.value.substring(start); dest.value = start_text+selvars+end_text; }else{ tinyMCE_execCommand('mceInsertContent',false,selvars); } }

!!msg_title!!

!!fields_options!!
!!fields_options_view!!

".$msg['admin_responsability_authperso_yes']."

!!search_simple!! ".$msg['admin_authperso_opac_search_multi_critere']."
!!search_simple_gestion!! ".$msg['admin_authperso_gestion_search_multi']."
".$msg['admin_authperso_form_oeuvre_event_yes']."
!!delete!!
";