Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kotishe
ISPConfig 3
Commits
56cef7bb
Commit
56cef7bb
authored
Aug 12, 2014
by
Sergio
Browse files
display contactname as other forms
parent
6b784f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/domain_edit.php
View file @
56cef7bb
...
...
@@ -89,7 +89,7 @@ class page_action extends tform_actions {
if
(
is_array
(
$clients
))
{
foreach
(
$clients
as
$client
)
{
$selected
=
(
$client
[
"groupid"
]
==
$tmp_data_record
[
"sys_groupid"
])
?
'SELECTED'
:
''
;
$client_select
.
=
"<option value='
$client[groupid]
'
$selected
>
$client[name]
</option>
\r\n
"
;
$client_select
.
=
"<option value='
$client[groupid]
'
$selected
>
$client[
contact
name]
</option>
\r\n
"
;
}
}
$app
->
tpl
->
setVar
(
"client_group_id"
,
$client_select
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment