Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Francesco Bianco
vtigercrm
Commits
5bac8aa1
Commit
5bac8aa1
authored
4 years ago
by
Uma
Browse files
Options
Downloads
Patches
Plain Diff
Fixes change owner usability is addressed
parent
310aa407
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/v7/modules/Users/TransferOwnership.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Users/TransferOwnership.tpl
with
1 addition
and
1 deletion
layouts/v7/modules/Users/TransferOwnership.tpl
+
1
−
1
View file @
5bac8aa1
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment