Skip to content
Snippets Groups Projects
Commit 7776d047 authored by Thomas Müller's avatar Thomas Müller
Browse files

[files_external] fix config gui for all users

backport of 9e05781ec22c3f4e6b89b188332242b03088736e
parent f512dea3
Branches
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
<select class="chzn-select"
multiple style="width:20em;"
data-placeholder="<?php echo $l->t('None set'); ?>">
<option value="all"><?php echo $l->t('All Users'); ?></option>
<option value="all" <?php if (isset($mount['applicable']['users']) && in_array('all', $mount['applicable']['users'])) echo 'selected="selected"';?> ><?php echo $l->t('All Users'); ?></option>
<optgroup label="<?php echo $l->t('Groups'); ?>">
<?php foreach ($_['groups'] as $group): ?>
<option value="<?php echo $group; ?>(group)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment