chat designer: add disclaimer to preview

This commit is contained in:
Felix Niklas 2015-11-23 15:58:43 +01:00
parent bf4301cb98
commit c7a6d5f62f
2 changed files with 8 additions and 2 deletions

View file

@ -57,11 +57,13 @@
</div>
</div>
</div>
<label for="preview-iframe" class="formGroup-label"><%- @T('Preview') %></label>
<div class="browser chat-demo js-browser">
<div class="browser-head">
<form class="browser-input js-testurl" novalidate>
<input type="url" class="js-testurl-input" placeholder="zammad.org">
<input type="url" class="js-testurl-input" id="preview-iframe" placeholder="zammad.org">
<span class="help-block"><%- @T("Because of security reasons some websites can't be displayed (for example google.com).") %></span>
</form>
</div>
<div class="browser-body js-demo">

View file

@ -7441,6 +7441,10 @@ output {
}
}
.help-block {
margin-bottom: -3px;
}
.browser-control {
width: 39px;
display: flex;