Change 'Attach' to 'Attachments: 0' (updater will follow)
authorArt Cancro <ajc@citadel.org>
Sat, 11 Dec 2010 17:36:13 +0000 (12:36 -0500)
committerArt Cancro <ajc@citadel.org>
Sat, 11 Dec 2010 17:36:13 +0000 (12:36 -0500)
webcit/static/t/edit_message.html

index 9a534043e1e8300527ac745499fdca3a80a5f27d..256b14e3db69a97caad648ff7b1dcdabd4b75486 100644 (file)
        <a href="javascript:show_attachments_form();">
                <img src="static/diskette_24x.gif" alt="" width="24" height="24">
                <span class="navbar_link">
-               <?_("Attach")>
+               <?_("Attachments:")>
+               <span id="num_attachments">0</span>
                </span>
        </a>
 </li>