|
-
-
-
diff --git a/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs b/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs
index 3cd2aa15..cc283b1c 100644
--- a/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs
+++ b/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs
@@ -47,7 +47,6 @@ namespace GMW.WebUserControls
if (chkLikeType.Checked)
{
// è generica, mostro tutto!
- lblTipoSearch.Text = traduci("RicercaGenerica");
mod_SearchProvUDC1.Visible = true;
mod_SearchProvUDC1.doSearch();
}
@@ -61,24 +60,19 @@ namespace GMW.WebUserControls
switch (testoCercato.Substring(0, 1))
{
case "I":
- lblTipoSearch.Text = traduci("RicercaImballi");
mod_SearchProvUDC1.Visible = false;
break;
case "M":
- lblTipoSearch.Text = traduci("RicercaMagazzino");
mod_SearchProvUDC1.Visible = false;
break;
case "O":
- lblTipoSearch.Text = traduci("RicercaOperatore");
mod_SearchProvUDC1.Visible = false;
break;
case "U":
- lblTipoSearch.Text = traduci("RicercaUDC");
mod_SearchProvUDC1.Visible = true;
mod_SearchProvUDC1.doSearch();
break;
default:
- lblTipoSearch.Text = traduci("RicercaGenerica");
mod_SearchProvUDC1.Visible = false;
break;
}
diff --git a/GMW/GMW/WebUserControls/mod_searchMag.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_searchMag.ascx.designer.cs
index ada1c408..65241d90 100644
--- a/GMW/GMW/WebUserControls/mod_searchMag.ascx.designer.cs
+++ b/GMW/GMW/WebUserControls/mod_searchMag.ascx.designer.cs
@@ -67,15 +67,6 @@ namespace GMW.WebUserControls {
///
protected global::System.Web.UI.WebControls.Panel pnlResults;
- ///
- /// lblTipoSearch control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Label lblTipoSearch;
-
///
/// mod_SearchProvUDC1 control.
///
diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll
index 705eba79..56d82cf0 100644
Binary files a/GMW/GMW/bin/GMW.dll and b/GMW/GMW/bin/GMW.dll differ
diff --git a/GMW/GMW/obj/Debug/GMW.dll b/GMW/GMW/obj/Debug/GMW.dll
index 705eba79..56d82cf0 100644
Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ
|