Fixed typo and added missing resource keys in AdminLog.aspx.

This commit is contained in:
Dario Solera 2009-10-25 09:02:39 +00:00
parent 2199499e21
commit 2e5d16238f
22 changed files with 185 additions and 4 deletions

View file

@ -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 &mdash;" 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">