diff options
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/helpers/smiley_helper.rst | 4 | ||||
-rw-r--r-- | user_guide_src/source/libraries/cart.rst | 4 | ||||
-rw-r--r-- | user_guide_src/source/libraries/javascript.rst | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/smiley_helper.rst b/user_guide_src/source/helpers/smiley_helper.rst index e7a5724a8..37dfdf664 100644 --- a/user_guide_src/source/helpers/smiley_helper.rst +++ b/user_guide_src/source/helpers/smiley_helper.rst @@ -2,6 +2,10 @@ Smiley Helper ############# +.. important:: This library is DEPRECATED and should not be used. + It is now no longer supported. + Currently only kept for backwards compatibility. + The Smiley Helper file contains functions that let you manage smileys (emoticons). diff --git a/user_guide_src/source/libraries/cart.rst b/user_guide_src/source/libraries/cart.rst index bedea4dbf..e06a4d127 100644 --- a/user_guide_src/source/libraries/cart.rst +++ b/user_guide_src/source/libraries/cart.rst @@ -2,6 +2,10 @@ Shopping Cart Class ################### +.. important:: This library is DEPRECATED and should not be used. + It is now no longer supported. + Currently only kept for backwards compatibility. + The Cart Class permits items to be added to a session that stays active while a user is browsing your site. These items can be retrieved and displayed in a standard "shopping cart" format, allowing the user to diff --git a/user_guide_src/source/libraries/javascript.rst b/user_guide_src/source/libraries/javascript.rst index 9d0237e57..5ca12515c 100644 --- a/user_guide_src/source/libraries/javascript.rst +++ b/user_guide_src/source/libraries/javascript.rst @@ -2,7 +2,7 @@ Javascript Class ################ -.. note:: This library is DEPRECATED and should not be used. It has always +.. important:: This library is DEPRECATED and should not be used. It has always been with an 'experimental' status and is now no longer supported. Currently only kept for backwards compatibility. |