diff --git a/settings/templates/users.php b/settings/templates/users.php index deffe1683233036ad6759fa79e3447cad6bb69c5..6113337f4eeb2ed916b1d4d558b975c43e0ffb16 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items); <?php p($_['default_quota']);?> </option> <?php endif;?> - <option value='other'> + <option data-new value='other'> <?php p($l->t('Other'));?> ... </option>