Changeset 12728

Show
Ignore:
Timestamp:
10/10/07 12:06:00 (1 year ago)
Author:
adrenalin
Message:

Minor layout improvements

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midgard.admin.acl/acl_editor.php

    r12681 r12728  
    234234        $this->_schemadb['privileges']->fields['add_assignee']['type_config']['options'] = $additional_assignees; 
    235235                 
    236         $header = "<table width=\"100%\" border=\"0\">\n"; 
     236        $header = "<table width=\"100%\" border=\"0\" id=\"midgard_admin_acl\">\n"; 
    237237        $header_start = "<tr>\n"; 
    238238        $header_end = "</tr>\n"; 
     
    408408        echo $form_start; 
    409409         
    410         $table_start = "<table width=\"100%\" border=\"0\">\n"; 
     410        $table_start = "<table width=\"100%\" border=\"0\" id=\"midgard_admin_acl\">\n"; 
    411411        echo $table_start; 
    412412         
     
    445445                if ($row->_name == 'form_toolbar') 
    446446                { 
    447                     $html .= "<tr><td>\n"; 
     447                    $html .= "<tr><td class=\"privilege_row\">\n"; 
    448448                    foreach ($row->_elements as $k => $element) 
    449449                    { 
  • trunk/midcom/midgard.admin.acl/documentation/CHANGES

    r3493 r12728  
    66  which might even break existing functionality. 
    77- All items marked with "+" represent completly new features. 
     8 
     92007-10-10 adrenalin 
     10  - Improved the layout a bit 
    811 
    9122006-05-26 bergie