Add the language translations to the app/users.

This commit is contained in:
Mark Crane
2013-01-05 05:51:29 +00:00
parent 743469a551
commit f2d5f424ed
2 changed files with 73 additions and 44 deletions

View File

@@ -56,11 +56,11 @@ echo "<br />";
//start the user table
echo "<table width=\"100%\" border=\"0\" cellpadding=\"7\" cellspacing=\"0\">\n";
echo "<tr>\n";
echo " <th class='th' colspan='2' align='left'>".$text['title-table']."&nbsp;</th>\n";
echo " <th class='th' colspan='2' align='left'>".$text['title-user-information']."&nbsp;</th>\n";
echo "</tr>\n";
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-name'].": \n";
echo " ".$text['label-usernname'].": \n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/app/user/user_edit.php'>".$_SESSION["username"]."</a> \n";