Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
472ad25a
Commit
472ad25a
authored
Sep 13, 2011
by
latham
Browse files
Inconsistent line endings
parent
2d19cd00
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/templates/main.tpl.htm
View file @
472ad25a
...
...
@@ -64,18 +64,18 @@
style
.
innerHTML
=
'
#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}
'
;
document
.
getElementsByTagName
(
"
head
"
)[
0
].
appendChild
(
style
);
}
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
});
//Use jQuery submit with kespress Enter in panel filterbar
jQuery
(
document
).
bind
(
"
keypress
"
,
function
(
event
)
{
if
(
event
.
which
==
'
13
'
&&
$
(
"
.panel #Filter
"
).
length
>
0
)
{
$
(
"
.panel #Filter
"
).
attr
(
"
onsubmit
"
,
$
(
"
.panel #Filter
"
).
attr
(
"
onclick
"
)).
submit
();
}
});
</script>
</head>
<body>
...
...
interface/web/themes/default_64_navimg/templates/main.tpl.htm
View file @
472ad25a
...
...
@@ -65,18 +65,18 @@
style
.
innerHTML
=
'
#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}
'
;
document
.
getElementsByTagName
(
"
head
"
)[
0
].
appendChild
(
style
);
}
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
});
//Use jQuery submit with kespress Enter in panel filterbar
jQuery
(
document
).
bind
(
"
keypress
"
,
function
(
event
)
{
if
(
event
.
which
==
'
13
'
&&
$
(
"
.panel #Filter
"
).
length
>
0
)
{
$
(
"
.panel #Filter
"
).
attr
(
"
onsubmit
"
,
$
(
"
.panel #Filter
"
).
attr
(
"
onclick
"
)).
submit
();
}
});
</script>
</head>
<body>
...
...
interface/web/themes/default_no_navimg/templates/main.tpl.htm
View file @
472ad25a
...
...
@@ -65,18 +65,18 @@
style
.
innerHTML
=
'
#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}
'
;
document
.
getElementsByTagName
(
"
head
"
)[
0
].
appendChild
(
style
);
}
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
});
//Use jQuery submit with kespress Enter in panel filterbar
jQuery
(
document
).
bind
(
"
keypress
"
,
function
(
event
)
{
if
(
event
.
which
==
'
13
'
&&
$
(
"
.panel #Filter
"
).
length
>
0
)
{
$
(
"
.panel #Filter
"
).
attr
(
"
onsubmit
"
,
$
(
"
.panel #Filter
"
).
attr
(
"
onclick
"
)).
submit
();
}
});
</script>
</head>
<body>
...
...
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