Commit efb444703e860a8de6f6318a0d747976a4649fbd
1 parent
e1f9b2ab
PT-2280465: QA changes added.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
2 changed files
with
9 additions
and
8 deletions
setup/wizard/resources/css/wizard.css
| @@ -54,6 +54,7 @@ th { | @@ -54,6 +54,7 @@ th { | ||
| 54 | 54 | ||
| 55 | td { | 55 | td { |
| 56 | padding: 2px 5px; | 56 | padding: 2px 5px; |
| 57 | + width: 190px; | ||
| 57 | } | 58 | } |
| 58 | 59 | ||
| 59 | select { | 60 | select { |
| @@ -565,7 +566,7 @@ td.dir_description { | @@ -565,7 +566,7 @@ td.dir_description { | ||
| 565 | } | 566 | } |
| 566 | 567 | ||
| 567 | .registration_select { | 568 | .registration_select { |
| 568 | - width: 270px; | 569 | + width: 400px; |
| 569 | } | 570 | } |
| 570 | 571 | ||
| 571 | .description_complete { | 572 | .description_complete { |
setup/wizard/templates/registration.tpl
| @@ -24,14 +24,14 @@ | @@ -24,14 +24,14 @@ | ||
| 24 | <div id="step_content_<?php echo $step_name; ?>" class="step"> | 24 | <div id="step_content_<?php echo $step_name; ?>" class="step"> |
| 25 | <span class="error" id="reg_error"></span> | 25 | <span class="error" id="reg_error"></span> |
| 26 | <?php $rowspan = "8";?> | 26 | <?php $rowspan = "8";?> |
| 27 | - <?php if(WINDOWS_OS) $input_width = 40; else { $input_width = 28; } ?> | 27 | + <?php if(WINDOWS_OS) $input_width = 40; else { $input_width = 42; } ?> |
| 28 | <table class="registration_template"> | 28 | <table class="registration_template"> |
| 29 | <tr> | 29 | <tr> |
| 30 | <td><label for='first'>First Name</label></td> | 30 | <td><label for='first'>First Name</label></td> |
| 31 | - <td rowspan='<?php echo $rowspan; ?>' width='5%'> </td> | ||
| 32 | - <td><input value="<?php echo $first_name; ?>" name='submitted[first_name]' id='first' size='<?php echo $input_width; ?>' style="float:left;"/></td> | ||
| 33 | - <td rowspan='<?php echo $rowspan; ?>' width='5%'> </td> | ||
| 34 | - <td rowspan='<?php echo $rowspan; ?>'> <?php echo $html->image('dropbox.png'); ?> </td> | 31 | +<!-- <td rowspan='<?php //echo $rowspan; ?>' width='5%'> </td>--> |
| 32 | + <td><input value="<?php //echo $first_name; ?>" name='submitted[first_name]' id='first' size='<?php echo $input_width; ?>' style="float:left;"/></td> | ||
| 33 | +<!-- <td rowspan='<?php //echo $rowspan; ?>' width='5%'> </td>--> | ||
| 34 | +<!-- <td rowspan='<?php //echo $rowspan; ?>'> <?php //echo $html->image('dropbox.png'); ?> </td>--> | ||
| 35 | </tr> | 35 | </tr> |
| 36 | <tr> | 36 | <tr> |
| 37 | <td><label for='last'>Last Name</label></td> | 37 | <td><label for='last'>Last Name</label></td> |
| @@ -102,8 +102,8 @@ | @@ -102,8 +102,8 @@ | ||
| 102 | </td> | 102 | </td> |
| 103 | </tr> | 103 | </tr> |
| 104 | <tr> | 104 | <tr> |
| 105 | - <td><label for='opt_in'>Commumity updates</label></td> | ||
| 106 | - <td><input type='checkbox' id="opt_in" name='opt_in' value='enable' checked style="float:right;"/></td> | 105 | + <td><label for='opt_in'>Receive Community Updates</label></td> |
| 106 | + <td><input type='checkbox' id="opt_in" name='opt_in' value='enable' checked style="float:left;"/></td> | ||
| 107 | 107 | ||
| 108 | </tr> | 108 | </tr> |
| 109 | </table> | 109 | </table> |