chat designer: add flat design switch
This commit is contained in:
parent
f4c4dcf9b3
commit
778fe5b538
1 changed files with 11 additions and 10 deletions
|
@ -138,6 +138,17 @@
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block"><%- @T('The default font size is 12px.') %></span>
|
<span class="help-block"><%- @T('The default font size is 12px.') %></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="switch form-group formGroup--halfSize">
|
||||||
|
<div class="formGroup-label">
|
||||||
|
<label for="form-chat-flat"><%- @T('Flat Design') %></label>
|
||||||
|
</div>
|
||||||
|
<div class="controls">
|
||||||
|
<div class="zammad-switch">
|
||||||
|
<input name="flat" type="checkbox" id="form-chat-flat">
|
||||||
|
<label for="form-chat-flat"></label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -159,16 +170,6 @@
|
||||||
</span>
|
</span>
|
||||||
<%- @T('Enable debugging for implementation.') %>
|
<%- @T('Enable debugging for implementation.') %>
|
||||||
</label>
|
</label>
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<label class="inline-label">
|
|
||||||
<span class="checkbox-replacement checkbox-replacement--inline">
|
|
||||||
<input type="checkbox" name="flat" value="true">
|
|
||||||
<%- @Icon('checkbox', 'icon-unchecked') %>
|
|
||||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
|
||||||
</span>
|
|
||||||
<%- @T('Flat design.') %>
|
|
||||||
</label>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue