Fix large addressdisplay in dimp popup message view
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Jun 2009 04:19:17 +0000 (22:19 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Jun 2009 04:44:37 +0000 (22:44 -0600)
imp/templates/chunks/message.php

index 2f49184..e411268 100644 (file)
@@ -127,3 +127,13 @@ function _createDAfmsg($text, $image, $id, $class = '', $show_text = true)
  <a id="ctx_contacts_new"><span class="contextImg"></span><?php echo _("New Message") ?></a>
  <a id="ctx_contacts_add"><span class="contextImg"></span><?php echo _("Add to Address Book") ?></a>
 </div>
+
+<div style="display:none">
+ <span id="largeaddrspan">
+  <span class="largeaddrtoggle">
+   <span class="largeaddrlist">[<?php echo _("Show Addresses - %d recipients") ?>]</span>
+   <span class="largeaddrlist" style="display:none">[<?php echo _("Hide Addresses") ?>]</span>
+  </span>
+  <span class="dispaddrlist" style="display:none"></span>
+ </span>
+</div>