Update conference_rooms.php
This commit is contained in:
parent
378edba940
commit
9f533bb02f
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue