jam-cloud/web/app/views/clients/_addNewGear.html.erb

16 lines
813 B
Plaintext

<!-- Add New Gear Dialog -->
<div class="dialog" layout="dialog" layout-id="add-new-audio-gear" style="max-width:500px;">
<div class="content-head">
<%= image_tag "content/icon_add.png", {:width => 19, :height => 19, :class => 'content-icon' } %>
<h1>add new audio gear</h1>
</div>
<div class="dialog-inner">
To add a new audio device, you must exit your current session and test the device using the JamKazam automated test feature.
<br clear="left" /><br />
<div class="right">
<a id="btn-cancel-new-audio" layout-action="close" class="button-grey">CANCEL</a>&nbsp;
<a id="btn-leave-session-test" layout-action="close" class="button-orange">LEAVE SESSION &amp; START TEST</a>
</div>
<br clear="all" />
</div>
</div>