forked from External/greenlight
		
	change display names for recording visibility states
This commit is contained in:
		@@ -58,14 +58,14 @@ 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="unpublished">
 | 
			
		||||
      <%= t('unpublished') %>
 | 
			
		||||
    <button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
 | 
			
		||||
      <%= t('published') %>
 | 
			
		||||
    </button>
 | 
			
		||||
    <button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
 | 
			
		||||
      <%= t('unlisted') %>
 | 
			
		||||
    </button>
 | 
			
		||||
    <button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
 | 
			
		||||
      <%= t('published') %>
 | 
			
		||||
    <button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
 | 
			
		||||
      <%= t('unpublished') %>
 | 
			
		||||
    </button>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="alert-template">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user