Removal of colon next to form label names.

This commit is contained in:
Nate Jones
2015-02-15 06:50:00 +00:00
parent 151d2db735
commit 256e424b3e
71 changed files with 669 additions and 686 deletions
+2 -2
View File
@@ -86,7 +86,7 @@
echo "</tr>\n";
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-username'].": \n";
echo " ".$text['label-username']."\n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/core/user_settings/user_edit.php'>".$_SESSION["username"]."</a> \n";
@@ -97,7 +97,7 @@
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/voicemails/voicemail_messages.php")) {
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-voicemail'].": \n";
echo " ".$text['label-voicemail']."\n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php'>".$text['label-view-messages']."</a> \n";