commit/galaxy-central: afgane: Add tabindex to cloudlaunch and set the width for select boxes

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4466b12313cc/ Changeset: 4466b12313cc User: afgane Date: 2013-06-04 20:24:10 Summary: Add tabindex to cloudlaunch and set the width for select boxes Affected #: 1 file diff -r a28faa6ac188594a60cd495327661a15efd37ea5 -r 4466b12313cc7e22e941c1255ba989e3adbbadf1 templates/webapps/galaxy/cloud/index.mako --- a/templates/webapps/galaxy/cloud/index.mako +++ b/templates/webapps/galaxy/cloud/index.mako @@ -186,16 +186,16 @@ <div class="form-row"><label for="id_key_id">Key ID</label> - <input type="text" size="30" maxlength="20" name="key_id" id="id_key_id" value=""/><br/> + <input type="text" size="30" maxlength="20" name="key_id" id="id_key_id" value="" tabindex="1"/><br/><div class="toolParamHelp"> - This is the text string that uniquely identifies your account, found in the + This is the text string that uniquely identifies your account, found in the <a href="https://portal.aws.amazon.com/gp/aws/securityCredentials">Security Credentials section of the AWS Console</a>. </div></div><div class="form-row"><label for="id_secret">Secret Key</label> - <input type="text" size="50" maxlength="40" name="secret" id="id_secret" value=""/><br/> + <input type="text" size="50" maxlength="40" name="secret" id="id_secret" value="" tabindex="2"/><br/><div class="toolParamHelp"> This is your AWS Secret Key, also found in the <a href="https://portal.aws.amazon.com/gp/aws/securityCredentials">Security Credentials section of the AWS Console</a>. </div> @@ -205,7 +205,7 @@ %if not share_string: <div id='existing_instance_wrapper' style="display:none;" class="form-row"><label for="id_existing_instance">Instances in your account</label> - <select name="existing_instance" id="id_existing_instance"> + <select name="existing_instance" id="id_existing_instance" style="min-width: 228px"></select><input id='id_zone' type='hidden' name='zone' value=''/></div> @@ -231,7 +231,7 @@ <div class="form-row"><label for="id_keypair">Key Pair</label> - <select name="keypair" id="id_keypair"> + <select name="keypair" id="id_keypair" style="min-width: 228px"><option name="Create" value="cloudman_keypair">cloudman_keypair</option></select></div> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org