Update conference_rooms.php
This commit is contained in:
@@ -441,7 +441,7 @@
|
|||||||
else {
|
else {
|
||||||
echo " <td class='center'>0</td>\n";
|
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> \n";
|
echo " <a href='".PROJECT_PATH."/app/conferences_active/conference_interactive.php?c=".urlencode($row['meeting_uuid'])."'>".$text['label-view']."</a> \n";
|
||||||
echo " <a href='conference_sessions.php?id=".urlencode($row['meeting_uuid'])."'>".$text['label-sessions']."</a>\n";
|
echo " <a href='conference_sessions.php?id=".urlencode($row['meeting_uuid'])."'>".$text['label-sessions']."</a>\n";
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user