Update conference_rooms.php

This commit is contained in:
Nate
2020-01-13 17:18:55 -07:00
parent 378edba940
commit 9f533bb02f

View File

@@ -441,7 +441,7 @@
else {
echo " <td class='center'>0</td>\n";
}
echo " <td class='no-wrap'>\n";
echo " <td class='no-link no-wrap'>\n";
echo " <a href='".PROJECT_PATH."/app/conferences_active/conference_interactive.php?c=".urlencode($row['meeting_uuid'])."'>".$text['label-view']."</a>&nbsp;\n";
echo " <a href='conference_sessions.php?id=".urlencode($row['meeting_uuid'])."'>".$text['label-sessions']."</a>\n";
echo " </td>\n";