]> source.dussan.org Git - nextcloud-server.git/commit
Prevent button click when enter key is pressed in LDAP wizard
authorVincent Petry <pvince81@owncloud.com>
Wed, 8 Oct 2014 13:09:02 +0000 (15:09 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 8 Oct 2014 13:09:02 +0000 (15:09 +0200)
commitbb424802c8f6e8fd0e7fbe28e000400a5b0660f3
treeee9d904dde627d02fdad8eaf60c04dbe6dc6df61
parent6d94a884767d1942af3f6973eb1ef84a39dee131
Prevent button click when enter key is pressed in LDAP wizard

Pressing enter in the LDAP wizard will trigger a click on the first
button. In the main page it would trigger the delete dialog, which is
quite inconvenient.

Added a type attribute to suppress this behavior.
apps/user_ldap/templates/part.settingcontrols.php
apps/user_ldap/templates/part.wizard-server.php
apps/user_ldap/templates/settings.php