remove author names
This commit is contained in:
@@ -1073,7 +1073,7 @@ function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerCol
|
|||||||
else if (theAction == 'click' && theMarkColor != '') {
|
else if (theAction == 'click' && theMarkColor != '') {
|
||||||
newColor = theMarkColor;
|
newColor = theMarkColor;
|
||||||
marked_row[theRowNum] = true;
|
marked_row[theRowNum] = true;
|
||||||
// Garvin: deactivated onclick marking of the checkbox because it's also executed
|
// Deactivated onclick marking of the checkbox because it's also executed
|
||||||
// when an action (like edit/delete) on a single item is performed. Then the checkbox
|
// when an action (like edit/delete) on a single item is performed. Then the checkbox
|
||||||
// would get deactived, even though we need it activated. Maybe there is a way
|
// would get deactived, even though we need it activated. Maybe there is a way
|
||||||
// to detect if the row was clicked, and not an item therein...
|
// to detect if the row was clicked, and not an item therein...
|
||||||
@@ -1257,7 +1257,6 @@ function setCheckboxes( container_id, state ) {
|
|||||||
} // end of the 'setCheckboxes()' function
|
} // end of the 'setCheckboxes()' function
|
||||||
|
|
||||||
|
|
||||||
// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
|
|
||||||
// copy the checked from left to right or from right to left
|
// copy the checked from left to right or from right to left
|
||||||
// so it's easier for users to see, if $cfg['ModifyAtRight']=true, what they've checked ;)
|
// so it's easier for users to see, if $cfg['ModifyAtRight']=true, what they've checked ;)
|
||||||
function copyCheckboxesRange(the_form, the_name, the_clicked)
|
function copyCheckboxesRange(the_form, the_name, the_clicked)
|
||||||
@@ -1280,7 +1279,6 @@ function copyCheckboxesRange(the_form, the_name, the_clicked)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
|
|
||||||
// - this was directly written to each td, so why not a function ;)
|
// - this was directly written to each td, so why not a function ;)
|
||||||
// setCheckboxColumn(\'id_rows_to_delete' . $row_no . ''\');
|
// setCheckboxColumn(\'id_rows_to_delete' . $row_no . ''\');
|
||||||
function setCheckboxColumn(theCheckbox){
|
function setCheckboxColumn(theCheckbox){
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* GLOBAL Plugin function (Garvin Hicking).
|
* GLOBAL Plugin function.
|
||||||
* ---------------
|
* ---------------
|
||||||
*
|
*
|
||||||
* THIS FILE PROVIDES BASIC FUNCTIONS TO USE IN OTHER PLUGINS!
|
* THIS FILE PROVIDES BASIC FUNCTIONS TO USE IN OTHER PLUGINS!
|
||||||
|
Reference in New Issue
Block a user