Fix the Music on Hold header and update 'location'

This commit is contained in:
Mark Crane 2013-09-19 11:53:55 +00:00
parent d594cfbbc6
commit 2081eba8ae
1 changed files with 4 additions and 5 deletions

View File

@ -237,10 +237,9 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <p><span class=\"vexpl\">\n";
echo " <strong>".$text['label-moh']."</strong><br><br>\n";
echo " <span class=\"title\">".$text['label-moh']."</span><br />\n";
echo " ".$text['desc-moh']."\n";
echo " </span></p>\n";
echo " <br /><br />\n";
echo " </td>\n";
echo " </tr>\n";
echo "</table>\n";
@ -372,7 +371,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
}
if ($v_path_show) {
echo "<div style='font-size: 10px; text-align: right; margin-right: 25px;'><b>".$text['label-location'].":</b> ".$music_on_hold_dir."</div>\n";
echo "<div style='font-size: 10px; text-align: right; margin-right: 25px;'><strong>".$text['label-location'].":</strong> ".$music_on_hold_dir."</div>\n";
}
echo "<br><br>\n";
@ -439,7 +438,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
echo "</table>\n";
if ($v_path_show) {
echo "<div style='font-size: 10px; text-align: right; margin-right: 25px;'><b>Location:</b> ".$music_on_hold_category_parent_dir."/".$category_dir."</div>\n";
echo "<div style='font-size: 10px; text-align: right; margin-right: 25px;'><strong>".$text['label-location'].":</strong> ".$music_on_hold_category_parent_dir."/".$category_dir."</div>\n";
}
echo "<br><br>\n";
}