mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add links to certain column text in a list view.
Misc bug fixes.
This commit is contained in:
@@ -247,7 +247,7 @@ require_once "resources/paging.php";
|
||||
echo " <td class='".$row_style[$c]."'>\n";
|
||||
echo " ".$tmp_filesize;
|
||||
echo " </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' width='30%'>".$row['recording_description']." </td>\n";
|
||||
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['recording_description']." </td>\n";
|
||||
echo " <td class='list_control_icons'>";
|
||||
if (permission_exists('recording_edit')) {
|
||||
echo "<a href='recording_edit.php?id=".$row['recording_uuid']."' alt='edit'>$v_link_label_edit</a>";
|
||||
|
||||
Reference in New Issue
Block a user