Add the new class title to several features.

This commit is contained in:
Mark Crane
2013-09-18 21:48:15 +00:00
parent ac142ca408
commit d5e00c7553
11 changed files with 49 additions and 51 deletions

View File

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

View File

@@ -380,7 +380,7 @@ else {
echo "<table width='100%' border='0' cellpadding='6' cellspacing='0'>\n";
echo "<tr>\n";
echo " <td align='left' width='30%'>\n";
echo " <span class=\"vexpl\"><span class=\"red\"><strong>".$text['title']."</strong></span>\n";
echo " <span class=\"title\">".$text['title']."</span>\n";
echo " </td>\n";
echo " <td width='70%' align='right'>\n";
if (permission_exists('fax_extension_add') || permission_exists('fax_extension_edit')) {
@@ -450,11 +450,11 @@ else {
echo " <table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"vexpl\"><span class=\"red\"><strong>Inbox $fax_extension</strong></span>\n";
echo " <span class=\"vexpl\"><span class=\"title\">$text['label-inbox'] $fax_extension</span>\n";
echo " </td>\n";
echo " <td align='right'>";
if ($v_path_show) {
echo "<b>".$text['label-location'].":</b>&nbsp;";
echo "<strong>".$text['label-location'].":</strong>&nbsp;";
echo $dir_fax_inbox."&nbsp; &nbsp; &nbsp;";
}
echo " </td>\n";
@@ -590,27 +590,27 @@ else {
//show the sent box
if (permission_exists('fax_sent_view')) {
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 " <td align='left'>\n";
echo " <span class=\"vexpl\"><span class=\"red\"><strong>Sent</strong></span>\n";
echo " <span class=\"vexpl\"><span class=\"title\">".$text['label-sent']."</span>\n";
echo " </td>\n";
echo " <td align='right'>\n";
if ($v_path_show) {
echo "<b>".$text['label-location'].": </b>\n";
echo "<strong>".$text['label-location'].": </strong>\n";
echo $dir_fax_sent."&nbsp; &nbsp; &nbsp;\n";
}
echo " </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo "</table>\n";
echo "\n";
echo " <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <th width=\"60%\">".$text['table-file']."</td>\n";
echo " <th width=\"10%\">".$text['table-view']."</td>\n";
echo " <th width=\"20%\">".$text['table-modified']."</td>\n";
echo " <th width=\"10%\" nowrap>".$text['table-size']."</td>\n";
echo " </tr>";
echo " </tr>";
if ($handle = opendir($dir_fax_sent)) {
//build an array of the files in the inbox