owntone-server/admin-root/config.html
Anders Betnér dffdfa56c6 Added warning if mt-daapd.conf not writable
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
2006-05-18 18:48:53 +00:00

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@