[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
This commit is contained in:
@@ -97,7 +97,7 @@ class SortableGroupList extends SortableSubscriptionList
|
||||
|
||||
// TRANS: Column header in table for members of a group.
|
||||
$this->out->element('th', array('id' => 'Members'), _m('Members'));
|
||||
$this->out->element('th', array('id' => 'controls'), null);
|
||||
$this->out->element('th', array('id' => 'controls'));
|
||||
|
||||
$this->out->elementEnd('tr');
|
||||
$this->out->elementEnd('thead');
|
||||
|
@@ -100,7 +100,7 @@ class SortableSubscriptionList extends SubscriptionList
|
||||
$this->out->element('th', array('id' => 'subscriptions'), _m('Subscriptions'));
|
||||
// TRANS: Column header for number of notices.
|
||||
$this->out->element('th', array('id' => 'notices'), _m('Notices'));
|
||||
$this->out->element('th', array('id' => 'controls'), null);
|
||||
$this->out->element('th', array('id' => 'controls'));
|
||||
|
||||
$this->out->elementEnd('tr');
|
||||
$this->out->elementEnd('thead');
|
||||
|
Reference in New Issue
Block a user