Fix the app_languages labels as the only the type should have the dash after it. Fix the spacing so the layout looks better.

This commit is contained in:
Mark Crane
2014-11-08 21:44:57 +00:00
parent 66fc5354dd
commit ef6f6ed9f4
4 changed files with 58 additions and 71 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2012
Portions created by the Initial Developer are Copyright (C) 2008-2014
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -200,7 +200,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo $text['header-contact_setting-edit'];
}
if ($action == "add") {
echo $text['header-contact_setting-add'];
echo $text['header-contact_setting_add'];
}
echo "</b></td>\n";
echo "<td width='70%' align='right'>";
@@ -214,7 +214,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo $text['description-contact_setting-edit'];
}
if ($action == "add") {
echo $text['header-contact_setting-add'];
echo $text['header-contact_setting_add'];
}
echo "<br /><br />\n";
echo "</td>\n";