more cleanup and even some refactoring

This commit is contained in:
Nuno Miguel Reis
2012-10-09 03:46:03 +00:00
parent 3d229ca9c0
commit 295c527975
4 changed files with 7 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ else {
echo " <td class='vtable'><input type='password' autocomplete='off' class='formfld' name='password' value=\"\"></td>";
echo " </tr>";
echo " <tr>";
echo " <td class='vncell'>".$content_users['label-confirmpassword'].":</td>";
echo " <td class='vncell'>".$content_users['label-confirm-password'].":</td>";
echo " <td class='vtable'><input type='password' autocomplete='off' class='formfld' name='confirm_password' value=\"\"></td>";
echo " </tr>";
@@ -321,7 +321,7 @@ else {
}
echo " </select>\n";
echo " <br />\n";
echo " ".$content_users['label-infostatus']."<br />\n";
echo " ".$content_users['description-status']."<br />\n";
echo " </td>\n";
echo " </tr>\n";
}