Skip to content
Snippets Groups Projects
Commit 2e319c4d authored by David Siegfried's avatar David Siegfried
Browse files

allow change values for roots, closes #1440

Closes #1440

Merge request studip/studip!904
parent bf84e121
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<label> <label>
<?= _('Mögliche Werte') ?> <?= _('Mögliche Werte') ?>
<input type="text" name="options" value="<?= htmlReady($options) ?>" <input type="text" name="options" value="<?= htmlReady($options) ?>"
<?= $property->system ? 'readonly="readonly"' : '' ?>> <?= $property->system && !$GLOBALS['perm']->have_perm('root') ? 'readonly="readonly"' : '' ?>>
</label> </label>
<label> <label>
<?= _('Angezeigter Name') ?> <?= _('Angezeigter Name') ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment