Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / components / reveal-modal.hbs @ 9d514d49

History | View | Annotate | Download (278 Bytes)

1
{{ yield }}
2

    
3
{{#if hasButtons}}
4
	<p class="buttons">
5
		<a href="" {{ action "ok" }} class="btn4"><span>Yes</span></a>
6
		<a href="" {{ action "close" }} class="btn4"><span>No</span></a>
7
	</p>
8
{{/if}}
9

    
10
<a class="close-reveal-modal has-tip" data-tooltip title="close window">x</a>