17 lines
697 B
PHTML
17 lines
697 B
PHTML
<form method="<?php echo $this->element->getMethod() ?>" action="<?php echo $this->element->getAction() ?>" enctype="application/x-www-form-urlencoded">
|
|
|
|
<?php echo $this->element->getSubform('preferences_general') ?>
|
|
|
|
<?php echo $this->element->getSubform('preferences_watched_dirs') ?>
|
|
|
|
<h3 class="collapsible-header"><span class="arrow-icon"></span>SoundCloud Settings</h3>
|
|
<div class="collapsible-content" id="soundcloud-settings" style="display: none;">
|
|
<?php echo $this->element->getSubform('preferences_soundcloud') ?>
|
|
</div>
|
|
|
|
<div class="button-bar bottom" id="submit-element">
|
|
<?php echo $this->element->getElement('submit') ?>
|
|
</div>
|
|
|
|
</form>
|