Changeset 806
- Timestamp:
- 11/30/06 03:56:16 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App/CMS.pm (modified) (2 diffs)
- branches/wheeljack/tmpl/cms/edit_role.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App/CMS.pm
r804 r806 10604 10604 }; 10605 10605 10606 # Only show active users who are not commenters. 10607 my $terms = {}; 10608 if ($type eq 'author') { 10609 $terms->{status} = MT::Author::ACTIVE(); 10610 $terms->{type} = MT::Author::AUTHOR(); 10611 } 10612 10606 10613 if ($app->param('search') || $app->param('json')) { 10607 10614 $app->listing({ 10615 Term => $terms, 10608 10616 Type => $type, 10609 10617 Code => $hasher, … … 10684 10692 }; 10685 10693 10686 # Only show active users .10694 # Only show active users who are not commenters. 10687 10695 my $terms = {}; 10688 10696 if ($source eq 'author') { 10689 10697 $terms->{status} = MT::Author::ACTIVE(); 10698 $terms->{type} = MT::Author::AUTHOR(); 10690 10699 } 10691 10700 branches/wheeljack/tmpl/cms/edit_role.tmpl
r752 r806 115 115 <li class="yah"><a href="<TMPL_VAR NAME=SCRIPT_URL>?__mode=edit_role&id=<TMPL_VAR NAME=ID>"><MT_TRANS phrase="Details"></a></li> 116 116 <TMPL_IF NAME=ID> 117 <li><a href="<TMPL_VAR NAME=SCRIPT_URL>?__mode=list_associations&role_id=<TMPL_VAR NAME=ID>"><MT_TRANS phrase="Users /Groups"></a></li>117 <li><a href="<TMPL_VAR NAME=SCRIPT_URL>?__mode=list_associations&role_id=<TMPL_VAR NAME=ID>"><MT_TRANS phrase="Users"></a></li> 118 118 </TMPL_IF> 119 119 </ul>
