mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user