Localize components for the files pages
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| @namespace Oqtane.Modules.Admin.Files | ||||
| @namespace Oqtane.Modules.Admin.Files | ||||
| @using System.IO | ||||
| @inherits ModuleBase | ||||
| @inject NavigationManager NavigationManager | ||||
| @ -6,11 +6,11 @@ | ||||
| @inject IFolderService FolderService | ||||
|  | ||||
| <TabStrip> | ||||
|     <TabPanel Name="Upload" Heading="Upload Files"> | ||||
|     <TabPanel Name="Upload" Heading="Upload Files" ResourceKey="Upload Files"> | ||||
|         <table class="table table-borderless"> | ||||
|             <tr> | ||||
|                 <td> | ||||
|                     <Label For="upload" HelpText="Upload the file you want">Upload: </Label> | ||||
|                     <Label For="upload" HelpText="Upload the file you want" ResourceKey="Upload">Upload: </Label> | ||||
|                 </td> | ||||
|                 <td> | ||||
|                     <FileManager UploadMultiple="true" ShowFiles="false" FolderId="@_folderId" /> | ||||
| @ -19,13 +19,13 @@ | ||||
|         </table> | ||||
|         <NavLink class="btn btn-secondary" href="@NavigateUrl()">Cancel</NavLink> | ||||
|     </TabPanel> | ||||
|     <TabPanel Name="Download" Heading="Download Files"> | ||||
|     <TabPanel Name="Download" Heading="Download Files" ResourceKey="DownloadFiles"> | ||||
|         @if (_folders != null) | ||||
|         { | ||||
|             <table class="table table-borderless"> | ||||
|                 <tr> | ||||
|                     <td> | ||||
|                         <Label For="url" HelpText="Enter the url of the file you wish to download">Url: </Label> | ||||
|                         <Label For="url" HelpText="Enter the url of the file you wish to download" ResourceKey="Url">Url: </Label> | ||||
|                     </td> | ||||
|                     <td> | ||||
|                         <input id="url" class="form-control" @bind="@url" /> | ||||
| @ -33,7 +33,7 @@ | ||||
|                 </tr> | ||||
|                 <tr> | ||||
|                     <td> | ||||
|                         <Label For="folder" HelpText="Select the folder to save the file in">Folder: </Label> | ||||
|                         <Label For="folder" HelpText="Select the folder to save the file in" ResourceKey="Folder">Folder: </Label> | ||||
|                     </td> | ||||
|                     <td> | ||||
|                         <select id="folder" class="form-control" @bind="@_folderId"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hishamco
					hishamco