Skip to content
Snippets Groups Projects
Commit f605e90f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#585 - cleanup

parent c2c00aae
Branches
Tags
No related merge requests found
...@@ -205,24 +205,6 @@ ...@@ -205,24 +205,6 @@
</li> </li>
</#macro> </#macro>
<#macro stepOne>
<@stepCollapsible step=locale.getString("chart.steps.first.step") stepName=locale.getString("chart.steps.first") isActive=!chart??>
<div class="input-field col s12 m12 l8 offset-l2 no-margin-top">
<select name="chartID">
<#list charts as chart>
<#assign chartName=chartFunctions.getChartName(chart)>
<#if chartSettings.getChartID() == chart.getID()>
<option selected value="${chart.getID()?c}">${chartName}</option>
<#continue>
</#if>
<option value="${chart.getID()?c}">${chartName}</option>
</#list>
</select>
</div>
</@stepCollapsible>
</#macro>
<#macro stepTwo> <#macro stepTwo>
<@stepCollapsible step=locale.getString("chart.steps.second.step") stepName=locale.getString("chart.steps.second") isActive=false> <@stepCollapsible step=locale.getString("chart.steps.second.step") stepName=locale.getString("chart.steps.second") isActive=false>
<div class="input-field col s6 m6 l4 offset-l2"> <div class="input-field col s6 m6 l4 offset-l2">
...@@ -274,7 +256,6 @@ ...@@ -274,7 +256,6 @@
</@stepCollapsible> </@stepCollapsible>
</#macro> </#macro>
<#macro stepThree> <#macro stepThree>
<@stepCollapsible step=locale.getString("chart.steps.third.step") stepName=locale.getString("chart.steps.third") isActive=false> <@stepCollapsible step=locale.getString("chart.steps.third.step") stepName=locale.getString("chart.steps.third") isActive=false>
<div class="col s12 m12 l8 offset-l2 no-margin-top center-align"> <div class="col s12 m12 l8 offset-l2 no-margin-top center-align">
<@transactionsMacros.buttonFilter chartSettings.getFilterConfiguration().isActive()/> <@transactionsMacros.buttonFilter chartSettings.getFilterConfiguration().isActive()/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment