diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 9aa3cb3..33334d7 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.4.579")] -[assembly: AssemblyFileVersion("3.0.4.579")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4.560")] +[assembly: AssemblyFileVersion("3.0.4.560")] \ No newline at end of file diff --git a/WebApplication/App_LocalResources/Search.aspx.resx b/WebApplication/App_LocalResources/Search.aspx.resx index 84204ae..9809224 100644 --- a/WebApplication/App_LocalResources/Search.aspx.resx +++ b/WebApplication/App_LocalResources/Search.aspx.resx @@ -183,4 +183,13 @@ + + Select all + + + Invert + + + None + \ No newline at end of file diff --git a/WebApplication/Search.aspx b/WebApplication/Search.aspx index 3d8ea15..498e859 100644 --- a/WebApplication/Search.aspx +++ b/WebApplication/Search.aspx @@ -33,6 +33,9 @@

+ — + — +

diff --git a/WebApplication/Search.aspx.designer.cs b/WebApplication/Search.aspx.designer.cs index 16d2b2b..5291b6e 100644 --- a/WebApplication/Search.aspx.designer.cs +++ b/WebApplication/Search.aspx.designer.cs @@ -1,10 +1,9 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4016 // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -112,6 +111,33 @@ namespace ScrewTurn.Wiki { /// protected global::System.Web.UI.WebControls.Literal lblCategoryFilter; + /// + /// lblSelectAll control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Literal lblSelectAll; + + /// + /// lblSelectNone control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Literal lblSelectNone; + + /// + /// lblSelectInverse control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Literal lblSelectInverse; + /// /// chkUncategorizedPages control. ///