mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-29 11:45:46 +00:00
Add the language translations to the app/users.
This commit is contained in:
@@ -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']." </th>\n";
|
||||
echo " <th class='th' colspan='2' align='left'>".$text['title-user-information']." </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";
|
||||
|
||||
Reference in New Issue
Block a user