Skip to content

Commit

Permalink
remove br tags
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmith committed Apr 17, 2024
1 parent 4fdbb26 commit ffd146d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions static/CE_core/html_fragments/rule_menu.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<div class="dialogue_form_header drag-zone">Regularise {original_text} to {normalised_text}</div>
<form id="regularisation_menu">
<input type="hidden" name="unit" id="unit" value="{unit_data}"/>
<span id="rule_creation_warning"></span>
<br/>
<label class="inline-label" for="scope">Scope:</label>
<select class="inline-select" id="scope" name="scope">
<p id="rule_creation_warning"></p>
<div>
<label class="inline-label" for="scope">Scope:</label>
<select class="inline-select" id="scope" name="scope">

</select>
<br/>

<label class="inline-label" for="class">Class:</label>
<select class="inline-select" id="class" name="class">
</select>
</div>
<div>
<label class="inline-label" for="class">Class:</label>
<select class="inline-select" id="class" name="class">

</select>
</div>

</select>
<fieldset id="conditions" class="data_group">

</fieldset>
<div id="reg_rules_comments_div" style="display:none">
<label for="comments">Comments</label>
<br/>
<label for="comments">Comments:</label>
<textarea name="comments" id="comments" style="width: 98%;" rows="2"></textarea>
<br/>
</div>
<input class="pure-button dialogue-form-button" id="cancel_button" type="button" value="Cancel"/>
<input class="pure-button dialogue-form-button" id="save_rule_button" type="button" value="Save"/>
Expand Down

0 comments on commit ffd146d

Please sign in to comment.