Changeset 12728
- Timestamp:
- 10/10/07 12:06:00 (1 year ago)
- Files:
-
- trunk/midcom/midgard.admin.acl/acl_editor.php (modified) (3 diffs)
- trunk/midcom/midgard.admin.acl/documentation/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midgard.admin.acl/acl_editor.php
r12681 r12728 234 234 $this->_schemadb['privileges']->fields['add_assignee']['type_config']['options'] = $additional_assignees; 235 235 236 $header = "<table width=\"100%\" border=\"0\" >\n";236 $header = "<table width=\"100%\" border=\"0\" id=\"midgard_admin_acl\">\n"; 237 237 $header_start = "<tr>\n"; 238 238 $header_end = "</tr>\n"; … … 408 408 echo $form_start; 409 409 410 $table_start = "<table width=\"100%\" border=\"0\" >\n";410 $table_start = "<table width=\"100%\" border=\"0\" id=\"midgard_admin_acl\">\n"; 411 411 echo $table_start; 412 412 … … 445 445 if ($row->_name == 'form_toolbar') 446 446 { 447 $html .= "<tr><td >\n";447 $html .= "<tr><td class=\"privilege_row\">\n"; 448 448 foreach ($row->_elements as $k => $element) 449 449 { trunk/midcom/midgard.admin.acl/documentation/CHANGES
r3493 r12728 6 6 which might even break existing functionality. 7 7 - All items marked with "+" represent completly new features. 8 9 2007-10-10 adrenalin 10 - Improved the layout a bit 8 11 9 12 2006-05-26 bergie
