Skip to content

Commit

Permalink
Fix importSelectSuccess template
Browse files Browse the repository at this point in the history
  • Loading branch information
FitiaHarena authored and sbreker committed Sep 19, 2023
1 parent 8f5b98e commit 04cac0e
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@
</div>
<?php } ?>

<div class="form-item">
<div class="panel panel-default" id="matchingOptions" style="display:none;">
<div class="form-item">
<style <?php echo __(sfConfig::get('csp_nonce', '')); ?>>
#matchingOptions { display: none }
</style>
<div class="panel panel-default" id="matchingOptions">
<div class="panel-body">
<div class="mb-3 form-check">
<input class="form-check-input" name="skipUnmatched" id="skip-unmatched-input" type="checkbox"/>
Expand Down

0 comments on commit 04cac0e

Please sign in to comment.