Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
ffe27bdb
Commit
ffe27bdb
authored
Sep 27, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds extension key in confirmation
parent
bb913c2e
Pipeline
#2360
passed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html
...er_fe2/Resources/Private/Templates/Registerkey/Index.html
+2
-2
No files found.
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Registerkey/Index.html
View file @
ffe27bdb
...
...
@@ -88,13 +88,13 @@
<td
class=
"text-right"
>
<f:if
condition=
"{extension.versionCount} < 1"
>
<f:then>
<f:link.action
class=
"btn btn-danger"
onclick=
"if (confirm('Really
r
ele
ase
?')) return true; else return false;"
action=
"delete"
controller=
"Registerkey"
arguments=
"{extension: extension}"
>
<f:link.action
class=
"btn btn-danger"
onclick=
"if (confirm('Really
d
ele
te key \"
{
extension.extKey
}\"
?'))
return
true
;
else
return
false
;"
action=
"delete"
controller=
"Registerkey"
arguments=
"{extension: extension}"
>
<i
class=
"fa fa-trash-o"
></i>
Delete
</f:link.action>
</f:then>
<f:else>
<f:link.action
class=
"btn btn-secondary"
onclick=
"if (confirm('Really abandon?')) return true; else return false;"
action=
"transfer"
controller=
"Registerkey"
arguments=
"{extension: extension, newUser: 'abandoned_extensions'}"
>
<f:link.action
class=
"btn btn-secondary"
onclick=
"if (confirm('Really abandon
key \"
{
extension.extKey
}\"
?'))
return
true
;
else
return
false
;"
action=
"transfer"
controller=
"Registerkey"
arguments=
"{extension: extension, newUser: 'abandoned_extensions'}"
>
<i
class=
"fa fa-trash-o"
></i>
Abandon
</f:link.action>
...
...
Write
Preview
Markdown
is supported
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