- added missing colons

This commit is contained in:
steinm 2012-12-19 10:17:13 +00:00
parent 653cefe14f
commit a521c8db5c
2 changed files with 6 additions and 6 deletions

View File

@ -78,15 +78,15 @@ function guestLogin()
?>
<table border="0">
<tr>
<td><?php printMLText("user_login");?></td>
<td><?php printMLText("user_login");?>:</td>
<td><input type="text" name="login" id="login"></td>
</tr>
<tr>
<td><?php printMLText("password");?></td>
<td><?php printMLText("password");?>:</td>
<td><input name="pwd" type="Password"></td>
</tr>
<tr>
<td><?php printMLText("language");?></td>
<td><?php printMLText("language");?>:</td>
<td>
<?php
print "<select name=\"lang\">";
@ -100,7 +100,7 @@ function guestLogin()
</td>
</tr>
<tr>
<td><?php printMLText("theme");?></td>
<td><?php printMLText("theme");?>:</td>
<td>
<?php
print "<select name=\"sesstheme\">";

View File

@ -50,11 +50,11 @@ class LetoDMS_View_PasswordForgotten extends LetoDMS_Bootstrap_Style {
<p><?php printMLText("password_forgotten_text"); ?></p>
<table class="table-condensed">
<tr>
<td><?php printMLText("login");?></td>
<td><?php printMLText("login");?>:</td>
<td><input type="text" name="login" id="login"></td>
</tr>
<tr>
<td><?php printMLText("email");?></td>
<td><?php printMLText("email");?>:</td>
<td><input type="text" name="email" id="email"></td>
</tr>
<tr>