Commit 79ddc852 by Dányi Bence

webui: template wizard markup fix

parent d7f9727d
......@@ -52,13 +52,11 @@
</li>
</ul>
<nav>
<!-- <a href="#" class="prev">{% trans "&laquo; Cancel" %}</a>
-->
<input type="reset" class="prev" value="{% trans "Cancel" %}" />
<input type="submit" class="next" value="{% trans "Launch master instance" %}" />
<div class="clear"></div>
</nav>
<script type="text/javascript">
<input type="reset" class="prev" value="{% trans "Cancel" %}" />
<input type="submit" class="next" value="{% trans "Launch master instance" %}" />
<div class="clear"></div>
</nav>
<script type="text/javascript">
$(function(){
$('#new-template-step-2 nav .prev').click(function(){
$('#modal').hide();
......@@ -102,5 +100,5 @@
}());
})
</script>
</div>
</div>
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment