Skip to content

Commit c3a36eb

Browse files
authored
Merge pull request #105 from Inchoo/bugfix/edge-acl-layout
Adjust the layout of Edge ACL admin interface
2 parents 2e13281 + f8cf140 commit c3a36eb

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Diff for: view/adminhtml/templates/system/config/dialogs.phtml

+15-3
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,22 @@
321321
</thead>
322322
<tbody class="item-container">
323323
<tr>
324-
<td><input name="value" data-type="acl" required="required" class="input-text admin__control-text acl-items-field" type="text"></td>
324+
<td>
325+
<input name="value" data-type="acl" data-id="" required="required" class="input-text admin__control-text dictionary-items-field" type="text">
326+
</td>
327+
<td>
328+
<div class="admin__field-option" title="'+acl_negated_title+'">
329+
<input name="negated" class="admin__control-checkbox" type="checkbox" id="acl_entry_'+ aclTimestamp +'">
330+
<label class="admin__field-label" for="acl_entry_'+ aclTimestamp +'"></label>
331+
</div>
332+
</td>
325333
<td class="col-actions">
326-
<button class="action-delete fastly-save-action save_item" title="Save" type="button"><span>Save</span></button>
327-
<button class="action-delete remove_item" title="Delete" type="button"><span>Delete</span></button>
334+
<button class="action-delete fastly-save-action save_item" title="Save" type="button">
335+
<span>Save</span>
336+
</button>
337+
<button class="action-delete remove_item" title="Delete" type="button">
338+
<span>Delete</span>
339+
</button>
328340
</td>
329341
</tr>
330342
</tbody>

0 commit comments

Comments
 (0)