mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
dffdfa56c6
Switch order of save cancel buttons when on a Mac Disable save button (will write a script to enable it as soon as something changes on the page) Removed art_filename from config.xml
50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
@include hdr.html@
|
|
<style type="text/css">
|
|
label {
|
|
float: left;
|
|
width: 11em;
|
|
font: icon;
|
|
padding-top: .3em;
|
|
padding-left: 1em;
|
|
}
|
|
input {
|
|
font: icon;
|
|
}
|
|
select {
|
|
font: icon;
|
|
}
|
|
#config_path {
|
|
float: left;
|
|
width: 11em;
|
|
font:icon;
|
|
padding-top: .3em;
|
|
padding-left: 1em;
|
|
}
|
|
.addItemHref {
|
|
float: left;
|
|
margin-left: 11em;
|
|
font: icon;
|
|
padding-left: 1.5em;
|
|
margin-bottom: .5em;
|
|
}
|
|
#config_not_writable_warning {
|
|
background-color: yellow;
|
|
padding: 1em;
|
|
border: 1px solid #8CACBB;
|
|
}
|
|
</style>
|
|
<h1>Configuration</h1>
|
|
|
|
<p class="description">
|
|
<!-- Note that the following fields will only be editable if the
|
|
configuration file itself is writable by the mt-daapd server. If you
|
|
make changes to these settings, they will not be reflected in the
|
|
running server. The server must be restarted for these values to
|
|
take effect.-->
|
|
This is work in progress. no changes saved, some fields not updated, some not even in mt-daapd.conf</p>
|
|
<div id="config_not_writable_warning" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
|
|
<form id="theform" method="get" action="#">
|
|
</form>
|
|
<div id="buttons"></div>
|
|
@include ftr.html@
|