mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
#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:
parent
2e86e56bf5
commit
b611f9040e
13 changed files with 83 additions and 53 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue