{style}{literal} .ow_avatar_console .ow_avatar_label { bottom: 5px; right: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } #avatar_console_image { background-repeat: no-repeat; background-position: center center; position:relative; width: 100%; } {/literal}{/style} {if $owner || $moderation} {script} {literal} (function(){ $("#avatar-console").hover( function(){ $("#avatar-change").fadeIn("fast"); $("#avatar-approve").fadeIn("fast"); }, function(){ $("#avatar-change").fadeOut("fast"); $("#avatar-approve").fadeOut("fast"); } ); }()); {/literal} {/script} {/if}
{text key='base+avatar_pending_approval'}
{if $owner} {/if} {if $moderation} {/if} {if isset($role.label)}{$role.label}{/if}
{if $isUserOnline}{online_now userId=$userId}{/if}