Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
11ba46c3
Commit
11ba46c3
authored
Feb 16, 2017
by
Rafael Ostertag
Browse files
Do not use deprecated functions.
parent
b9858ad5
Changes
1
Show whitespace changes
Inline
Side-by-side
mockup/fieldtemplates.html
View file @
11ba46c3
...
...
@@ -29,7 +29,7 @@
</div>
<div
class=
"form-group"
>
<div
class=
"col-md-1"
>
<button
type=
"button"
onclick=
"QfqNS.a
ddFields
('#template', '#target', 10)"
>
Add
</button>
<button
type=
"button"
onclick=
"QfqNS.a
ppendTemplate
('#template', '#target', 10)"
>
Add
</button>
</div>
</div>
</form>
...
...
@@ -54,7 +54,7 @@
<
/div
>
<
div
class
=
"
form-group qfq-delete-button
"
>
<
button
type
=
"
button
"
onclick
=
"
QfqNS.remove
Fie
ld
s
(this)
"
>
Remove
<
/button
>
<
button
type
=
"
button
"
onclick
=
"
QfqNS.remove
ThisChi
ld(this)
"
>
Remove
<
/button
>
<
/div
>
<
/div
>
</script>
...
...
@@ -75,7 +75,7 @@
$
(
function
()
{
$
(
"
.qfq-fields
"
).
each
(
function
()
{
QfqNS
.
initialize
Fields
(
this
);
QfqNS
.
initialize
TemplateTarget
(
this
);
}
);
});
...
...
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