Changeset 6002 in subversion for trunk/plugins/acl/acl.php
- Timestamp:
- Mar 13, 2012 7:33:28 AM (15 months ago)
- File:
-
- 1 edited
-
trunk/plugins/acl/acl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/acl/acl.php
r5764 r6002 8 8 * 9 9 * 10 * Copyright (C) 2011 , Kolab Systems AG10 * Copyright (C) 2011-2012, Kolab Systems AG 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify … … 389 389 $table->add_header('user', $this->gettext('identifier')); 390 390 foreach (array_keys($items) as $key) { 391 $table->add_header('acl'.$key, $this->gettext('shortacl'.$key)); 391 $label = $this->gettext('shortacl'.$key); 392 $table->add_header(array('class' => 'acl'.$key, 'title' => $label), $label); 392 393 } 393 394
Note: See TracChangeset
for help on using the changeset viewer.
