CRM-16243 - ExtensionDetails.tpl - Display both title+key for dependencies
authorTim Otten <totten@civicrm.org>
Sat, 15 Oct 2016 11:33:31 +0000 (12:33 +0100)
committerJohn Kirk <accounts@civifirst.com>
Mon, 9 Oct 2017 18:27:52 +0000 (18:27 +0000)
templates/CRM/Admin/Page/ExtensionDetails.tpl

index 56ca683c5a973ed265d0badd626e02a7264fd946..8654506f87b6c58ca8d70fb79feaa37faa4abc6b 100644 (file)
@@ -40,8 +40,9 @@
                 {elseif array_key_exists($ext, $remoteExtensionRows)}
                     {$remoteExtensionRows.$ext.name} (not downloaded)
                 {else}
-                    {$ext} (not installed locally or available remotely)
+                    {ts}Untitled{/ts}
                 {/if}
+                (<tt>{$ext}</tt>)<br/>
             {/foreach}
         </td>
     </tr>