diff --git a/C2P/WebUserControls/mod_OffersArchive.ascx b/C2P/WebUserControls/mod_OffersArchive.ascx index e570279..5b0b128 100644 --- a/C2P/WebUserControls/mod_OffersArchive.ascx +++ b/C2P/WebUserControls/mod_OffersArchive.ascx @@ -8,6 +8,11 @@ { %> <%} %> +
@@ -91,7 +96,7 @@ <%:traduci("Open") %>
- <%:traduci("Delete") %> + <%:traduci("Delete") %>
<%:traduci("Duplicate") %> diff --git a/C2P/WebUserControls/mod_range.ascx b/C2P/WebUserControls/mod_range.ascx index e14ad77..925d542 100644 --- a/C2P/WebUserControls/mod_range.ascx +++ b/C2P/WebUserControls/mod_range.ascx @@ -4,7 +4,7 @@
- <%: traduci("Min") %> + <%: traduci("Min") %> @@ -16,7 +16,7 @@
- <%: traduci("Max") %> + <%: traduci("Max") %> diff --git a/C2P/WebUserControls/mod_range.ascx.cs b/C2P/WebUserControls/mod_range.ascx.cs index cfc8323..b3fdefe 100644 --- a/C2P/WebUserControls/mod_range.ascx.cs +++ b/C2P/WebUserControls/mod_range.ascx.cs @@ -38,7 +38,7 @@ namespace C2P.WebUserControls set { valMin.Text = value.ToString(); - txtMin.Text = string.Format("{0:N0}", value); + txtMin.Text = value.ToString(); } } /// @@ -60,7 +60,7 @@ namespace C2P.WebUserControls set { valMax.Text = value.ToString(); - txtMax.Text = string.Format("{0:N0}", value); + txtMax.Text = value.ToString(); } } /// @@ -81,7 +81,7 @@ namespace C2P.WebUserControls } set { - txtMin.Text = string.Format("{0:N0}", value); + txtMin.Text = value.ToString(); } } /// @@ -102,7 +102,7 @@ namespace C2P.WebUserControls } set { - txtMax.Text = string.Format("{0:N0}", value); + txtMax.Text = value.ToString(); } } } diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index b26181c..35e71f0 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index 43185e7..85561ef 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index 48b0bec..31b9ecb 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index 43185e7..85561ef 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index e90bc99..8d110c7 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index 48b0bec..31b9ecb 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ