-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MT bulk op to change to group not working
- Loading branch information
Showing
2 changed files
with
107 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div class="panel panel-default"> | ||
<div class="panel-body forcebreak"> | ||
<h4> | ||
<div class="glyphicon glyphicon-time" ></div> | ||
Change to Group Settings | ||
</h4> | ||
<p>Group: {{nameshort}}</p> | ||
<div class="js-download"> | ||
Finding possible members to change (<span class="js-count">0</span>)... | ||
</div> | ||
<div class="progress js-progress" style="display: none"> | ||
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;" /> | ||
</div> | ||
</div> | ||
</div> |