Changeset f94e442 in github for program/steps/mail/func.inc


Ignore:
Timestamp:
Dec 16, 2011 1:38:59 PM (18 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
74d4c7f9
Parents:
e10f1385
Message:

Add more classes and options to HTML elements for better styleability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    r18ca0b6 rf94e442  
    380380    if (in_array($col, $a_sort_cols)) 
    381381      $col_name = html::a(array('href'=>"./#sort", 'onclick' => 'return '.JS_OBJECT_NAME.".command('sort','".$col."',this)", 'title' => rcube_label('sortby')), $col_name); 
     382    else if ($col_name[0] != '<') 
     383      $col_name = '<span class="' . $col .'">' . $col_name . '</span>'; 
    382384 
    383385    $sort_class = $col == $sort_col ? " sorted$sort_order" : ''; 
Note: See TracChangeset for help on using the changeset viewer.