authentication/login: add missing alt tag

This commit is contained in:
Thomas Gelf 2014-06-20 13:15:13 +02:00
parent 0225461d3e
commit a622f34be6

View File

@ -1,7 +1,7 @@
<div id="login"> <div id="login">
<div class="logo"> <div class="logo">
<div class="image"> <div class="image">
<img src="<?= $this->baseUrl('img/logo_icinga_big.png') ?>" > <img src="<?= $this->baseUrl('img/logo_icinga_big.png') ?>" alt="<?= t('The Icinga logo') ?>" >
</div> </div>
</div> </div>
<div class="form" data-base-target="layout"> <div class="form" data-base-target="layout">