forked from External/greenlight
Use 'unpublished' instead of 'inaccessible'
This commit is contained in:
@ -79,7 +79,7 @@ class @Recordings
|
||||
if type == 'display'
|
||||
roomName = Meeting.getInstance().getId()
|
||||
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.listed
|
||||
cls = classes[2]
|
||||
|
@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
.recording-update-trigger {
|
||||
&.recording-inaccessible {
|
||||
&.recording-unpublished {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
@ -51,8 +51,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
</button>
|
||||
</div>
|
||||
<div class="recording-visibility-popover">
|
||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="inaccessible">
|
||||
<%= t('innaccessible') %>
|
||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
||||
<%= t('unpublished') %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
||||
<%= t('unlisted') %>
|
||||
|
Reference in New Issue
Block a user