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:
ermanno
2009-02-13 16:14:37 +00:00
parent da02902655
commit 741e617f75
2 changed files with 10 additions and 2 deletions
+9 -2
View File
@@ -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>
+1
View File
@@ -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()
{