API Explorer - add icons to tabs
authorColeman Watts <coleman@civicrm.org>
Thu, 16 Feb 2017 03:44:26 +0000 (22:44 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 16 Feb 2017 04:01:15 +0000 (23:01 -0500)
templates/CRM/Admin/Page/APIExplorer.tpl

index df992f8827a6b72cc8f3b1a84661e2201e8f664f..b2b22bbc87de9f7ae8740721e31f8da081e65c89 100644 (file)
 <div id="mainTabContainer">
   <ul>
     <li class="ui-corner-all" title="GUI to build and execute API calls">
-      <a href="#explorer-tab">{ts}Explorer{/ts}</a>
+      <a href="#explorer-tab"><i class="crm-i fa-search"></i> {ts}Explorer{/ts}</a>
     </li>
     <li class="ui-corner-all" title="Auto-generated examples from the test suite">
-      <a href="#examples-tab">{ts}Examples{/ts}</a>
+      <a href="#examples-tab"><i class="crm-i fa-book"></i> {ts}Examples{/ts}</a>
     </li>
     <li class="ui-corner-all" title="API source-code and code-level documentation">
-      <a href="#docs-tab">{ts}Code Docs{/ts}</a>
+      <a href="#docs-tab"><i class="crm-i fa-code"></i> {ts}Code Docs{/ts}</a>
     </li>
   </ul>