The Local Settings Page now uses the connector API to determine which parameters are required for protocols

This commit is contained in:
cat 2012-12-18 11:41:13 +01:00 committed by Thulinma
parent 91496245f9
commit 4c28d00a91
3 changed files with 245 additions and 65 deletions

View file

@ -247,7 +247,8 @@ label
width: 400px;
}
label input
label input,
label select
{
float: right;
margin: -8px 0 0 0;
@ -288,8 +289,11 @@ th,
p,
label,
#page label input,
#page label select,
#page > button,
#editserver > button, #forcesave > button
#editserver > button,
#forcesave > button,
#editprotocol > button
{
font: normal bold 11pt Arial, sans-serif;
text-transform: uppercase;
@ -341,8 +345,15 @@ td
width: auto;
padding: 0;
}
#protocoldesc p
{
font-weight: normal;
text-transform: none;
}
#protocolfields
{
margin-top: 10px;
}
#forcesave
{