Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.

This commit is contained in:
markjcrane
2015-08-03 15:17:05 -06:00
parent 4ed7adeebc
commit 193137ffa6
13 changed files with 172 additions and 157 deletions

View File

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