Fixed typo and added missing resource keys in AdminLog.aspx.
This commit is contained in:
parent
2199499e21
commit
2e5d16238f
22 changed files with 185 additions and 4 deletions
|
@ -21,9 +21,10 @@
|
|||
AutoCallBack="True" OnCheckedChanged="chkFilter_CheckedChanged" meta:resourcekey="chkErrorsResource1" />
|
||||
|
||||
|
||||
<anthem:Label ID="lblLimit" runat="server" Text="Currently displaying only 100 log entries &mdash" AutoUpdateAfterCallBack="true" />
|
||||
<anthem:Label ID="lblLimit" runat="server" Text="Currently displaying only 100 log entries —" AutoUpdateAfterCallBack="true"
|
||||
meta:resourcekey="lblLimitResource1" />
|
||||
<anthem:LinkButton ID="btnNoLimit" runat="server" Text="Display all" ToolTip="Display all log entries (might take a few seconds)"
|
||||
OnClick="btnNoLimit_Click" AutoUpdateAfterCallBack="true" />
|
||||
OnClick="btnNoLimit_Click" AutoUpdateAfterCallBack="true" meta:resourcekey="btnNoLimitResource1" />
|
||||
</div>
|
||||
|
||||
<div id="LogListContainerDiv">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue