Skip to content

Commit

Permalink
Remove old class names to match new category trees
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuj committed Nov 15, 2021
1 parent 4f02d1f commit d36fc88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Templates/Email/New.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ <h3 class="formtitle">{form.title}</h3>
</f:then>
<f:else>
<div class="slub-form-tree" role="tablist">
<fieldset class="cats">
<legend class="form-cats">Formular Kategorien</legend>
<fieldset class="slub-category-list">
<legend>Formular Kategorien</legend>
<f:render section="categoryTree" arguments="{categories: forms}" />
</fieldset>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Js/FormValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jQuery(document).ready(function() {
showForm(formid);
}

$('.slub-form-tree .cats ul ul li').click(function() {
$('.slub-category-list ul ul li').click(function() {

$(this).find('input:radio').click(function() {
formid = $(this).val();
Expand Down

0 comments on commit d36fc88

Please sign in to comment.