Merge pull request #611 from frecuencialibre/autoloading-playlists
"Autoloading" playlists UI changes. closes #560
This commit is contained in:
commit
b351a42b4e
41 changed files with 241 additions and 87 deletions
|
@ -15,7 +15,7 @@ class Application_Form_AddShowAutoPlaylist extends Zend_Form_SubForm
|
|||
|
||||
// Add autoplaylist checkbox element
|
||||
$this->addElement('checkbox', 'add_show_has_autoplaylist', array(
|
||||
'label' => _('Auto Schedule Playlist ?'),
|
||||
'label' => _('Add Autoloading Playlist ?'),
|
||||
'required' => false,
|
||||
'class' => 'input_text',
|
||||
'decorators' => array('ViewHelper')
|
||||
|
@ -29,7 +29,7 @@ class Application_Form_AddShowAutoPlaylist extends Zend_Form_SubForm
|
|||
$this->addElement($autoPlaylistSelect);
|
||||
// Add autoplaylist checkbox element
|
||||
$this->addElement('checkbox', 'add_show_autoplaylist_repeat', array(
|
||||
'label' => _('Repeat AutoPlaylist Until Show is Full ?'),
|
||||
'label' => _('Repeat Playlist Until Show is Full ?'),
|
||||
'required' => false,
|
||||
'class' => 'input_text',
|
||||
'decorators' => array('ViewHelper')
|
||||
|
|
|
@ -7,9 +7,11 @@
|
|||
</dt>
|
||||
<dd>
|
||||
<?php echo $this->element->getElement('add_show_has_autoplaylist') ?>
|
||||
<span class="show_autoplaylist_help_icon" aria-describedby="ui-tooltip-2"></span>
|
||||
</dd>
|
||||
|
||||
<div id="add_show_playlist_dropdown">
|
||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"); ?></p>
|
||||
<dt id="add_show_autoplaylist_id">
|
||||
<label for="add_show_autoplaylist_id" class="required">
|
||||
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel()?>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<?php echo $this->repeats; ?>
|
||||
</div>
|
||||
<h3 class="collapsible-header"><span class="arrow-icon"></span><?php echo _("Automatic Playlist") ?></h3>
|
||||
<h3 class="collapsible-header"><span class="arrow-icon"></span><?php echo _("Autoloading Playlist") ?></h3>
|
||||
<div id="schedule-show-auto" class="collapsible-content">
|
||||
<?php echo $this->autoplaylist; ?>
|
||||
</div>
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Musíte počkat alespoň 1 hodinu před dalším vysíláním"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "Co"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2551,7 +2551,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4953,7 +4957,7 @@ msgid "What"
|
|||
msgstr "Was"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2553,7 +2553,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Das Wiederholen einer Sendung ist erst nach einer Stunde Wartezeit möglich."
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4955,7 +4959,7 @@ msgid "What"
|
|||
msgstr "Was"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr "Automatische Playlist"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Πρέπει να περιμένετε τουλάχιστον 1 ώρα για την αναμετάδοση"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "Τι"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "What"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2539,7 +2539,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4944,7 +4948,7 @@ msgid "What"
|
|||
msgstr "What"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Must wait at least 1 hour to rebroadcast"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "What"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2548,9 +2548,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Debes esperar al menos 1 hora para reprogramar"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr "¿Auto Programar Lista?"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
msgid "Select Playlist"
|
||||
msgstr "Seleccionar Lista"
|
||||
|
@ -4966,7 +4970,7 @@ msgid "What"
|
|||
msgstr "Qué"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr "Lista de reproducción automática"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Vous devez attendre au moins 1 heure pour retransmettre"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "Quoi"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2537,7 +2537,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Moraš čekati najmanje 1 sat za re-emitiranje"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
|||
msgstr "Što"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2700,9 +2700,13 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Az újraközvetítésre legalább 1 órát kell várni"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr "Lejátszási lista automatikus ütemezése?"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
msgid "Select Playlist"
|
||||
msgstr "Lejátszási lista kiválasztása"
|
||||
|
@ -5267,7 +5271,7 @@ msgid "What"
|
|||
msgstr "Mi"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr "Automatikus lejátszási lista"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2531,7 +2531,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4931,7 +4935,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2539,7 +2539,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Aspettare almeno un'ora prima di ritrasmettere"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4941,7 +4945,7 @@ msgid "What"
|
|||
msgstr "Cosa"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2537,7 +2537,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "再配信するには、1時間以上待たなければなりません"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
|||
msgstr "番組内容"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2532,7 +2532,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4932,7 +4936,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2535,7 +2535,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "재방송 설정까지 1시간 기간이 필요합니다"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4937,7 +4941,7 @@ msgid "What"
|
|||
msgstr "무엇"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2535,7 +2535,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4935,7 +4939,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2541,7 +2541,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Ten minste 1 uur opnieuw uitzenden moet wachten"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4943,7 +4947,7 @@ msgid "What"
|
|||
msgstr "Wat"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2538,7 +2538,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Należy odczekać przynajmniej 1 godzinę przed ponownym odtworzeniem"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4940,7 +4944,7 @@ msgid "What"
|
|||
msgstr "Co"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2539,7 +2539,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "É preciso aguardar uma hora para retransmitir"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4941,7 +4945,7 @@ msgid "What"
|
|||
msgstr "O que"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2554,7 +2554,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "1 час нужно подождать до ретрансляции"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4982,7 +4986,7 @@ msgid "What"
|
|||
msgstr "Что"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr "Автоматический Плейлист"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2537,7 +2537,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Мораш да чекаш најмање 1 сат за ре-емитовање"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
|||
msgstr "Шта"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2537,7 +2537,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Moraš da čekaš najmanje 1 sat za re-emitovanje"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
|||
msgstr "Šta"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2534,7 +2534,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4934,7 +4938,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2535,7 +2535,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "Tekrar yayın yapmak için en az bir saat bekleyiniz"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4935,7 +4939,7 @@ msgid "What"
|
|||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -2537,7 +2537,11 @@ msgid "Must wait at least 1 hour to rebroadcast"
|
|||
msgstr "至少间隔一个小时"
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:18
|
||||
msgid "Auto Schedule Playlist ?"
|
||||
msgid "Add Autoloading Playlist ?"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/form/add-show-autoplaylist.phtml:14
|
||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/forms/AddShowAutoPlaylist.php:25
|
||||
|
@ -4939,7 +4943,7 @@ msgid "What"
|
|||
msgstr "名称"
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14
|
||||
msgid "Automatic Playlist"
|
||||
msgid "Autoloading Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:18
|
||||
|
|
|
@ -85,6 +85,9 @@ label.wrapp-label input[type="checkbox"] {
|
|||
#schedule-add-show fieldset dd input[type="checkbox"] {
|
||||
margin-top: 6px;
|
||||
}
|
||||
#schedule-show-auto input[type="checkbox"] {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#add_show_day_check-element.block-display {
|
||||
margin-bottom: 15px;
|
||||
|
|
|
@ -204,14 +204,18 @@ img.logo
|
|||
.airtime_auth_help_icon, .custom_auth_help_icon, .stream_username_help_icon,
|
||||
.playlist_type_help_icon, .repeat_tracks_help_icon, .show_linking_help_icon,
|
||||
.admin_username_help_icon, .stream_type_help_icon,
|
||||
.show_timezone_help_icon{
|
||||
.show_timezone_help_icon, .show_autoplaylist_help_icon {
|
||||
cursor: help;
|
||||
position: relative;
|
||||
display:inline-block; zoom:1;
|
||||
width:14px; height:14px;
|
||||
background:url(images/icon_info.png) 0 0 no-repeat;
|
||||
top:2px; right:7px; left: 3px;
|
||||
left: 3px;
|
||||
line-height:16px !important;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
.qtip a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
|
@ -2888,7 +2892,6 @@ dt.block-display.info-block {
|
|||
text-align:center;
|
||||
letter-spacing:-.3px;
|
||||
text-shadow: rgba(248,248,248,.3) 0 1px 0, rgba(0,0,0,.8) 0 -1px 0;
|
||||
rgba(51,51,51,.9)
|
||||
}
|
||||
.error-content p {
|
||||
color: #acacac;
|
||||
|
|
|
@ -310,17 +310,6 @@ function setAddShowEvents(form) {
|
|||
$(this).blur();
|
||||
form.find("#add_show_playlist_dropdown").toggle();
|
||||
form.find("#add_show_autoplaylist_repeat").toggle();
|
||||
|
||||
var checkBoxSelected = false;
|
||||
|
||||
//must switch rebroadcast displays
|
||||
if(form.find("#add_show_has_autoplaylist").attr('checked')) {
|
||||
form.find("#add_show_playlist_dropdown").show();
|
||||
form.find("#add_show_autoplaylist_repeat").show();
|
||||
}
|
||||
else {
|
||||
form.find("#add_show_playlist_downdown").hide();
|
||||
}
|
||||
});
|
||||
|
||||
form.find("#add_show_repeats").click(function(){
|
||||
|
@ -492,6 +481,27 @@ function setAddShowEvents(form) {
|
|||
}
|
||||
});
|
||||
|
||||
form.find(".show_autoplaylist_help_icon").qtip({
|
||||
content: {
|
||||
text: $.i18n._("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>")
|
||||
},
|
||||
hide: {
|
||||
delay: 500,
|
||||
fixed: true
|
||||
},
|
||||
style: {
|
||||
border: {
|
||||
width: 0,
|
||||
radius: 4
|
||||
},
|
||||
classes: "ui-tooltip-dark ui-tooltip-rounded"
|
||||
},
|
||||
position: {
|
||||
my: "left bottom",
|
||||
at: "right center"
|
||||
}
|
||||
});
|
||||
|
||||
form.find(".airtime_auth_help_icon").qtip({
|
||||
content: {
|
||||
text: $.i18n._("This follows the same security pattern for the shows: only users assigned to the show can connect.")
|
||||
|
|
|
@ -9,7 +9,7 @@ In the top left corner of the page, you can go back or forward through the **Cal
|
|||
Adding a show
|
||||
-------------
|
||||
|
||||
Only *Admins* and *Program Managers* can use this feature. To add a new show to the Calendar, click the **+ New Show** button in the top left corner of the page, or click on any future row or box in the Calendar which is empty. Either of these actions opens the **Add this show** box, which has seven sections, arranged vertically: **What**, **Automatic Playlist**, **When**, **Live Stream Input**, **Record & Rebroadcast**, **Who**, and **Style**. Click the small orange triangle to the left of the section name if you wish to minimize or maximize it.
|
||||
Only *Admins* and *Program Managers* can use this feature. To add a new show to the Calendar, click the **+ New Show** button in the top left corner of the page, or click on any future row or box in the Calendar which is empty. Either of these actions opens the **Add this show** box, which has seven sections, arranged vertically: **What**, **Autoloading Playlist**, **When**, **Live Stream Input**, **Record & Rebroadcast**, **Who**, and **Style**. Click the small orange triangle to the left of the section name if you wish to minimize or maximize it.
|
||||
|
||||
What
|
||||
----
|
||||
|
@ -18,7 +18,7 @@ In the **What** box, enter the **Name**, public website **URL**, **Genre** and *
|
|||
|
||||

|
||||
|
||||
Automatic Playlist
|
||||
Autoloading Playlist
|
||||
------------------
|
||||
|
||||
In this section, you can select a playlist that will be used for this show. The playlist must already be defined in your library. **Auto Schedule Playlist** needs to be checked for **Select Playlist** and **Repeat AutoPlaylist Until Show is Full** to be visible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue