add options for media in archives
This commit is contained in:
parent
b1d9616deb
commit
21a688d6c6
7 changed files with 252 additions and 116 deletions
|
@ -4,6 +4,12 @@
|
|||
|
||||
if ($('#chkAccept', page).checked()) {
|
||||
Dashboard.navigate('wizardfinish.html');
|
||||
} else {
|
||||
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate('MessagePleaseAcceptTermsOfServiceBeforeContinuing'),
|
||||
title: ''
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue