From 286f92aec5aca37874c96dd5ebecf592d3de6d57 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 7 Mar 2014 17:21:10 +0000 Subject: [PATCH] Remove the add button because a recording is added with the upload button. --- app/recordings/recordings.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 06dc11c19f..56eaf7123e 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -224,9 +224,7 @@ require_once "resources/paging.php"; echo "Size\n"; echo th_order_by('recording_description', $text['label-description'], $order_by, $order); echo "\n"; - if (permission_exists('recording_add')) { - echo " $v_link_label_add\n"; - } + echo "  "; echo "\n"; echo "\n"; @@ -271,9 +269,6 @@ require_once "resources/paging.php"; echo "  \n"; echo " $paging_controls\n"; echo " "; - if (permission_exists('recording_add')) { - echo "$v_link_label_add"; - } echo " \n"; echo " \n"; echo " \n";