Changeset aa3a9a4 in github


Ignore:
Timestamp:
Dec 22, 2011 11:37:44 AM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
faaa1ba
Parents:
a84bfa3
Message:

Put groups list into a fieldset to be consistent with the rest of the form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/addressbook/show.inc

    r2c77f553 raa3a9a4  
    204204    $RCMAIL->output->add_label('addingmember', 'removingmember'); 
    205205 
    206     return $form_start . $table->show() . $form_end; 
     206    return $form_start . html::tag('fieldset', 'contactfieldgroup contactgroups', $table->show()) . $form_end; 
    207207} 
    208208 
Note: See TracChangeset for help on using the changeset viewer.