Skip to content

Commit

Permalink
SAK-31565 (sakaiproject#3088)
Browse files Browse the repository at this point in the history
Drop box on mobile doesnt have "Highlight (*) individual dropboxes with
recent changes" label
  • Loading branch information
Miguel Pellicer Carro authored and juanjmerono committed Jul 27, 2016
1 parent fc7b694 commit fdd7435
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
#end
</div>
#end
<div class="col-lg-6 col-md-4 col-sm-4 col-xs-4 btn-group btn-group-sm form-inline" style="text-align: right;padding-right:0">
<div class="col-xs-12 col-lg-6 col-md-4 col-sm-4 col-xs-4 btn-group btn-group-sm form-inline" style="text-align: right;padding-right:0">
#if($showHotDropboxWidget)
<label for="dropboxHighlight" class="hidden-sm hidden-xs">
<label for="dropboxHighlight">
<small>$clang.getString("dropbox_highlight")</small>
</label>
<select class="form-control " name="dropboxHighlight" id="dropboxHighlight" onchange="document.getElementById('sakai_action').value='doSetHotDropbox';document.getElementById('showForm').submit();">
Expand Down

0 comments on commit fdd7435

Please sign in to comment.