From 0d559e7c2fc481d33e9fd3dda41533f9b4238d6b Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 12 Dec 2019 16:36:44 -0700 Subject: [PATCH] Recordings: File type suggestions and check. --- app/recordings/recordings.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 081b8a27dd..649458acd2 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -333,6 +333,16 @@ $document['title'] = $text['title-recordings']; require_once "resources/header.php"; +//file type check script + echo ""; + //show the content echo "
\n"; echo "
".$text['title-recordings']." (".$num_rows.")
\n"; @@ -346,7 +356,7 @@ echo "\n"; echo ""; @@ -398,7 +408,7 @@ echo "".$text['label-uploaded']."\n"; $col_count++; } - echo th_order_by('recording_description', $text['label-description'], $order_by, $order, null, "class='hide-sm-dn' style='min-width: 30%;'"); + echo th_order_by('recording_description', $text['label-description'], $order_by, $order, null, "class='hide-sm-dn pct-25'"); if (permission_exists('recording_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') { echo "  \n"; } @@ -406,7 +416,7 @@ if (is_array($recordings) && @sizeof($recordings) != 0) { $x = 0; - foreach($recordings as $row) { + foreach ($recordings as $row) { //playback progress bar if (permission_exists('recording_play')) { echo "\n";