fixed/added page level docblock
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/* $Id$ */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* general function, usally for data manipulation pages
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
|
||||
|
@@ -1,5 +1,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* function used for index manipulation pages
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* Ensures a value submitted in a form is numeric and is in a range
|
||||
|
@@ -1,5 +1,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* function used in server privilege pages
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* Validates the password field in a form
|
||||
|
@@ -1,5 +1,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* function used in table data manipulation pages
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* Modify from controls when the "NULL" checkbox is selected
|
||||
|
@@ -1,11 +1,14 @@
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Displays the Tooltips (hints), if we have some
|
||||
* 2005-01-20 added by Michael Keck (mkkeck)
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
var ttXpos = 0, ttYpos = 0;
|
||||
var ttXadd = 10, ttYadd = -10;
|
||||
var ttDisplay = 0, ttHoldIt = 0;
|
||||
|
@@ -1,5 +1,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* function used for password change form
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* Validates the password field in a form
|
||||
|
Reference in New Issue
Block a user