summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
commit92ad427474930a52a1997486678f4e65cef24a1b (patch)
tree679f207d08abc6f502761a6cdeebca7090e990e5 /modules/system/system.admin.inc
parent2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (diff)
downloadbrdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.gz
brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.bz2
#699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index a3ef214d7..1436bb9ca 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -896,7 +896,7 @@ function system_modules($form, $form_state = array()) {
$extra['links']['permissions'] = array(
'#type' => 'link',
'#title' => t('Permissions'),
- '#href' => 'admin/config/people/permissions',
+ '#href' => 'admin/people/permissions',
'#options' => array('fragment' => 'module-' . $filename, 'attributes' => array('class' => array('module-link', 'module-link-permissions'), 'title' => t('Configure permissions'))),
);
}
@@ -2134,7 +2134,7 @@ function system_site_maintenance_mode() {
'#type' => 'checkbox',
'#title' => t('Put site into maintenance mode'),
'#default_value' => 0,
- '#description' => t('When enabled, only users with the "Access site in maintenance mode" <a href="@permissions-url">permission</a> are able to access your site to perform maintenance; all other visitors see the maintenance mode message configured below. Authorized users can log in directly via the <a href="@user-login">user login</a> page.', array('@permissions-url' => url('admin/config/people/permissions'), '@user-login' => url('user'))),
+ '#description' => t('When enabled, only users with the "Access site in maintenance mode" <a href="@permissions-url">permission</a> are able to access your site to perform maintenance; all other visitors see the maintenance mode message configured below. Authorized users can log in directly via the <a href="@user-login">user login</a> page.', array('@permissions-url' => url('admin/people/permissions'), '@user-login' => url('user'))),
);
$form['maintenance_mode_message'] = array(
'#type' => 'textarea',