X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=ccc8024c2d2ca1158dfdfb620c9bb02b18c7ae63;hb=e81a3f7e51220709850ed76fcc7124fd0815f32d;hp=8f03de7f743e24fd4678e7b8761bc6bfee677549;hpb=5dc5289c7042dfcf44dfdcdc9321eac86ffd32c6;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index 8f03de7f..ccc8024c 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -29,6 +29,12 @@ function validate(e) { return true; } +function set_fullmode() { + document.getElementById('ui_mode').value = 1; + document.loginform.submit(); + return true; +} + function save_focus(e) { _focus = e.name||e.id; var h = document.getElementById('hints'); @@ -133,8 +139,6 @@ function _set_combo_select(e) { e.setAttribute('_last', e.selectedIndex); e.onblur = function() { var box = document.getElementsByName(this.getAttribute('rel'))[0]; -// if(string_contains(this.className, 'combo')) -// _update_box(this); if ((this.selectedIndex != this.getAttribute('_last')) ||((string_contains(this.className, 'combo') || string_contains(this.className, 'combo3')) && _update_box(this)) ) @@ -310,7 +314,7 @@ var inserts = { e.onclick = function(){ if (validate(e)) { setTimeout(function() { var asp = e.getAttribute('aspect'); - set_mark((asp && (asp.indexOf('process') !== -1)) ? 'progressbar.gif' : 'ajax-loader.gif'); + set_mark((asp && ((asp.indexOf('process') !== -1) || (asp.indexOf('nonajax') !== -1))) ? 'progressbar.gif' : 'ajax-loader.gif'); }, 100); return true; } @@ -463,8 +467,6 @@ var inserts = { var ulist=ul.getElementsByTagName("li"); for (var x=0; x