#19790379 install environment gathering agreement UI update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8402 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-05-30 05:01:12 +00:00
parent 2e86e56bf5
commit b611f9040e
13 changed files with 83 additions and 53 deletions

View file

@ -1,4 +1,14 @@
jQuery(function($){
// Agreement
var agree = $('.agreement');
agree.submit(function(){
if($('#lgpl:checked').length==0){
alert('{$lang->msg_license_agreement_alert}');
$('#lgpl').focus();
return false;
}
});
// Input Clear
var iText = $('.item>.iLabel').next('.iText');
$('.item>.iLabel').css('position','absolute');