mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 22:12:26 +01:00 
			
		
		
		
	| @@ -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']; ?> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user