Skip to content

Commit

Permalink
Merge pull request #105 from Inchoo/bugfix/edge-acl-layout
Browse files Browse the repository at this point in the history
Adjust the layout of Edge ACL admin interface
  • Loading branch information
vvuksan authored Oct 18, 2017
2 parents 2e13281 + f8cf140 commit c3a36eb
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions view/adminhtml/templates/system/config/dialogs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,22 @@
</thead>
<tbody class="item-container">
<tr>
<td><input name="value" data-type="acl" required="required" class="input-text admin__control-text acl-items-field" type="text"></td>
<td>
<input name="value" data-type="acl" data-id="" required="required" class="input-text admin__control-text dictionary-items-field" type="text">
</td>
<td>
<div class="admin__field-option" title="'+acl_negated_title+'">
<input name="negated" class="admin__control-checkbox" type="checkbox" id="acl_entry_'+ aclTimestamp +'">
<label class="admin__field-label" for="acl_entry_'+ aclTimestamp +'"></label>
</div>
</td>
<td class="col-actions">
<button class="action-delete fastly-save-action save_item" title="Save" type="button"><span>Save</span></button>
<button class="action-delete remove_item" title="Delete" type="button"><span>Delete</span></button>
<button class="action-delete fastly-save-action save_item" title="Save" type="button">
<span>Save</span>
</button>
<button class="action-delete remove_item" title="Delete" type="button">
<span>Delete</span>
</button>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit c3a36eb

Please sign in to comment.