Fixed the teaclient
This commit is contained in:
parent
a7c8d764f4
commit
9a511b502c
2 changed files with 4 additions and 4 deletions
|
@ -2237,7 +2237,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container audio-microphone">
|
||||
{{include tmpl="#tmpl_settings-microphone" /}}
|
||||
{{include tmpl="tmpl_settings-microphone" /}}
|
||||
</div>
|
||||
<div class="container audio-speaker">
|
||||
<div class="left">
|
||||
|
@ -2326,7 +2326,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container identity-profiles">
|
||||
{{include tmpl="#tmpl_settings-profiles" /}}
|
||||
{{include tmpl="tmpl_settings-profiles" /}}
|
||||
</div>
|
||||
<div class="container identity-forum">
|
||||
<div class="fill">
|
||||
|
|
|
@ -38,10 +38,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="step step-microphone">
|
||||
{{include tmpl="#tmpl_settings-microphone" /}}
|
||||
{{include tmpl="tmpl_settings-microphone" /}}
|
||||
</div>
|
||||
<div class="step step-identity">
|
||||
{{include tmpl="#tmpl_settings-profiles" /}}
|
||||
{{include tmpl="tmpl_settings-profiles" /}}
|
||||
</div>
|
||||
<div class="step step-speaker">
|
||||
<h1>TODO</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue