
Originally Posted by
enrikm Hi,
Go into the modules/Accounts/EditView.html. This is the code for having a select button:
<input title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" type="button" tabindex='1' class="button" value='{APP.LBL_SELECT_BUTTON_LABEL}' name=btn1 onclick='open_popup("Users", 600, 400, "&is_group=0", true, false, {encoded_users_popup_request_data});' />
You probably have to edit ['open_popup('MODULE_NAME"].
Haven't tried this myself, but seems like the way to go,
Hopefully I can help!
Bookmarks