Add in Email icon for user accounts table
This commit is contained in:
parent
febcf861a8
commit
1b96ccecdb
@ -24,4 +24,6 @@ $(window).on('pageshow', function(){
|
|||||||
$(".sme-remove-button").button({"icon": "ui-icon-trash"});
|
$(".sme-remove-button").button({"icon": "ui-icon-trash"});
|
||||||
$(".sme-password-button").button({"icon": "ui-icon-refresh"});
|
$(".sme-password-button").button({"icon": "ui-icon-refresh"});
|
||||||
$(".sme-lock-button").button({"icon": "ui-icon-key"});
|
$(".sme-lock-button").button({"icon": "ui-icon-key"});
|
||||||
|
$(".sme-email-button").button({"icon": "ui-icon-mail-closed"});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-manager-jsquery
|
%define name smeserver-manager-jsquery
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 6
|
%define release 7
|
||||||
Summary: Jsquery and associated plugins plus server-manager (2) specific overrides.
|
Summary: Jsquery and associated plugins plus server-manager (2) specific overrides.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -22,6 +22,9 @@ AutoReqProv: no
|
|||||||
Jsquery and associated plugins plus server-manager (2) specific overrides.
|
Jsquery and associated plugins plus server-manager (2) specific overrides.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 02 2024 Brian Read <brianr@koozali.org> 11.0.0-7.sme
|
||||||
|
- Add in email icon for user accounts table [SME: 12751]
|
||||||
|
|
||||||
* Tue May 07 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
|
* Tue May 07 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
|
||||||
- Another try at margins around the table controls [SME: 12674]
|
- Another try at margins around the table controls [SME: 12674]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user