From 0287216b0edf25aeb9c85638a302a62cb17c7a67 Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Tue, 2 Feb 2010 10:48:46 +0000 Subject: [PATCH] Fixed and closed #428: added page filtering in Popup.aspx and PopupWYSIWYG.aspx. --- AssemblyVersion.cs | 4 ++-- WebApplication/Popup.aspx | 19 +++++++++++++++++++ WebApplication/PopupWYSIWYG.aspx | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index c72cfa1..f33ccf5 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.1.470")] -[assembly: AssemblyFileVersion("3.0.1.470")] +[assembly: AssemblyVersion("3.0.1.471")] +[assembly: AssemblyFileVersion("3.0.1.471")] diff --git a/WebApplication/Popup.aspx b/WebApplication/Popup.aspx index e763a4c..e12908f 100644 --- a/WebApplication/Popup.aspx +++ b/WebApplication/Popup.aspx @@ -173,6 +173,25 @@ diff --git a/WebApplication/PopupWYSIWYG.aspx b/WebApplication/PopupWYSIWYG.aspx index ec049dc..25924a7 100644 --- a/WebApplication/PopupWYSIWYG.aspx +++ b/WebApplication/PopupWYSIWYG.aspx @@ -286,6 +286,25 @@