From bcb052aebb42b65d0dc04fe04a0338046cdba3d2 Mon Sep 17 00:00:00 2001 From: Coleman Watts <coleman@civicrm.org> Date: Wed, 15 Feb 2017 22:44:26 -0500 Subject: [PATCH] API Explorer - add icons to tabs --- templates/CRM/Admin/Page/APIExplorer.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index df992f8827..b2b22bbc87 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -229,13 +229,13 @@ <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> -- 2.25.1