Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
81782751
Commit
81782751
authored
Jul 29, 2021
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename "Present" to "Enable".
parent
a78fb6d7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
static/galene.css
static/galene.css
+1
-1
static/galene.html
static/galene.html
+6
-6
static/galene.js
static/galene.js
+1
-1
No files found.
static/galene.css
View file @
81782751
...
@@ -739,7 +739,7 @@ h1 {
...
@@ -739,7 +739,7 @@ h1 {
margin-top
:
.1em
;
margin-top
:
.1em
;
font-size
:
1.1em
;
font-size
:
1.1em
;
text-align
:
left
;
text-align
:
left
;
width
:
5.
5
em
;
width
:
5.
8
em
;
}
}
#videoselect
{
#videoselect
{
...
...
static/galene.html
View file @
81782751
...
@@ -40,12 +40,12 @@
...
@@ -40,12 +40,12 @@
<ul
class=
"nav-menu"
>
<ul
class=
"nav-menu"
>
<li>
<li>
<button
id=
"presentbutton"
class=
"invisible btn btn-success"
>
<button
id=
"presentbutton"
class=
"invisible btn btn-success"
>
<i
class=
"fas fa-play"
aria-hidden=
"true"
></i><span
class=
"nav-text"
>
Ready
</span>
<i
class=
"fas fa-play"
aria-hidden=
"true"
></i><span
class=
"nav-text"
>
Enable
</span>
</button>
</button>
</li>
</li>
<li>
<li>
<button
id=
"unpresentbutton"
class=
"invisible btn btn-cancel"
>
<button
id=
"unpresentbutton"
class=
"invisible btn btn-cancel"
>
<i
class=
"fas fa-stop"
aria-hidden=
"true"
></i><span
class=
"nav-text"
>
Panic
</span>
<i
class=
"fas fa-stop"
aria-hidden=
"true"
></i><span
class=
"nav-text"
>
Disable
</span>
</button>
</button>
</li>
</li>
<li>
<li>
...
@@ -110,19 +110,19 @@
...
@@ -110,19 +110,19 @@
<label
for=
"password"
>
Password
</label>
<label
for=
"password"
>
Password
</label>
<input
id=
"password"
type=
"password"
name=
"password"
<input
id=
"password"
type=
"password"
name=
"password"
autocomplete=
"current-password"
class=
"form-control"
/>
autocomplete=
"current-password"
class=
"form-control"
/>
<label>
Auto ready
</label>
<label>
Enable at start:
</label>
<div
class=
"present-switch"
>
<div
class=
"present-switch"
>
<p
class=
"switch-radio"
>
<p
class=
"switch-radio"
>
<input
id=
"presentoff"
type=
"radio"
name=
"presentradio"
value=
""
checked
/>
<input
id=
"presentoff"
type=
"radio"
name=
"presentradio"
value=
""
checked
/>
<label
for=
"presentoff"
>
Disabled
</label>
<label
for=
"presentoff"
>
Nothing
</label>
</p>
</p>
<p
class=
"switch-radio"
>
<p
class=
"switch-radio"
>
<input
id=
"presentmike"
type=
"radio"
name=
"presentradio"
value=
"mike"
/>
<input
id=
"presentmike"
type=
"radio"
name=
"presentradio"
value=
"mike"
/>
<label
for=
"presentmike"
>
Enable m
icrophone
</label>
<label
for=
"presentmike"
>
M
icrophone
</label>
</p>
</p>
<p
class=
"switch-radio"
>
<p
class=
"switch-radio"
>
<input
id=
"presentboth"
type=
"radio"
name=
"presentradio"
value=
"both"
/>
<input
id=
"presentboth"
type=
"radio"
name=
"presentradio"
value=
"both"
/>
<label
for=
"presentboth"
>
Enable c
amera and microphone
</label>
<label
for=
"presentboth"
>
C
amera and microphone
</label>
</p>
</p>
</div>
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
...
...
static/galene.js
View file @
81782751
...
@@ -2181,7 +2181,7 @@ async function gotJoined(kind, group, perms, status, message) {
...
@@ -2181,7 +2181,7 @@ async function gotJoined(kind, group, perms, status, message) {
}
}
}
else
{
}
else
{
displayMessage
(
displayMessage
(
"
Press
Ready
to enable your camera or microphone
"
"
Press
Enable
to enable your camera or microphone
"
);
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment