diff options
| author | 2014-10-16 17:08:48 +0200 | |
|---|---|---|
| committer | 2014-10-17 16:24:21 +0200 | |
| commit | d4ad951b9b686f387056bda8f3fa6ede8d9ca3f1 (patch) | |
| tree | 1079163173ae8b0870d13386e605e9ef51ac72b1 /app/views/user | |
| parent | 2796cc9ae559842a90fa15cba65c94a11b29195e (diff) | |
Show more information about user when selected
Diffstat (limited to 'app/views/user')
| -rw-r--r-- | app/views/user/manage.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index fb569872b..65e60add5 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -63,6 +63,8 @@ <option data-url="<?php echo _url('user', 'manage', 'u', $username); ?>" <?php echo $this->current_user === $username ? 'selected="selected"' : ''; ?> value="<?php echo $username; ?>"><?php echo $username; ?></option> <?php } ?> </select> + + <p><?php echo _t('articles', formatNumber($this->nb_articles)), ', ', formatBytes($this->size_user); ?></p> </div> </div> |
