login button

This commit is contained in:
Serghey Rodin 2013-11-23 12:25:17 +02:00
commit 18c3467f7a
2 changed files with 27 additions and 2 deletions

View file

@ -36,7 +36,7 @@
</tr>
<tr>
<td style="padding: 0 0 12px 0;">
<input tabindex="3" type="submit" value="<?php print __('Log in');?>" class="button">
<input tabindex="3" type="submit" value="<?php print __('Log in');?>" class="login-button">
</td>
</tr>
</table>