$this->group = $group;
}
+ function showFullName()
+ {
+ parent::showFullName();
+ if ($this->profile->isAdmin($this->group)) {
+ $this->out->text(' ');
+ $this->out->element('span', 'admin_indicator', _('Admin'));
+ }
+ }
+
function showActions()
{
$this->startActions();
padding:0 7px;
}
-
.form_settings input.form_action-primary {
padding:0;
}
margin-bottom:18px;
}
-
#anon_notice {
float:left;
width:43.2%;
font-weight:bold;
}
-
#footer {
float:left;
width:64%;
}
/* entity_profile */
-
/*entity_actions*/
.entity_actions {
float:right;
min-height:60px;
}
-
.profile .form_group_join legend,
.profile .form_group_leave legend,
.profile .form_user_subscribe legend,
margin-right:11px;
}
-
.profile .entity_profile .form_subscription_edit label {
font-weight:normal;
margin-right:11px;
}
-
/* NOTICE */
.notice,
.profile {
float:left;
}
-
/* NOTICES */
#notices_primary {
float:left;
padding:0;
}
-
.notice .attachment {
position:relative;
padding-left:16px;
padding-left:20px;
}
-
#filter_tags {
margin-bottom:11px;
float:left;
left:3px;
}
-
-
.pagination {
float:left;
clear:both;
}
/* END: NOTICE */
-
.hentry .entry-content p {
margin-bottom:18px;
}
margin-left:18px;
}
-
/* TOP_POSTERS */
.section tbody td {
padding-right:18px;
display:none;
}
-
/* tagcloud */
.tag-cloud {
list-style-type:none;
.guide {
clear:both;
}
+.admin_indicator {
+font-style:italic;
+}
\ No newline at end of file