From 28253b98f4f7e8b97b5f2339be2b35d048150e69 Mon Sep 17 00:00:00 2001 From: marj Date: Fri, 14 Aug 2009 11:27:12 +0000 Subject: [PATCH] Corrected a few details in comments --- e107_files/jslib/core/admin.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/e107_files/jslib/core/admin.js b/e107_files/jslib/core/admin.js index bb1a4bf26..d15f56123 100644 --- a/e107_files/jslib/core/admin.js +++ b/e107_files/jslib/core/admin.js @@ -8,9 +8,9 @@ * e107 Admin Helper * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/admin.js,v $ - * $Revision: 1.17 $ - * $Date: 2009-07-23 09:02:10 $ - * $Author: secretr $ + * $Revision: 1.18 $ + * $Date: 2009-08-14 11:27:12 $ + * $Author: marj_nl_fr $ * */ @@ -122,7 +122,7 @@ e107Admin.Helper = { * This method is auto-attached (if init() method is executed) to every checkbox having class toggle-all * * Example of valid checkbox being auto-observed: - * + * * * Demo: e107_admin/fla.php, e107_admin/db_verify.php * Note: You could use e_form::checkbox_toggle() method (e107_handlers/form_handler.php), @@ -148,18 +148,18 @@ e107Admin.Helper = { * This method is auto-attached to every button having name=check_all if init() method is executed * * Examples of valid inputbox markup: - * + * * OR - * + * * OR - * (see the button example below) + * (see the button example below) * OR - * (see the button example below) + * (see the button example below) * * Example of button being auto-observed (see e107Admin.Helper#init) * // default selector - multiaction * OR - * // checkboxes names starting with - some_checkbox_arary + * // checkboxes names starting with - some_checkbox_array * * Demo: e107_admin/image.php, admin_log.php * @@ -183,18 +183,18 @@ e107Admin.Helper = { * This method is auto-attached to every button having name=uncheck_all if init() method is executed * * Examples of valid inputbox markup: - * + * * OR - * + * * OR - * (see the button example below) + * (see the button example below) * OR - * (see the button example below) + * (see the button example below) * * Example of button being auto-observed (see e107Admin.Helper#init) * // default selector - multiaction * OR - * // checkboxes names starting with - some_checkbox_arary + * // checkboxes names starting with - some_checkbox_array * * Demo: e107_admin/image.php, admin_log.php *