Browse Source
Reorder buttons in email setting group component
pull/18865/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
3 additions and
3 deletions
-
modules/setting-management/src/Volo.Abp.SettingManagement.Web/Pages/SettingManagement/Components/EmailSettingGroup/Default.cshtml
|
|
|
@ -26,15 +26,15 @@ |
|
|
|
</div> |
|
|
|
<hr class="my-4"/> |
|
|
|
<div> |
|
|
|
<abp-button button-type="Primary" type="submit"> |
|
|
|
<i class="fa fa-save"></i> @L["Save"] |
|
|
|
</abp-button> |
|
|
|
@if (await PermissionChecker.IsGrantedAsync(SettingManagementPermissions.EmailingTest)) |
|
|
|
{ |
|
|
|
<abp-button button-type="Outline_Primary" id="SendTestEmailButton"> |
|
|
|
<i class="fa fa-send"></i> @L["SendTestEmail"] |
|
|
|
</abp-button> |
|
|
|
} |
|
|
|
<abp-button button-type="Primary" type="submit"> |
|
|
|
<i class="fa fa-save"></i> @L["Save"] |
|
|
|
</abp-button> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
</abp-row> |
|
|
|
|