template cleanup

This commit is contained in:
tworrall 2011-12-01 19:07:06 +00:00
parent cc868a8930
commit 32041213b4
2 changed files with 5 additions and 1 deletions

View file

@ -98,6 +98,9 @@ form.customForm input.concept-search {
margin-bottom: 1em;
background-color: #317e95;
}
form.customForm h5.services {
margin-bottom: -10px;
}
/* <------ DATE TIME*/
form.customForm label.dateTime {

View file

@ -78,9 +78,10 @@
</div>
<form id="addConceptForm" class="customForm" action="${submitUrl}">
<#assign checkedSource = false />
<h5 class="services">External Vocabulary Services</h5>
<#list sources?keys as sourceUri>
<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]} &nbsp;(${vocabDesc})</label>
<br />
</#list>