diff options
author | ctrlaltca <> | 2013-01-07 21:38:18 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-07 21:38:18 +0000 |
commit | 93f2e91120de11258a5cde3389c465919ed3d49f (patch) | |
tree | bef9f68969246cf49a85e448ce1694fa08c921ad | |
parent | b2b20b7b664b2e3c09c4adfb1e6b2590d5e9b8de (diff) |
documentation fixes
-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 |