added html <strong> tag where missing

This commit is contained in:
Nuno Miguel Reis 2013-10-17 22:07:25 +00:00
parent 5143d0ebd4
commit a61860f150
4 changed files with 9 additions and 9 deletions

View File

@ -63,7 +63,7 @@ require_once "resources/paging.php";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
echo " <tr>\n"; echo " <tr>\n";
echo " <td align=\"left\" valign=\"top\">\n"; echo " <td align=\"left\" valign=\"top\">\n";
echo " <span class='title'>".$text['header-contacts']."</span><br>\n"; echo " <span class='title'><strong>".$text['header-contacts']."</strong></span><br>\n";
echo " ".$text['description-contacts']."<br /><br />\n"; echo " ".$text['description-contacts']."<br /><br />\n";
echo " </td>\n"; echo " </td>\n";
echo " <form method=\"GET\" name=\"frm_search\" action=\"\">\n"; echo " <form method=\"GET\" name=\"frm_search\" action=\"\">\n";

View File

@ -77,19 +77,19 @@ else {
echo " <td align='left'>\n"; echo " <td align='left'>\n";
echo " <span class=\"title\">\n"; echo " <span class=\"title\">\n";
if ($app_uuid == "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4") { if ($app_uuid == "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4") {
echo " ".$text['header-inbound_routes']."\n"; echo " <strong>".$text['header-inbound_routes']."</strong>\n";
} }
elseif ($app_uuid == "8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3") { elseif ($app_uuid == "8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3") {
echo " ".$text['header-outbound_routes']."\n"; echo " <strong>".$text['header-outbound_routes']."</strong>\n";
} }
elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") { elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") {
echo " ".$text['header-queues']."\n"; echo " <strong>".$text['header-queues']."</strong>\n";
} }
elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") { elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") {
echo " ".$text['header-time_conditions']."\n"; echo " <strong>".$text['header-time_conditions']."</strong>\n";
} }
else { else {
echo " ".$text['header-dialplan_manager']."\n"; echo " <strong>".$text['header-dialplan_manager']."</strong>\n";
} }
echo " </span>\n"; echo " </span>\n";
echo " </td>\n"; echo " </td>\n";

View File

@ -237,7 +237,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n"; echo " <tr>\n";
echo " <td align='left'>\n"; echo " <td align='left'>\n";
echo " <span class=\"title\">".$text['label-moh']."</span><br />\n"; echo " <span class=\"title\"><strong>".$text['label-moh']."</strong></span><br />\n";
echo " ".$text['desc-moh']."\n"; echo " ".$text['desc-moh']."\n";
echo " <br /><br />\n"; echo " <br /><br />\n";
echo " </td>\n"; echo " </td>\n";

View File

@ -161,7 +161,7 @@ require_once "resources/paging.php";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n";
echo " <tr>\n"; echo " <tr>\n";
echo " <td align='left'>\n"; echo " <td align='left'>\n";
echo " <span class=\"title\">".$text['title'].":</span><br />\n"; echo " <span class=\"title\"><strong>".$text['title'].":</strong></span><br />\n";
echo " ".$text['description']."\n"; echo " ".$text['description']."\n";
echo " </td>\n"; echo " </td>\n";
echo " </tr>\n"; echo " </tr>\n";