Changeset f94e442 in github for program/steps/mail/func.inc
- Timestamp:
- Dec 16, 2011 1:38:59 PM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 74d4c7f9
- Parents:
- e10f1385
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r18ca0b6 rf94e442 380 380 if (in_array($col, $a_sort_cols)) 381 381 $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>'; 382 384 383 385 $sort_class = $col == $sort_col ? " sorted$sort_order" : '';
Note: See TracChangeset
for help on using the changeset viewer.
