From 9126d82bd26fe1dc8d72c0a792d6f8e8afcbe5ad Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 20 Apr 2005 13:35:06 +0000 Subject: [PATCH] *** empty log message *** --- .../var/templates/popup/PLAYLIST.confirmDelete.tpl | 11 +++++++++++ .../var/templates/popup/PLAYLIST.confirmRelease.tpl | 12 ++++++++++++ .../var/templates/popup/PLAYLIST.confirmRevert.tpl | 11 +++++++++++ .../var/templates/popup/PLAYLIST.deleteActive.tpl | 11 ----------- 4 files changed, 34 insertions(+), 11 deletions(-) create mode 100755 livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl create mode 100755 livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl create mode 100755 livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl delete mode 100755 livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.deleteActive.tpl 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? -
- - -
- - -