aggiunta modifiche per label report e traduzione
git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@95 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
@@ -6,16 +6,23 @@
|
||||
<table cellpadding="4px">
|
||||
<tr>
|
||||
<td>
|
||||
<h3><asp:Label ID="lblIntestazioneReportImpianti" runat="server"></asp:Label></h3>
|
||||
<h3>
|
||||
<asp:Label ID="lblIntestazioneReportImpianti" runat="server"></asp:Label></h3>
|
||||
<asp:Label ID="lblPrintReportImpianti" runat="server"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:HyperLink runat="server" ID="hlExportPdf" ToolTip="exportPDF (tradurre)" ImageUrl="~/images/pdfExport.png" />
|
||||
<asp:HyperLink runat="server" ID="hlExportPdf" ToolTip="exportPDF (tradurre)" ImageUrl="~/images/pdfExportSmall.png" />
|
||||
<asp:Button ID="btnPrint" runat="server" Text="Stampa (tradurre)" Width="200px" OnClick="btnPrint_Click"
|
||||
Visible="false" />
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:HyperLink runat="server" ID="lnkGuidaPerReport" NavigateUrl="~/help/index.html"
|
||||
Target="_blank" />
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -24,6 +24,7 @@ public partial class report_impianti : System.Web.UI.Page
|
||||
{
|
||||
lblPrintReportImpianti.Text = traduci("lblPrintReportImpianti");
|
||||
lblIntestazioneReportImpianti.Text = traduci("lblIntestazioneReportImpianti");
|
||||
lnkGuidaPerReport.Text = traduci("lnkGuidaPerReport");
|
||||
}
|
||||
private void setDefaultValues()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user