From 5b7788957eb2d82e9d859fb75fbb931b84bf07a0 Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Tue, 29 Nov 2011 17:22:17 +0100 Subject: [PATCH] CC-3137 : Cleaning Up Old Playlist Stuff unused view. --- .../views/scripts/playlist/edit.phtml | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 airtime_mvc/application/views/scripts/playlist/edit.phtml diff --git a/airtime_mvc/application/views/scripts/playlist/edit.phtml b/airtime_mvc/application/views/scripts/playlist/edit.phtml deleted file mode 100644 index 575a24928..000000000 --- a/airtime_mvc/application/views/scripts/playlist/edit.phtml +++ /dev/null @@ -1,46 +0,0 @@ -
-
pl->getName() ?>
-
pl->getLength() ?>
-
- - Title - Creator - Length - Cue In - Cue Out - Playlength -
-
-
    - pl->getContents())) { - echo $this->partialLoop('playlist/playlistEditorTable.phtml', $this->pl->getContents()); - } - else { - echo '
  • Empty playlist
  • '; - } - ?> -
-
-
-