mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
Fixed attachment icons
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
51a3ee72d7
commit
181f662c3d
@ -14,3 +14,4 @@
|
||||
.danger{color:red;}
|
||||
.message_highlight{background:lightblue;}
|
||||
#restorebox{display:none;}
|
||||
i.attachment{color:#2e8bcc;}
|
||||
|
@ -79,8 +79,8 @@
|
||||
<?php if(strlen($message['cc']) > 6) { ?><strong><?php print $message['cc']; ?></strong><br /><?php } ?>
|
||||
<strong><?php print $message['date']; ?></strong><br />
|
||||
<?php foreach($attachments as $a) { ?>
|
||||
<span><i class="attachment icon-paper-clip icon-large" title="Message Attachment"></i> <a href="index.php?route=message/attachment&id=<?php print $a['id']; ?>"><?php print $a['name']; ?></a></span>
|
||||
<?php } ?><?php if(count($attachments) > 1) { ?>| <a href="index.php?route=message/attachments&id=<?php print $id; ?>"><i class="icon-briefcase"></i></a><?php } ?><br/>
|
||||
<span><i class="attachment glyphicon glyphicon-paperclip" title="Message Attachment"></i> <a href="index.php?route=message/attachment&id=<?php print $a['id']; ?>"><?php print $a['name']; ?></a></span>
|
||||
<?php } ?><?php if(count($attachments) > 1) { ?>| <a href="index.php?route=message/attachments&id=<?php print $id; ?>"><i class="glyphicon glyphicon-briefcase"></i></a><?php } ?><br/>
|
||||
</div>
|
||||
<div class="messagecontents">
|
||||
<?php print $message['message']; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user