1
0
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:
CaMer0n
2009-07-21 16:05:11 +00:00
parent 0b7f9467a1
commit 195465776a
2 changed files with 6 additions and 5 deletions

View File

@@ -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>";