diff --git a/admin/inc/class.html_tables.inc.php b/admin/inc/class.html_tables.inc.php new file mode 100644 index 0000000000..771aeb34fd --- /dev/null +++ b/admin/inc/class.html_tables.inc.php @@ -0,0 +1,544 @@ + * + * -------------------------------------------- * + * This program is free software; you can redistribute it and/or modify it * + * under the terms of the GNU General Public License as published by the * + * Free Software Foundation; either version 2 of the License, or (at your * + * option) any later version. * + \**************************************************************************/ + + /* $Id$ */ + + class html_tables + { + function hash_table($rows,$head='',$obj, $frtn) + { + $start = $_POST['start'] ? $_POST['start'] : $_GET['start']; + + $html = ''; + $edittable = $head['_edittable']; + if(isset($edittable)) + { + if($edittable) + { + // Generate the customization table... + return $this->edit_table($rows,$head,$obj,$frtn); + } + else + { + #$html .= '