@ -83,6 +83,8 @@ install: build
$(DEB_TMP_LM_ROOT)portal/index-Debian.pl \
$(DEB_TMP_LM_ROOT)portal/index_skin-Debian.pl \
$(DEB_TMP_LM_ROOT)liberty-alliance-sp-portal/index-Debian.pl
perl -i -pe 's#(applyConfFile\s+=>\s+.*?)/\S*(apply\.conf)#$$1/etc/lemonldap-ng/$$2#' \
$(DEB_TMP_LM_ROOT)manager/index-Debian.pl \
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
@ -13,7 +13,7 @@ my $h = new Lemonldap::NG::Manager(
cssFile => 'theme/default.css',
textareaW => 50,
textareaH => 2,
inputSize => 10,
inputSize => 30,
# jsFile => /path/to/lemonldap-ng-manager.js,
}
@ -110,7 +110,7 @@ window.onload=function(){
var w=X.clientWidth()-12;
var h=X.clientHeight()-12;
//var h=window.outerHeight;
s32=new xSplitter('idSplitter32',0,0,0,0,false,4,3*h/4,h/8,true,0);
s32=new xSplitter('idSplitter32',0,0,0,0,false,4,h/2,h/8,true,0);
s3=new xSplitter('idSplitter3',0,0,w,h,true,4,w/4,w/8,true,4,null,s32);
X.addEventListener(window,'resize',win_onresize,false);
document.getElementById('help').innerHTML='<h3>$text{waitingResult}</h3>';