Browse Source

Merge pull request #497 from ruebot/7.x-1.3

Make multi-site users happy.
7.x-1.3 7.x-1.3
Don Moses 11 years ago
parent
commit
aae027448a
  1. 2
      includes/admin.form.inc

2
includes/admin.form.inc

@ -72,7 +72,7 @@ function islandora_repository_admin(array $form, array &$form_state) {
'#default_value' => $restrict_namespaces,
),
'islandora_pids_allowed' => array(
'#type' => 'textfield',
'#type' => 'textarea',
'#title' => t('PID namespaces allowed in this Drupal install'),
'#description' => t('A list of PID namespaces, separated by spaces, that users are permitted to access from this Drupal installation. <br /> This could be more than a simple namespace, e.g. <b>demo:mydemos</b>. <br /> The namespace <b>islandora:</b> is reserved, and is always allowed.'),
'#default_value' => variable_get('islandora_pids_allowed', 'default: demo: changeme: ilives: islandora-book: books: newspapers: '),

Loading…
Cancel
Save