allow an administratot to browse to the SiteMap, handle default module panes and ordering for PageTemplates, allow trial products to be purchased
This commit is contained in:
		| @ -103,7 +103,7 @@ | ||||
|                                             { | ||||
|                                                 <button type="button" class="btn btn-primary" @onclick=@(async () => await GetPackage(context.PackageId, context.Version))>@SharedLocalizer["Download"]</button> | ||||
|                                             } | ||||
|                                             @if (context.Price != null && !string.IsNullOrEmpty(context.PaymentUrl) && string.IsNullOrEmpty(context.PackageUrl)) | ||||
|                                             @if (context.Price != null && !string.IsNullOrEmpty(context.PaymentUrl)) | ||||
|                                             { | ||||
|                                                 <a class="btn btn-success ms-2" style="text-decoration: none !important" href="@context.PaymentUrl" target="_new">@SharedLocalizer["Buy"]</a> | ||||
|                                             } | ||||
|  | ||||
| @ -49,8 +49,11 @@ | ||||
| 			<div class="row mb-1 align-items-center"> | ||||
| 				<Label Class="col-sm-3" For="sitemap" HelpText="The site map url for this site which can be submitted to search engines for indexing" ResourceKey="SiteMap">Site Map: </Label> | ||||
| 				<div class="col-sm-9"> | ||||
| 					<input id="sitemap" class="form-control" @bind="@_sitemap" required disabled /> | ||||
| 				</div> | ||||
|                     <div class="input-group"> | ||||
|                         <input id="sitemap" class="form-control" @bind="@_sitemap" disabled /> | ||||
|                         <a href="@_sitemap" class="btn btn-secondary" target="_new">@Localizer["Browse"]</a> | ||||
|                     </div> | ||||
|                 </div> | ||||
| 			</div> | ||||
|             <div class="row mb-1 align-items-center"> | ||||
|                 <Label Class="col-sm-3" For="version" HelpText="The site version (for site content migrations)" ResourceKey="Version">Version: </Label> | ||||
|  | ||||
| @ -103,7 +103,7 @@ | ||||
|                                             { | ||||
|                                                 <button type="button" class="btn btn-primary" @onclick=@(async () => await GetPackage(context.PackageId, context.Version))>@SharedLocalizer["Download"]</button> | ||||
|                                             } | ||||
|                                             @if (context.Price != null && !string.IsNullOrEmpty(context.PaymentUrl) && string.IsNullOrEmpty(context.PackageUrl)) | ||||
|                                             @if (context.Price != null && !string.IsNullOrEmpty(context.PaymentUrl)) | ||||
|                                             { | ||||
|                                                 <a class="btn btn-success ms-2" style="text-decoration: none !important" href="@context.PaymentUrl" target="_new">@SharedLocalizer["Buy"]</a> | ||||
|                                             } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker