template cleanup
This commit is contained in:
parent
cc868a8930
commit
32041213b4
2 changed files with 5 additions and 1 deletions
|
@ -98,6 +98,9 @@ form.customForm input.concept-search {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
background-color: #317e95;
|
background-color: #317e95;
|
||||||
}
|
}
|
||||||
|
form.customForm h5.services {
|
||||||
|
margin-bottom: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* <------ DATE TIME*/
|
/* <------ DATE TIME*/
|
||||||
form.customForm label.dateTime {
|
form.customForm label.dateTime {
|
||||||
|
|
|
@ -78,9 +78,10 @@
|
||||||
</div>
|
</div>
|
||||||
<form id="addConceptForm" class="customForm" action="${submitUrl}">
|
<form id="addConceptForm" class="customForm" action="${submitUrl}">
|
||||||
<#assign checkedSource = false />
|
<#assign checkedSource = false />
|
||||||
|
<h5 class="services">External Vocabulary Services</h5>
|
||||||
<#list sources?keys as sourceUri>
|
<#list sources?keys as sourceUri>
|
||||||
<input type="radio" name="source" value="${sourceUri}" role="radio" <#if checkedSource = false><#assign checkedSource = true/>checked="checked"</#if>>
|
<input type="radio" name="source" value="${sourceUri}" role="radio" <#if checkedSource = false><#assign checkedSource = true/>checked="checked"</#if>>
|
||||||
<label class="inline" for="${sources[sourceUri]}"> ${sources[sourceUri]}</label>
|
<label class="inline" for="${sources[sourceUri]}"> ${sources[sourceUri]} (${vocabDesc})</label>
|
||||||
<br />
|
<br />
|
||||||
</#list>
|
</#list>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue