removed unnecessary message from top of module, theme, language installation pages

This commit is contained in:
Shaun Walker 2021-09-17 09:28:27 -04:00
parent 406a15c5bd
commit b4f7344ae4
3 changed files with 1 additions and 7 deletions

View File

@ -52,8 +52,6 @@ else
<NavLink class="btn btn-secondary" href="@NavigateUrl()">@SharedLocalizer["Cancel"]</NavLink>
</TabPanel>
<TabPanel Name="Download" ResourceKey="Download" Security="SecurityAccessLevel.Host">
<ModuleMessage Type="MessageType.Info" Message="Download one or more translations from the list below. Once you are ready click Install to complete the installation."></ModuleMessage>
<div class="row justify-content-center mb-3">
<div class="col-sm-6">
<div class="input-group">

View File

@ -9,8 +9,6 @@
<TabStrip>
<TabPanel Name="Download" ResourceKey="Download">
<ModuleMessage Type="MessageType.Info" Message="Download one or more modules from the list below. Once you are ready click Install to complete the installation."></ModuleMessage>
<div class="row justify-content-center mb-3">
<div class="col-sm-6">
<div class="input-group">

View File

@ -9,8 +9,6 @@
<TabStrip>
<TabPanel Name="Download" ResourceKey="Download">
<ModuleMessage Type="MessageType.Info" Message="Download one or more themes from the list below. Once you are ready click Install to complete the installation."></ModuleMessage>
<div class="row justify-content-center mb-3">
<div class="col-sm-6">
<div class="input-group">