Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
1c55ab72a4
|
@ -27,10 +27,6 @@ class LibraryController extends Zend_Controller_Action
|
||||||
$this->search_sess = new Zend_Session_Namespace("search");
|
$this->search_sess = new Zend_Session_Namespace("search");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function indexAction() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function contextMenuAction()
|
public function contextMenuAction()
|
||||||
{
|
{
|
||||||
$id = $this->_getParam('id');
|
$id = $this->_getParam('id');
|
||||||
|
|
|
@ -2,25 +2,6 @@
|
||||||
|
|
||||||
class Application_Form_EditAudioMD extends Zend_Form
|
class Application_Form_EditAudioMD extends Zend_Form
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
"title": "track_title",\
|
|
||||||
"artist": "artist_name",\
|
|
||||||
"album": "album_title",\
|
|
||||||
"genre": "genre",\
|
|
||||||
"mood": "mood",\
|
|
||||||
"tracknumber": "track_number",\
|
|
||||||
"bpm": "bpm",\
|
|
||||||
"organization": "label",\
|
|
||||||
"composer": "composer",\
|
|
||||||
"encodedby": "encoded_by",\
|
|
||||||
"conductor": "conductor",\
|
|
||||||
"date": "year",\
|
|
||||||
"website": "info_url",\
|
|
||||||
"isrc": "isrc_number",\
|
|
||||||
"copyright": "copyright",\
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
// Set the method for the display form to POST
|
// Set the method for the display form to POST
|
||||||
|
@ -152,7 +133,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
||||||
'label' => 'Cancel',
|
'label' => 'Cancel',
|
||||||
'onclick' => 'javascript:document.location="/Library"',
|
'onclick' => 'javascript:document.location = document.referrer',
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper'
|
'ViewHelper'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue