Skip to content

Commit

Permalink
HTML/CSS fixes for bug_report_page.php
Browse files Browse the repository at this point in the history
Added correct class to fieldset to display "required" legend in footer.
  • Loading branch information
dregad committed Nov 7, 2014
1 parent cf96d35 commit 38f6bb1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bug_report_page.php
Expand Up @@ -232,7 +232,7 @@
?>
<div id="report-bug-div" class="form-container">
<form id="report-bug-form" method="post" <?php echo $t_form_encoding; ?> action="bug_report.php?posted=1">
<fieldset>
<fieldset class="has-required">
<legend><span><?php echo lang_get( 'enter_report_details_title' ) ?></span></legend>
<?php echo form_security_field( 'bug_report' ) ?>
<input type="hidden" name="m_id" value="<?php echo $f_master_bug_id ?>" />
Expand Down Expand Up @@ -639,14 +639,6 @@
<span class="label-style"></span>
</div>

<div class="field-container">
<label><span><span class="required"> * <?php echo lang_get( 'required' ) ?></span></span></label>
<span class="input">

</span>
<span class="label-style"></span>
</div>

<span class="submit-button">
<input <?php echo helper_get_tab_index() ?> type="submit" class="button" value="<?php echo lang_get( 'submit_report_button' ) ?>" />
</span>
Expand Down

0 comments on commit 38f6bb1

Please sign in to comment.