cmcnulty
2013-11-09 c503ee45ed3a50dc45073df985d80d2bb9653c6e
remerge with master
3 files modified
3 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
skins/larry/iehacks.css 2 ●●● patch | view | raw | blame | history
skins/larry/templates/mail.html patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -255,7 +255,6 @@
  // save some variables for use in ajax list
  $_SESSION['list_attrib'] = $attrib;
  // make sure 'threads' and 'subject' columns are present
  if (!in_array('subject', $a_show_cols))
    array_unshift($a_show_cols, 'subject');
skins/larry/iehacks.css
@@ -74,7 +74,7 @@
    left: 10px;
}
.records-table tr.selected td, .records-table tr.focused > td.focus {
.records-table tr.selected td {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019bc6', endColorstr='#017cb4', GradientType=0);
}
skins/larry/templates/mail.html