forked from External/greenlight
Use 'unpublished' instead of 'inaccessible'
This commit is contained in:
parent
f763d8394e
commit
04ae45e4f4
|
@ -79,7 +79,7 @@ class @Recordings
|
||||||
if type == 'display'
|
if type == 'display'
|
||||||
roomName = Meeting.getInstance().getId()
|
roomName = Meeting.getInstance().getId()
|
||||||
recordingActions = $('.hidden-elements').find('.recording-actions')
|
recordingActions = $('.hidden-elements').find('.recording-actions')
|
||||||
classes = ['recording-inaccessible', 'recording-unlisted', 'recording-published']
|
classes = ['recording-unpublished', 'recording-unlisted', 'recording-published']
|
||||||
if row.published
|
if row.published
|
||||||
if row.listed
|
if row.listed
|
||||||
cls = classes[2]
|
cls = classes[2]
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.recording-update-trigger {
|
.recording-update-trigger {
|
||||||
&.recording-inaccessible {
|
&.recording-unpublished {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,8 +51,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="recording-visibility-popover">
|
<div class="recording-visibility-popover">
|
||||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="inaccessible">
|
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
||||||
<%= t('innaccessible') %>
|
<%= t('unpublished') %>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
||||||
<%= t('unlisted') %>
|
<%= t('unlisted') %>
|
||||||
|
|
|
@ -65,7 +65,6 @@ en-US:
|
||||||
greet_user: Welcome, %{name}
|
greet_user: Welcome, %{name}
|
||||||
greet_guest: Welcome to %{name} Meeting Space
|
greet_guest: Welcome to %{name} Meeting Space
|
||||||
hi_all: Hi Everyone
|
hi_all: Hi Everyone
|
||||||
innaccessible: Innaccessible
|
|
||||||
join: Join
|
join: Join
|
||||||
join_session: Join the current session
|
join_session: Join the current session
|
||||||
join_session_id: Join %{id}
|
join_session_id: Join %{id}
|
||||||
|
@ -100,6 +99,7 @@ en-US:
|
||||||
your_personal_room: Your Personal Room
|
your_personal_room: Your Personal Room
|
||||||
thumbnails: Thumbnails
|
thumbnails: Thumbnails
|
||||||
unlisted: Unlisted
|
unlisted: Unlisted
|
||||||
|
unpublished: Unpublished
|
||||||
url_copy_explanation: Copy this URL to invite others to the meeting
|
url_copy_explanation: Copy this URL to invite others to the meeting
|
||||||
url_refresh_hint: Generate a new meeting URL
|
url_refresh_hint: Generate a new meeting URL
|
||||||
video: Video
|
video: Video
|
||||||
|
|
Loading…
Reference in New Issue