From 20410a9c6c65fe1c445e1680b9581d960aa8652b Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Wed, 25 Mar 2015 18:11:38 -0400 Subject: [PATCH] Implement profile image moderation TNL-1548 --- lms/templates/manage_user_standing.html | 141 +++++++++++++++++------- 1 file changed, 99 insertions(+), 42 deletions(-) diff --git a/lms/templates/manage_user_standing.html b/lms/templates/manage_user_standing.html index 953b1ab302..f7cb08069d 100644 --- a/lms/templates/manage_user_standing.html +++ b/lms/templates/manage_user_standing.html @@ -3,54 +3,111 @@ <%! from django.core.urlresolvers import reverse %> <%! from django.utils.translation import ugettext as _ %> -

${_("Disable or Reenable student accounts")}

-
- - -
- - -
- - -
-
+

${_("Manage student accounts")}

+ + + +
+
+

${_("Profile:")}

+ + +
+ + +
+
+

${_("Choose an action:")}

+ + +
+ + +
+ + +
+ + +
+
+
- -
-
-

+ +

${_("Students whose accounts have been disabled")}

${_("(reload your page to refresh)")}

- - % for header in headers: - - % endfor - - % for row in rows: - - % for cell in row: - - % endfor - - % endfor + + % for header in headers: + + % endfor + + % for row in rows: + + % for cell in row: + + % endfor + + % endfor
${header}
${cell}
${header}
${cell}
+<% +PLACEHOLDER_USERNAME = '__PLACEHOLDER_USERNAME' +%> +