chat designer: add disclaimer to preview
This commit is contained in:
parent
bf4301cb98
commit
c7a6d5f62f
2 changed files with 8 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -7441,6 +7441,10 @@ output {
|
|||
}
|
||||
}
|
||||
|
||||
.help-block {
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
.browser-control {
|
||||
width: 39px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue