diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl new file mode 100755 index 000000000..0d202e6cb --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl @@ -0,0 +1,11 @@ +{include file="popup/header.tpl"} + +
+##Are you sure to delete active Playlist?## +

+ + +
+ + + diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl new file mode 100755 index 000000000..8c8b5330c --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl @@ -0,0 +1,12 @@ +{include file="popup/header.tpl"} + +
+##Do you want to save changes?## +

+ + + +
+ + + diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl new file mode 100755 index 000000000..02a9e9c1c --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl @@ -0,0 +1,11 @@ +{include file="popup/header.tpl"} + +
+##Are you sure to discard all changes?## +

+ + +
+ + + diff --git a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.deleteActive.tpl b/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.deleteActive.tpl deleted file mode 100755 index 787b332a6..000000000 --- a/livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.deleteActive.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{include file="popup/header.tpl"} - -
-Are you sure to delete active Playlist? -
- - -
- - -