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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user