Skip to content
Snippets Groups Projects
Commit a06343f6 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added a little bit of form magic

parent 2bdd237e
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,10 @@ ...@@ -92,7 +92,10 @@
</dl> </dl>
<#if weatherStation.weatherStationDataSourceId?has_content> <#if weatherStation.weatherStationDataSourceId?has_content>
<h3>${i18nBundle.test} ${i18nBundle.dataSource?lower_case}</h3> <h3>${i18nBundle.test} ${i18nBundle.dataSource?lower_case}</h3>
<form action="${weatherStation.dataFetchUri}" method="POST" target="new" class="form-horizontal" role="form"> <form action="${weatherStation.dataFetchUri}" method="GET" target="new" class="form-horizontal" role="form">
<#list queryParams as queryParam>
<input type="hidden" name="${queryParam.name}" value="${queryParam.value}"/>
</#list>
<div class="form-group"> <div class="form-group">
<label class="col-lg-4 control-label" for="elementMeasurementTypes[]">${i18nBundle.elementMeasurementTypes}</label> <label class="col-lg-4 control-label" for="elementMeasurementTypes[]">${i18nBundle.elementMeasurementTypes}</label>
<div class="col-lg-8"> <div class="col-lg-8">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment