\n";
echo "
".escape($contact[$number]['contact_name_given'].' '.$contact[$number]['contact_name_family']).'';
- echo "
".escape(format_phone($number)).'';
+ echo "
".escape(format_phone($number)).'';
if (valid_email($contact[$number]['contact_email'])) {
- echo "
".$text['label-send_email']."";
+ echo "
".$text['label-send_email']."";
}
if ($selected) {
$contact_name = escape($contact[$number]['contact_name_given'].' '.$contact[$number]['contact_name_family']);
diff --git a/app/sip_profiles/sip_profile_edit.php b/app/sip_profiles/sip_profile_edit.php
index fe61e7e1fb..a25eb85baa 100644
--- a/app/sip_profiles/sip_profile_edit.php
+++ b/app/sip_profiles/sip_profile_edit.php
@@ -336,7 +336,7 @@
echo " \n";
echo "
\n";
if (strlen($row["sip_profile_domain_name"]) > 0) {
- echo " \n";
+ echo " ".$v_link_label_delete."\n";
}
echo " | \n";
echo " \n";
@@ -403,7 +403,7 @@
echo " \n";
echo "
\n";
if (strlen($row["sip_profile_setting_name"]) > 0) {
- echo " \n";
+ echo " ".$v_link_label_delete."\n";
}
echo " | \n";
echo " \n";
diff --git a/app/streams/streams.php b/app/streams/streams.php
index aed5482bfb..58337c9faf 100644
--- a/app/streams/streams.php
+++ b/app/streams/streams.php
@@ -238,7 +238,7 @@
echo "
$v_link_label_edit";
}
if (permission_exists('stream_delete')) {
- echo "
";
+ echo "
";
}
echo " \n";
echo "\n";
diff --git a/core/apps/app_menu.php b/core/apps/app_menu.php
index 20ceada6cf..2145c1019b 100644
--- a/core/apps/app_menu.php
+++ b/core/apps/app_menu.php
@@ -22,7 +22,7 @@
$apps[$x]['menu'][$y]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-send";
+ $apps[$x]['menu'][$y]['icon'] = "fa-paper-plane";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "20";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
diff --git a/core/menu/app_menu.php b/core/menu/app_menu.php
index 2d826bc611..edfec78fcd 100644
--- a/core/menu/app_menu.php
+++ b/core/menu/app_menu.php
@@ -45,7 +45,7 @@
$apps[$x]['menu'][$y]['uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-home";
+ $apps[$x]['menu'][$y]['icon'] = "fa-home";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "5";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
@@ -74,7 +74,7 @@
$apps[$x]['menu'][$y]['uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-user";
+ $apps[$x]['menu'][$y]['icon'] = "fa-user";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "10";
$apps[$x]['menu'][$y]['groups'][] = "admin";
@@ -101,7 +101,7 @@
$apps[$x]['menu'][$y]['uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-equalizer";
+ $apps[$x]['menu'][$y]['icon'] = "fa-chart-bar";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "25";
$apps[$x]['menu'][$y]['groups'][] = "user";
@@ -129,7 +129,7 @@
$apps[$x]['menu'][$y]['uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-cog";
+ $apps[$x]['menu'][$y]['icon'] = "fa-cog";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "30";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
@@ -155,7 +155,7 @@
$apps[$x]['menu'][$y]['uuid'] = "c85bf816-b88d-40fa-8634-11b456928afa";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-log-in";
+ $apps[$x]['menu'][$y]['icon'] = "fa-sign-in-alt";
$apps[$x]['menu'][$y]['path'] = "/login.php";
$apps[$x]['menu'][$y]['groups'][] = "public";
$apps[$x]['menu'][$y]['order'] = "99";
@@ -181,7 +181,7 @@
$apps[$x]['menu'][$y]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
$apps[$x]['menu'][$y]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
$apps[$x]['menu'][$y]['category'] = 'internal';
- $apps[$x]['menu'][$y]['icon'] = "glyphicon-log-out";
+ $apps[$x]['menu'][$y]['icon'] = "fa-sign-out-alt";
$apps[$x]['menu'][$y]['path'] = '/logout.php';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
$apps[$x]['menu'][$y]['groups'][] = 'admin';
diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php
index 78846d0a6f..c0e1739fea 100644
--- a/core/user_settings/user_dashboard.php
+++ b/core/user_settings/user_dashboard.php
@@ -1213,7 +1213,7 @@
echo "
";
echo "
";
echo $block['html'];
- echo " ";
+ echo " ";
echo "
";
echo "
";
echo "
";
diff --git a/core/users/user_edit.php b/core/users/user_edit.php
index 8bf580e205..99395f482b 100644
--- a/core/users/user_edit.php
+++ b/core/users/user_edit.php
@@ -660,7 +660,7 @@
echo "\n";
if ($unsaved) {
- echo "
".$text['message-unsaved_changes']." ";
+ echo "
".$text['message-unsaved_changes']." ";
}
if (permission_exists('user_add') || permission_exists('user_edit')) {
echo "
";
@@ -1045,7 +1045,7 @@
}
echo "
";
if ($unsaved) {
- echo "
".$text['message-unsaved_changes']." ";
+ echo "
".$text['message-unsaved_changes']." ";
}
echo "
";
echo " ";
diff --git a/core/users/users.php b/core/users/users.php
index cdcc7ff829..ab23d07895 100644
--- a/core/users/users.php
+++ b/core/users/users.php
@@ -196,7 +196,7 @@
echo "
\n";
if (permission_exists('ticket_edit')) {
- echo " \n";
+ echo " \n";
}
echo " | \n";
echo "
";
diff --git a/themes/default/css.php b/themes/default/css.php
index e8c027d42b..abe4aa45ca 100644
--- a/themes/default/css.php
+++ b/themes/default/css.php
@@ -646,7 +646,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
border-radius: 3px;
text-align: center;
text-transform: uppercase;
- text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
+ /* text-shadow: 0px 0px 1px rgba(0,0,0,0.9); */
opacity: 0.9;
-moz-opacity: 0.9;
}
|