<script data-relocate="true" src="{@$__wcf->getPath()}js/WCF.ImageViewer.js?v={@LAST_UPDATE_TIME}"></script>
{include file='imageViewer'}
<script data-relocate="true">
- $(function() {
- new WCF.Search.User('#username', null, false, [ ], true);
+ require(['WoltLabSuite/Core/Ui/User/Search/Input'], (UiUserSearchInput) => {
+ new UiUserSearchInput(document.getElementById('username'));
});
-
- $(function() {
- new WCF.Action.Delete('wcf\\data\\attachment\\AttachmentAction', '.jsAttachmentRow');
- });
</script>
<header class="contentHeader">
{include file='header' pageTitle='wcf.acp.paidSubscription.user.list'}
<script data-relocate="true">
-- $(function() {
- new WCF.Search.User('#username');
- new WCF.Action.Delete('wcf\\data\\paid\\subscription\\user\\PaidSubscriptionUserAction', '.jsPaidSubscriptionUserRow');
- });
-
+ require(['WoltLabSuite/Core/Ui/User/Search/Input'], (UiUserSearchInput) => {
+ new UiUserSearchInput(document.getElementById('username'));
});
</script>
{include file='header' pageTitle='wcf.acp.menu.link.userTrophy.list'}
<script data-relocate="true">
- //<![CDATA[
- $(function() {
- new WCF.Search.User('#username');
+ require(['WoltLabSuite/Core/Ui/User/Search/Input'], (UiUserSearchInput) => {
+ new UiUserSearchInput(document.getElementById('username'));
});
- //]]>
-
- $(function() {
- new WCF.Action.Delete('wcf\\data\\user\\trophy\\UserTrophyAction', '.userTrophyRow');
- });
</script>
<header class="contentHeader">