Changed formatting of Require display.
authorJohn Kirk <john@civifirst.com>
Sat, 22 Oct 2016 23:28:55 +0000 (23:28 +0000)
committerJohn Kirk <accounts@civifirst.com>
Mon, 9 Oct 2017 18:27:52 +0000 (18:27 +0000)
templates/CRM/Admin/Page/ExtensionDetails.tpl

index 8654506f87b6c58ca8d70fb79feaa37faa4abc6b..db2126d8ac18200d896b7b854b91864c1ece5c91 100644 (file)
         <td>
             {foreach from=$extension.requires item=ext}
                 {if array_key_exists($ext, $localExtensionRows)}
-                    {$localExtensionRows.$ext.name}
+                    {$localExtensionRows.$ext.name} (already downloaded - {$ext})
                 {elseif array_key_exists($ext, $remoteExtensionRows)}
-                    {$remoteExtensionRows.$ext.name} (not downloaded)
+                    {$remoteExtensionRows.$ext.name} (not downloaded - {$ext})
                 {else}
-                    {ts}Untitled{/ts}
+                    {$ext} {ts}(not available){/ts}
                 {/if}
-                (<tt>{$ext}</tt>)<br/>
+                <br/>
             {/foreach}
         </td>
     </tr>