mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-16 01:59:16 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
29471ea6b3
|
@ -1737,6 +1737,8 @@ $(document).ready(function() {
|
||||||
$content .= ">".htmlspecialchars($curuser->getLogin()." - ".$curuser->getFullName())."</option>";
|
$content .= ">".htmlspecialchars($curuser->getLogin()." - ".$curuser->getFullName())."</option>";
|
||||||
}
|
}
|
||||||
$content .= "</select>";
|
$content .= "</select>";
|
||||||
|
} else {
|
||||||
|
$content .= getMLText('no_users');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SeedDMS_Core_AttributeDefinition::type_group:
|
case SeedDMS_Core_AttributeDefinition::type_group:
|
||||||
|
@ -1755,6 +1757,8 @@ $(document).ready(function() {
|
||||||
$content .= ">".htmlspecialchars($curgroup->getName())."</option>";
|
$content .= ">".htmlspecialchars($curgroup->getName())."</option>";
|
||||||
}
|
}
|
||||||
$content .= "</select>";
|
$content .= "</select>";
|
||||||
|
} else {
|
||||||
|
$content .= getMLText('no_groups');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user