mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: Added delete button styling to the "Delete the selected groups" button in SecurityAdmin.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@79360 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0b7572abd5
commit
fb6b248501
@ -15,7 +15,7 @@
|
|||||||
<p><% _t('SELECT','Select the pages that you want to delete and then click the button below') %></p>
|
<p><% _t('SELECT','Select the pages that you want to delete and then click the button below') %></p>
|
||||||
|
|
||||||
<input type="hidden" name="csvIDs" />
|
<input type="hidden" name="csvIDs" />
|
||||||
<input type="submit" value="<% _t('DELGROUPS','Delete the selected groups') %>" />
|
<input type="submit" value="<% _t('DELGROUPS','Delete the selected groups') %>" class="action delete" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form class="actionparams" id="sortitems_options" style="display: none" action="">
|
<form class="actionparams" id="sortitems_options" style="display: none" action="">
|
||||||
|
Loading…
Reference in New Issue
Block a user