Skip to content

Commit

Permalink
Grid layout config: Replace the old checkbox with the umb-checbox dir…
Browse files Browse the repository at this point in the history
…ective (#6859)
  • Loading branch information
BatJan authored and nul800sebastiaan committed Oct 29, 2019
1 parent c7af359 commit e906704
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@


<umb-control-group hide-label="true">
<ul class="unstyled">
<li>
<label>
<input type="checkbox"
ng-model="currentSection.allowAll"
style="float: left; margin-right: 10px;"
ng-change="toggleAllowed(currentSection)" />
<localize key="grid_allowAllRowConfigurations"/>
</label>
</li>
</ul>

<umb-toggle
class="umb-toggle-group-item__toggle"
checked="currentSection.allowAll"
on-click="currentSection.allowAll = !currentSection.allowAll"
show-labels="true"
label-position="right"
label-off="Allow all row configurations"
label-on="Allow all row configurations"
style="margin-left: 18px">
</umb-toggle>

<div ng-if="currentSection.allowAll === false">
<hr />
Expand Down

0 comments on commit e906704

Please sign in to comment.