mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Description column style mods, just for consistency.
This commit is contained in:
@@ -118,7 +118,7 @@ require_once "resources/paging.php";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['category']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['subcategory']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['version']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' width='35%'>".$row['description']['en-us']." </td>\n";
|
||||
echo " <td valign='top' class='row_stylebg' width='35%'>".$row['description']['en-us']." </td>\n";
|
||||
/* // temporarily disabled
|
||||
echo " <td class='list_control_icons'>";
|
||||
if (permission_exists('app_edit')) {
|
||||
|
||||
Reference in New Issue
Block a user