Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
f3bd6054
Commit
f3bd6054
authored
Apr 15, 2015
by
Marius Cramer
Browse files
- ported some patches
parent
d5f2d5f5
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_vhost_domain_ssl.htm
View file @
f3bd6054
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
$
(
'
#reset_data
'
).
click
(
function
(){
$
(
'
#reset_data
'
).
click
(
function
(){
$
(
'
#ssl_organisation
'
).
add
(
'
#ssl_locality
'
).
add
(
'
#ssl_state
'
).
add
(
'
#ssl_organisation_unit
'
).
val
(
''
);
$
(
'
#ssl_organisation
'
).
add
(
'
#ssl_locality
'
).
add
(
'
#ssl_state
'
).
add
(
'
#ssl_organisation_unit
'
).
val
(
''
);
$
(
'
#ssl_country
'
).
val
(
$
(
"
#ssl_country option:first
"
).
val
());
$
(
'
#ssl_country
'
).
val
(
$
(
"
#ssl_country option:first
"
).
val
())
.
trigger
(
'
change
'
)
;
});
});
$
(
'
#load_data
'
).
click
(
function
(){
$
(
'
#load_data
'
).
click
(
function
(){
loadClientData
();
loadClientData
();
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
jQuery
.
getJSON
(
'
sites/ajax_get_json.php
'
+
'
?
'
+
Math
.
round
(
new
Date
().
getTime
()),
{
'
web_id
'
:
web_id
,
'
type
'
:
"
getclientssldata
"
},
function
(
data
)
{
jQuery
.
getJSON
(
'
sites/ajax_get_json.php
'
+
'
?
'
+
Math
.
round
(
new
Date
().
getTime
()),
{
'
web_id
'
:
web_id
,
'
type
'
:
"
getclientssldata
"
},
function
(
data
)
{
$
(
'
#ssl_organisation
'
).
val
(
data
[
'
company_name
'
]);
$
(
'
#ssl_organisation
'
).
val
(
data
[
'
company_name
'
]);
$
(
'
#ssl_locality
'
).
val
(
data
[
'
city
'
]);
$
(
'
#ssl_locality
'
).
val
(
data
[
'
city
'
]);
$
(
'
#ssl_country
'
).
val
(
data
[
'
country
'
]);
$
(
'
#ssl_country
'
).
val
(
data
[
'
country
'
])
.
trigger
(
'
change
'
)
;
$
(
'
#ssl_state
'
).
val
(
data
[
'
state
'
]);
$
(
'
#ssl_state
'
).
val
(
data
[
'
state
'
]);
$
(
'
#ssl_organisation_unit
'
).
val
(
'
IT
'
);
$
(
'
#ssl_organisation_unit
'
).
val
(
'
IT
'
);
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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