2010-08-10 Ramon Novoa <rnovoa@artica.es>
* godmode/setup/setup_auth.php: Fixed blacklist id in javascript code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1981a690d7
commit
c40051a01c
|
@ -1,3 +1,8 @@
|
||||||
|
2010-08-10 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* godmode/setup/setup_auth.php: Fixed blacklist id in javascript
|
||||||
|
code.
|
||||||
|
|
||||||
2010-08-10 Ramon Novoa <rnovoa@artica.es>
|
2010-08-10 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* operation/events/export_csv.php,
|
* operation/events/export_csv.php,
|
||||||
|
|
|
@ -115,11 +115,11 @@ echo '</form>';
|
||||||
if (remote_auto == 0) {
|
if (remote_auto == 0) {
|
||||||
$("#default_remote_profile").attr("disabled", true);
|
$("#default_remote_profile").attr("disabled", true);
|
||||||
$("#default_remote_group").attr("disabled", true);
|
$("#default_remote_group").attr("disabled", true);
|
||||||
$("#autocreate_blacklist").attr("disabled", true);
|
$("#text-autocreate_blacklist").attr("disabled", true);
|
||||||
} else {
|
} else {
|
||||||
$("#default_remote_profile").attr("disabled", false);
|
$("#default_remote_profile").attr("disabled", false);
|
||||||
$("#default_remote_group").attr("disabled", false);
|
$("#default_remote_group").attr("disabled", false);
|
||||||
$("#autocreate_blacklist").attr("disabled", false);
|
$("#text-autocreate_blacklist").attr("disabled", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue