Changeset 6002 in subversion for trunk/plugins/acl/acl.php


Ignore:
Timestamp:
Mar 13, 2012 7:33:28 AM (15 months ago)
Author:
alec
Message:
  • Larry skin for ACL plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/acl/acl.php

    r5764 r6002  
    88 * 
    99 * 
    10  * Copyright (C) 2011, Kolab Systems AG 
     10 * Copyright (C) 2011-2012, Kolab Systems AG 
    1111 * 
    1212 * This program is free software; you can redistribute it and/or modify 
     
    389389        $table->add_header('user', $this->gettext('identifier')); 
    390390        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); 
    392393        } 
    393394 
Note: See TracChangeset for help on using the changeset viewer.