Add needed language strings to Messages.

This commit is contained in:
Nate
2018-12-20 18:42:10 -07:00
parent 97a9376ab1
commit 4e81a01c6c
4 changed files with 234 additions and 78 deletions
+1 -1
View File
@@ -167,7 +167,7 @@
//show the content
echo "<table width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-messages']."</b><br><br></td>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-message_log']."</b><br><br></td>\n";
echo " <form method='get' action=''>\n";
echo " <td width='50%' style='vertical-align: top; text-align: right; white-space: nowrap;'>\n";
echo " <a href='messages.php'><input type='button' class='btn' value='".$text['button-back']."'></a>\n";