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 "
";
echo button::create(['label'=>$text['button-reset'],'icon'=>$_SESSION['theme']['button_icon_reset'],'type'=>'button','id'=>'btn_upload_reset','onclick'=>"$('span#form_upload').fadeOut(250, function(){ document.getElementById('form_upload').reset(); $('#btn_add').fadeIn(250) });"]);
echo "";
- echo "";
+ echo "";
echo button::create(['type'=>'submit','label'=>$text['button-upload'],'icon'=>$_SESSION['theme']['button_icon_upload']]);
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";