Merge pull request #4184 from leigh-pointer/ParamsLang
Parameters Missing fix for #4180 #4182
This commit is contained in:
		@ -26,8 +26,8 @@ else
 | 
			
		||||
            <th style="width: 1px;"> </th>
 | 
			
		||||
        </Header>
 | 
			
		||||
        <Row>
 | 
			
		||||
            <td><ActionLink Action="Edit" Parameters="@($"id=" + context.JobId.ToString())" ResourceKey="EditJob" /></td>
 | 
			
		||||
            <td><ActionLink Action="Log" Class="btn btn-secondary" Parameters="@($"id=" + context.JobId.ToString())" ResourceKey="JobLog" /></td>
 | 
			
		||||
            <td><ActionLink Action="Edit" Text="Edit"  Parameters="@($"id=" + context.JobId.ToString())" ResourceKey="EditJob" /></td>
 | 
			
		||||
            <td><ActionLink Action="Log" Text="Log" Class="btn btn-secondary" Parameters="@($"id=" + context.JobId.ToString())" ResourceKey="JobLog" /></td>
 | 
			
		||||
            <td>@context.Name</td>
 | 
			
		||||
            <td>@DisplayStatus(context.IsEnabled, context.IsExecuting)</td>
 | 
			
		||||
            <td>@DisplayFrequency(context.Interval, context.Frequency)</td>
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@ else
 | 
			
		||||
            <th> </th>
 | 
			
		||||
        </Header>
 | 
			
		||||
        <Row>
 | 
			
		||||
            <td><ActionLink Action="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditTheme" /></td>
 | 
			
		||||
            <td><ActionLink Action="Edit" Text="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditTheme" /></td>
 | 
			
		||||
            <td>
 | 
			
		||||
				@if (context.AssemblyName != Constants.ClientId)
 | 
			
		||||
                    {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user