]> code.citadel.org Git - citadel.git/commitdiff
* Reapplied 'mailbox_summary' class to the mailbox table
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 03:08:39 +0000 (03:08 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 03:08:39 +0000 (03:08 +0000)
* Removed the alt-text from the throbber icon.  If the graphic isn't loaded for whatever reason, the best substitute is no display at all, since a text message accompanies it anyway.

webcit/static/t/msg_listview.html

index 60c99b077ac2578db5e1c9c4f4d03ea179ed6a80..39f884e3237c751a0322b0c60d4aaaac328083f8 100644 (file)
@@ -14,9 +14,9 @@ var sortmode = "<?PREF:ROOM:VALUE("sort")>";
        </table>
 </div>
 <div id="summary_view">
-  <table><tbody id="message_list_body"><tr style="display: none;"><td colspan="4"></td></tr></tbody></table>
+  <table><tbody id="message_list_body" class="mailbox_summary"><tr style="display: none;"><td colspan="4"></td></tr></tbody></table>
     <div id="loading">
-      <p><img src="static/throbber.gif" alt="Loading animation"></p>
+      <p><img src="static/throbber.gif" alt=""></p>
       <p><?_("Loading messages from server, please wait")></p>
     </div>
 </div>
@@ -30,4 +30,4 @@ var sortmode = "<?PREF:ROOM:VALUE("sort")>";
 <?_("Delete")><br>
 <?_("Print")><br>
 </div>
-</div>
\ No newline at end of file
+</div>