Skip to content
Snippets Groups Projects
Commit 5bac8aa1 authored by Uma's avatar Uma
Browse files

Fixes change owner usability is addressed

parent 310aa407
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<div class="form-group">
<label class="control-label fieldLabel col-sm-5">{vtranslate('LBL_TRANSFER_OWNERSHIP_TO_USER', $MODULE)}</label>
<div class="controls fieldValue col-xs-6">
<select class="select2" name="record">
<select class="select2" name="record" style="width: 50%;">
{foreach from=$USERS_MODEL key=USER_ID item=USER_MODEL}
<option value="{$USER_ID}">{$USER_MODEL->getDisplayName()}</option>
{/foreach}
......
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