diff options
author | redmatrix <git@macgirvin.com> | 2016-06-06 19:44:22 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-06 19:44:22 -0700 |
commit | 037cd74e8e02f048892208bedef0d16faef16af4 (patch) | |
tree | 04b67184671a24427f6a9b8a1ea0f160b1b10dbc /include/widgets.php | |
parent | 82a81cd01fb199ea35147f1269a99c2d4bff40d7 (diff) | |
download | volse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.tar.gz volse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.tar.bz2 volse-hubzilla-037cd74e8e02f048892208bedef0d16faef16af4.zip |
rename admin/users to admin/accounts, provide sortable columns in account and channel summaries - issue #255
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 3448aeb5e..a1b9f1956 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1378,7 +1378,7 @@ function widget_admin($arr) { $aside = array( 'site' => array(z_root() . '/admin/site/', t('Site'), 'site'), - 'users' => array(z_root() . '/admin/users/', t('Accounts'), 'users', 'pending-update', t('Member registrations waiting for confirmation')), + 'accounts' => array(z_root() . '/admin/accounts/', t('Accounts'), 'accounts', 'pending-update', t('Member registrations waiting for confirmation')), 'channels' => array(z_root() . '/admin/channels/', t('Channels'), 'channels'), 'security' => array(z_root() . '/admin/security/', t('Security'), 'security'), 'features' => array(z_root() . '/admin/features/', t('Features'), 'features'), |