mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Added 'checkall' box at top of column - but suspect api needs adjustment
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* Form Handler
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
|
||||
* $Revision: 1.36 $
|
||||
* $Date: 2009-07-17 07:53:13 $
|
||||
* $Revision: 1.37 $
|
||||
* $Date: 2009-07-21 16:05:10 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -671,6 +671,7 @@ class e_form
|
||||
$text .= $val['title'];
|
||||
$text .= ($val['url']) ? "</a>" : "";
|
||||
$text .= ($key == "options") ? $this->columnSelector($fieldarray,$columnPref) : "";
|
||||
$text .= ($key == "checkboxes") ? $this->checkbox_toggle('e-column-toggle',$val['toggle']) : "";
|
||||
|
||||
|
||||
$text .= "</th>";
|
||||
|
Reference in New Issue
Block a user