Revision 0467b6cd snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates/wizard.hbs

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates/wizard.hbs
6 6
					{{collection Synnefo.WizardHeadersView}}
7 7
			</div>
8 8
			{{collection Synnefo.WizardSubMenusView}}
9
			{{!-- maybe the menu should be part of each step -> html change (move from top) --}}
10
		</div>
11
		<div class="middle">
12
			<div class="steps">
13
				{{view Synnefo.WizardVmStep1View}}
14
			</div>
9 15
		</div>
10
		{{collection Synnefo.WizardStepsView}}
11 16
		<div class="bottom">
12 17
			<div class="row">
13 18
				{{view Synnefo.WizardBtnBackView}}
......
15 20
			</div>
16 21
		</div>
17 22
	</div>
18
</section>
23
</section>
24

  
25
{{!-- 
26
// list.hbs
27
{{ each }}
28
{{ render 'item' }}
29
{{}}
30

  
31
// item.hbs
32
{{# if selectedId == this.id }}current{{/ if}} --}}

Also available in: Unified diff