Commit 6a9632e89ce4c8c6b11ef8162806c3a425a98f16

Authored by Kevin G Fourie
1 parent a1d7011f

Resized login image html tags.

Showing 1 changed file with 1 additions and 1 deletions
templates/ktcore/login.smarty
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 {if $config->get("ui/mainLogo") != ''} 27 {if $config->get("ui/mainLogo") != ''}
28 <img src="{$config->get("ui/mainLogo")}" alt="{$config->get("ui/mainLogoTitle")}" class="logoimage"/><br /> 28 <img src="{$config->get("ui/mainLogo")}" alt="{$config->get("ui/mainLogoTitle")}" class="logoimage"/><br />
29 {else} 29 {else}
30 - <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="35" width="200"/><br /> 30 + <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="50" width="200"/><br />
31 {/if} 31 {/if}
32 {if $smallVersion == 'Community Edition'} 32 {if $smallVersion == 'Community Edition'}
33 <span class="communityLabel"><h2>{i18n}Community Edition{/i18n}</h2></span> 33 <span class="communityLabel"><h2>{i18n}Community Edition{/i18n}</h2></span>