";
@@ -119,7 +118,7 @@ function neweditor()
$x = 0;
foreach($user_what as $k=>$v ) {
$sel = (in_array($k, $show_types)) ? 'checked="checked"' : '';
- echo "
';
- echo "{$roleData['name']} | ";
-
- echo "";
- if($roleData["active"] == 'yes') {
- echo " ".i18n("yes")." ";
- $userstate = 'active';
- } else {
- echo "".i18n("no")." ";
- $userstate = 'inactive';
- }
- echo " | ";
-
- echo "";
- if(in_array($roleData['type'], array('parent','committee','alumni','mentor','fair'))) {
- /* Do nothing, there's nothing to complete */
- } else if($roleData["complete"] == 'yes') {
- echo " ".i18n("yes")." ";
- $complete = true;
- } else {
- echo "".i18n("no")." ";
- $incomplete = true;
- }
- echo " | ";
-
- if($first) {
- /* Finish off the the first line */
- echo "";
- echo " ";
- echo " ";
- echo " | ";
- }
-
- $first = false;
+ echo "";
+ if($r["active"] == 'yes') {
+ echo " ".i18n("yes")." ";
+ $userstate = 'active';
+ } else {
+ echo "".i18n("no")." ";
+ $userstate = 'inactive';
}
+ echo " | ";
+
+ echo "";
+ if(in_array($r['type'], array('parent','committee','alumni','mentor','fair','admin','config'))) {
+ /* Do nothing, there's nothing to complete */
+ } else if($r["complete"] == 'yes') {
+ echo " ".i18n("yes")." ";
+ $complete = true;
+ } else {
+ echo "".i18n("no")." ";
+ $incomplete = true;
+ }
+ echo " | ";
+
+ /* Finish off the the first line */
+ echo "";
+ echo " ";
+ echo " ";
+ echo " | ";
+
echo '