diff --git a/templates/ContentGenerator/Instructor/ProblemSetList/set_list_row.html.ep b/templates/ContentGenerator/Instructor/ProblemSetList/set_list_row.html.ep
index 87b78fedef..56a5f0f607 100644
--- a/templates/ContentGenerator/Instructor/ProblemSetList/set_list_row.html.ep
+++ b/templates/ContentGenerator/Instructor/ProblemSetList/set_list_row.html.ep
@@ -16,29 +16,29 @@
<%= check_box selected_sets => $set_id, id => "${set_id}_id", class => 'form-check-input' =%>
-
+
<%= label_for "${set_id}_id", begin =%>
<%= $prettySetID =%>
- % if ($authz->hasPermissions(param('user'), 'modify_problem_sets')) {
- <%= link_to $c->systemLink(
- url_for('instructor_set_list', setID => $set_id),
- params => { editMode => 1, visible_sets => $set_id }
- ),
- class => 'set-id-tooltip',
- 'aria-label' => maketext('Edit Set Data'),
- data => {
- bs_toggle => 'tooltip',
- bs_placement => 'right',
- bs_title => maketext('Edit Set Data')
- },
- begin =%>
-
- <% end =%>
- % }
<% end =%>
+ % if ($authz->hasPermissions(param('user'), 'modify_problem_sets')) {
+ <%= link_to $c->systemLink(
+ url_for('instructor_set_list', setID => $set_id),
+ params => { editMode => 1, visible_sets => $set_id }
+ ),
+ class => 'set-id-tooltip',
+ 'aria-label' => maketext('Edit Set Data'),
+ data => {
+ bs_toggle => 'tooltip',
+ bs_placement => 'right',
+ bs_title => maketext('Edit Set Data')
+ },
+ begin =%>
+
+ <% end =%>
+ % }
|
%# Problems link
diff --git a/templates/ContentGenerator/Instructor/ProblemSetList/set_list_table.html.ep b/templates/ContentGenerator/Instructor/ProblemSetList/set_list_table.html.ep
index f045836bd2..010873fec1 100644
--- a/templates/ContentGenerator/Instructor/ProblemSetList/set_list_table.html.ep
+++ b/templates/ContentGenerator/Instructor/ProblemSetList/set_list_table.html.ep
@@ -37,9 +37,11 @@
% for (@$fieldNames) {
- <%= link_to maketext('Login Name') => '#', class => 'sort-header',
- data => { sort_field => 'user_id' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'user_id' =%>
+
+ <%= link_to maketext('Login Name') => '#', class => 'sort-header',
+ data => { sort_field => 'user_id' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'user_id' =%>
+
|
<%= maketext('Login Status') %> |
<%= maketext('Assigned Sets') %> |
- <%= link_to maketext('First Name') => '#', class => 'sort-header',
- data => { sort_field => 'first_name' } %>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'first_name' =%>
+
+ <%= link_to maketext('First Name') => '#', class => 'sort-header',
+ data => { sort_field => 'first_name' } %>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'first_name' =%>
+
|
- <%= link_to maketext('Last Name') => '#', class => 'sort-header',
- data => { sort_field => 'last_name' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'last_name' =%>
+
+ <%= link_to maketext('Last Name') => '#', class => 'sort-header',
+ data => { sort_field => 'last_name' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'last_name' =%>
+
|
<%= maketext('Email Link') %> |
- <%= link_to maketext('Student ID') => '#', class => 'sort-header',
- data => { sort_field => 'student_id' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'student_id' =%>
+
+ <%= link_to maketext('Student ID') => '#', class => 'sort-header',
+ data => { sort_field => 'student_id' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'student_id' =%>
+
|
- <%= link_to maketext('Status') => '#', class => 'sort-header',
- data => { sort_field => 'status' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'status' =%>
+
+ <%= link_to maketext('Status') => '#', class => 'sort-header',
+ data => { sort_field => 'status' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'status' =%>
+
|
- <%= link_to maketext('Section') => '#', class => 'sort-header',
- data => { sort_field => 'section' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'section' =%>
+
+ <%= link_to maketext('Section') => '#', class => 'sort-header',
+ data => { sort_field => 'section' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'section' =%>
+
|
- <%= link_to maketext('Recitation') => '#', class => 'sort-header',
- data => { sort_field => 'recitation' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'recitation' =%>
+
+ <%= link_to maketext('Recitation') => '#', class => 'sort-header',
+ data => { sort_field => 'recitation' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'recitation' =%>
+
|
- <%= link_to maketext('Comment') => '#', class => 'sort-header',
- data => { sort_field => 'comment' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'comment' =%>
+
+ <%= link_to maketext('Comment') => '#', class => 'sort-header',
+ data => { sort_field => 'comment' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'comment' =%>
+
|
- <%= link_to maketext('Permission Level') => '#', class => 'sort-header',
- data => { sort_field => 'permission' } =%>
- <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'permission' =%>
+
+ <%= link_to maketext('Permission Level') => '#', class => 'sort-header',
+ data => { sort_field => 'permission' } =%>
+ <%= include 'ContentGenerator/Instructor/UserList/sort_button', field => 'permission' =%>
+
|
% end
% } else {
diff --git a/templates/ContentGenerator/Instructor/UserList/user_row.html.ep b/templates/ContentGenerator/Instructor/UserList/user_row.html.ep
index 73e95b1f10..ef14d6205b 100644
--- a/templates/ContentGenerator/Instructor/UserList/user_row.html.ep
+++ b/templates/ContentGenerator/Instructor/UserList/user_row.html.ep
@@ -11,7 +11,7 @@
% # User id
-
+
% # Make the user id the label for the select user checkbox.
<%= label_for $user->user_id . '_checkbox', begin =%>
% if (!$authz->hasPermissions(param('user'), 'become_student')) {
|