/* (C) 2008 PRIME Computer Kft. www.prime.hu */
PSIntra.prt_dlgcaps=["Bezár","Ok","Mégsem","Igen","Nem","Megszakít"];PSIntra.prt_dlgafc=null;PSIntra.prt_dlgres=0;PSIntra.prt_dlgisopen=false;jQuery.showdialog=function(c,m,b,f,cb){PSIntra.prt_dlgafc=f;PSIntra.prt_dlgres=0;cb=cb===undefined||cb===""?"$.dlgbtnclick":cb;var bid=["close","ok","cancel","yes","no","abort"];if(m!==""){$("#pdlgmsgpart").html('<br style="line-height: 4px;">'+m+'<br style="line-height: 4px;">')}for(var i=0,bh="",ab=1;i<6;i++,ab=ab*2){if(b&ab){bh+='<a href="" class="xbtn" style="width:110px;float:right;" target="_self" id="button'+bid[i]+'" onclick="event.returnValue=false; '+cb+"("+i+'); $.dlgclosed(); return false;"><span class="xbtn_pre"></span><span class="xbtn_post"></span><span id="xicon_'+bid[i]+'" class="xbtn_icon">'+PSIntra.prt_dlgcaps[i]+"</span></a>"}}$("#pdlgmsgpart").css("border-bottom-width",bh==""?"0px":"1px");$("#pdlgbuttons").css("height",bh==""?"2px":"44px");$("#pdlgbuttons").html(bh);$("#pdlgicon").html('<img src="java/images/'+((b&256)?"c_quest":((b&512)?"c_error":"c_info"))+'.gif">');$("#pdlgtitle").html(c);PSIntra.prt_dlgisopen=true;$("#pdialog").jqmShow()};jQuery.dlgclosed=function(){PSIntra.prt_dlgisopen=false};jQuery.dlgbtnclick=function(b){$("#pdialog").jqmHide();PSIntra.prt_dlgres=b;if(PSIntra.prt_dlgafc!==null){PSIntra.prt_dlgafc.focus()}};