Next Attachment for highlighting patch: imp/templates/mailbox/message_summaries.inc

Conor Kerr conor@dev.ceon.net
Wed, 23 Jan 2002 17:51:49 GMT


<tr class="<?= $bg ?>">
  <td nowrap="nowrap">
    <input type="checkbox" <?php if ($browser->isBrowser('mozilla') && $browser->getMajor() > 4) : ?>onclick="javascript:SetMsgSummaryColour(this);"<?php endif; ?> name="indices[]" value="<?php echo $h->uid; if($imp['mailbox'] == '**search') echo ':' . $message['folder']; ?>" /><?= $status ?>
  </td>
  <td nowrap="nowrap"><?= $styledat; ?></td>
  <td nowrap="nowrap"><?= $from_link ?></td>
  <td align="center">
<?php
if ($attachment) {
    Horde::pimg($attachment . '.gif');
} else {
    echo '&nbsp;';
}
?>
  </td>
  <td><?= Horde::link($target, $sub) . $stylesub ?></a></td>
  <td align="right"><?= $msg_size; ?></td>
</tr>