Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 3b319a2

Browse files
committed
Fixed dialog UI
I messed up the previous rebase - doh!
1 parent 9b37750 commit 3b319a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<div class="dtge-dialog " ng-controller="Our.Umbraco.DocTypeGridEditor.Dialogs.DocTypeGridEditorDialog">
1+
<div class="dtge-dialog" ng-controller="Our.Umbraco.DocTypeGridEditor.Dialogs.DocTypeGridEditorDialog">
22

33
<div ng-switch="dialogMode">
4-
<div ng-switch-when="selectDocType">
5-
<umb-control-group label="{{ selectContentTypeLabel }}" ng-switch-when="selectDocType">
4+
<umb-control-group label="{{selectContentTypeLabel}}" ng-switch-when="selectDocType">
65
<ul class="umb-actions umb-actions-child">
76
<li data-element="action-create-{{docType.alias}}" ng-repeat="docType in docTypes | orderBy:'name':false">
87
<a ng-click="selectDocType(docType.alias)">
@@ -16,7 +15,7 @@
1615
</a>
1716
</li>
1817
</ul>
19-
</div>
18+
</umb-control-group>
2019

2120
<div ng-switch-when="edit">
2221

0 commit comments

Comments
 (0)