diff options
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 | ||||
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 003790a4..fe171946 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -6,7 +6,7 @@ This page summarizes the main new features that are introduced in each PRADO release. </p> -<h2>Version 3.2.1</h2> +<h2 id="8001">Version 3.2.1</h2> <ul> <li>TSecurityManager has been enhanced to support all the ciphers available in php</a></li> <li>Updated external packages</a></li> diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index 4df21ade..5536b407 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -6,9 +6,6 @@ * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license * @package System.Web.UI.ActiveControls - * @version $Id: TDraggable.php 3159 2012-2013 PradoSoft - * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls * @version $Id$ */ class TDraggable extends TPanel @@ -196,9 +193,6 @@ class TDraggable extends TPanel * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license * @package System.Web.UI.ActiveControls - * @version $Id: TDraggable.php 3159 2012-2013 PradoSoft - * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls * @version $Id$ */ class TDraggableGhostingOptions extends TEnumerable |