Update Blog.tpl
authorNicol <vingle@users.noreply.github.com>
Sat, 2 Dec 2023 12:34:39 +0000 (12:34 +0000)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2023 12:34:39 +0000 (12:34 +0000)
Uses <details><summary> to make accordions accessible.

templates/CRM/Dashlet/Page/Blog.tpl

index 962090eb11e95031c3f60f6de381ecedc409b5a7..bdc5f6f590a56494ba6170bd6c5b8565ac16ba5d 100644 (file)
@@ -11,7 +11,7 @@
 <style type="text/css">
   #civicrm-news-feed {
     border: 0 none;
-    font-family: inherit; /* Stops JQueryUI from making everything Verdana */
+    font-family: inherit; // Stops JQueryUI's attempt to make this section Verdana
   }
   #civicrm-news-feed .crm-news-feed-unread .crm-news-feed-item-title {
     font-weight: bold;
@@ -61,7 +61,8 @@
   {/foreach}
   {if !$feeds}
     <div class="messages status no-popup">
-      Sorry but we aren't able to provide this at the moment.
+      {icon icon="fa-info-circle"}{/icon}
+      {ts}Sorry but we are not able to provide this at the moment.{/ts}
     </div>
   {/if}
 </div>