|
@@ -30,15 +30,15 @@
|
30
|
30
|
<a class="poweredby" href="http://jitsi.org" target="_new" ><span data-i18n="poweredby"></span> jitsi.org</a>
|
31
|
31
|
|
32
|
32
|
<div id="enter_room_container">
|
33
|
|
- <div id="enter_room_form" >
|
34
|
|
- <div id="domain_name"></div>
|
35
|
|
- <div id="enter_room">
|
36
|
|
- <input id="enter_room_field" type="text" autofocus/>
|
37
|
|
- <div class="icon-reload" id="reload_roomname"></div>
|
38
|
|
- <input id="enter_room_button" type="button" data-i18n="[value]welcomepage.go" value="GO" />
|
|
33
|
+ <div id="enter_room_form" >
|
|
34
|
+ <div id="domain_name"></div>
|
|
35
|
+ <div id="enter_room">
|
|
36
|
+ <input id="enter_room_field" type="text" autofocus/>
|
|
37
|
+ <div class="icon-reload" id="reload_roomname"></div>
|
|
38
|
+ <input id="enter_room_button" type="button" data-i18n="[value]welcomepage.go" value="GO" />
|
39
|
39
|
|
40
|
|
- </div>
|
41
|
40
|
</div>
|
|
41
|
+ </div>
|
42
|
42
|
</div>
|
43
|
43
|
<div id="brand_header"></div>
|
44
|
44
|
<input type='checkbox' name='checkbox' id="disable_welcome"/>
|
|
@@ -202,23 +202,19 @@
|
202
|
202
|
<div id="moderatorOptionsTitle" class="subTitle hide" data-i18n="settings.moderator"></div>
|
203
|
203
|
<div id="startMutedOptions" class="hide">
|
204
|
204
|
<div class="sideToolbarBlock first">
|
205
|
|
- <aui-label for="startAudioMuted">
|
206
|
|
- <p data-i18n="settings.startAudioMuted"></p>
|
207
|
|
- </aui-label>
|
208
|
|
- <aui-toggle id="startAudioMuted" label="Audio muted"></aui-toggle>
|
|
205
|
+ <input type="checkbox" id="startAudioMuted">
|
|
206
|
+ <label class="startMutedLabel" for="startAudioMuted" data-i18n="settings.startAudioMuted"></label>
|
209
|
207
|
</div>
|
210
|
208
|
<div class="sideToolbarBlock">
|
211
|
|
- <aui-label for="startVideoMuted" >
|
212
|
|
- <p data-i18n="settings.startVideoMuted"></p>
|
213
|
|
- </aui-label>
|
214
|
|
- <aui-toggle id="startVideoMuted" label="Video muted"></aui-toggle>
|
|
209
|
+ <input type="checkbox" id="startVideoMuted">
|
|
210
|
+ <label class="startMutedLabel" for="startVideoMuted" data-i18n="settings.startVideoMuted"></label>
|
215
|
211
|
</div>
|
216
|
212
|
</div>
|
217
|
|
- <div id="followMeOptions" class="sideToolbarBlock hide">
|
218
|
|
- <aui-label for="followMeCheckBox">
|
219
|
|
- <p data-i18n="settings.followMe"></p>
|
220
|
|
- </aui-label>
|
221
|
|
- <aui-toggle id="followMeCheckBox" label="Follow Me"></aui-toggle>
|
|
213
|
+ <div id="followMeOptions" class="hide">
|
|
214
|
+ <div class="sideToolbarBlock">
|
|
215
|
+ <input type="checkbox" id="followMeCheckBox">
|
|
216
|
+ <label class="followMeLabel" for="followMeCheckBox" data-i18n="settings.followMe"></label>
|
|
217
|
+ </div>
|
222
|
218
|
</div>
|
223
|
219
|
</div>
|
224
|
220
|
</form>
|