Hi Dave!
In AdminReportList.ascx there is an "Add" button to create a new report, but the ResourceKey reference does not exist in the resource file.
(lines 25-26):
<asp:LinkButton ID="cmdAdd" runat="server"
cssclass="dnnSecondaryAction NBright_AddButton" resourcekey="cmdAdd" text="Add"></asp:LinkButton>
If the ResourceKey would be simply "Add" it would retrieve it's value from the SharedResources.resx file in (DNNRoot)\App_GlobalResources.
Best wishes
Michael
In AdminReportList.ascx there is an "Add" button to create a new report, but the ResourceKey reference does not exist in the resource file.
(lines 25-26):
<asp:LinkButton ID="cmdAdd" runat="server"
cssclass="dnnSecondaryAction NBright_AddButton" resourcekey="cmdAdd" text="Add"></asp:LinkButton>
If the ResourceKey would be simply "Add" it would retrieve it's value from the SharedResources.resx file in (DNNRoot)\App_GlobalResources.
Best wishes
Michael