Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-plugins
Commits
629ed240
Unverified
Commit
629ed240
authored
4 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(plugins) Adapt code to core changes on renderInputField
issue
#6061
parent
582b5ba7
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
certificates/personal/certificates/class_userCertificates.inc
+1
-1
...ificates/personal/certificates/class_userCertificates.inc
dhcp/admin/dhcp/class_DhcpSectionsAttribute.inc
+1
-1
dhcp/admin/dhcp/class_DhcpSectionsAttribute.inc
webauthn/personal/webauthn/class_WebauthnRegistrationsAttribute.inc
+1
-1
...ersonal/webauthn/class_WebauthnRegistrationsAttribute.inc
with
3 additions
and
3 deletions
+3
-3
certificates/personal/certificates/class_userCertificates.inc
+
1
−
1
View file @
629ed240
...
@@ -27,7 +27,7 @@ class CertificateOrderedArrayAttribute extends OrderedArrayAttribute
...
@@ -27,7 +27,7 @@ class CertificateOrderedArrayAttribute extends OrderedArrayAttribute
$img
=
$this
->
renderInputField
(
$img
=
$this
->
renderInputField
(
'image'
,
$id
.
'_download_'
.
$key
,
'image'
,
$id
.
'_download_'
.
$key
,
[
[
'src'
=>
'geticon.php?context=actions&
amp;
icon=document-save&
amp;
size=16'
,
'src'
=>
'geticon.php?context=actions&icon=document-save&size=16'
,
'title'
=>
_
(
'Download'
),
'title'
=>
_
(
'Download'
),
'alt'
=>
_
(
'Download'
),
'alt'
=>
_
(
'Download'
),
'class'
=>
'center'
'class'
=>
'center'
...
...
This diff is collapsed.
Click to expand it.
dhcp/admin/dhcp/class_DhcpSectionsAttribute.inc
+
1
−
1
View file @
629ed240
...
@@ -118,7 +118,7 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute
...
@@ -118,7 +118,7 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute
$img
=
$this
->
renderInputField
(
$img
=
$this
->
renderInputField
(
'image'
,
$id
.
'_insertDHCP_'
.
$key
,
'image'
,
$id
.
'_insertDHCP_'
.
$key
,
[
[
'src'
=>
'geticon.php?context=actions&
amp;
icon=document-new&
amp;
size=16'
,
'src'
=>
'geticon.php?context=actions&icon=document-new&size=16'
,
'title'
=>
_
(
'Insert new DHCP section'
),
'title'
=>
_
(
'Insert new DHCP section'
),
'alt'
=>
_
(
'Insert new DHCP section'
),
'alt'
=>
_
(
'Insert new DHCP section'
),
'class'
=>
'center'
,
'class'
=>
'center'
,
...
...
This diff is collapsed.
Click to expand it.
webauthn/personal/webauthn/class_WebauthnRegistrationsAttribute.inc
+
1
−
1
View file @
629ed240
...
@@ -56,7 +56,7 @@ class WebauthnRegistrationsAttribute extends OrderedArrayAttribute
...
@@ -56,7 +56,7 @@ class WebauthnRegistrationsAttribute extends OrderedArrayAttribute
function
renderButtons
()
function
renderButtons
()
{
{
$id
=
$this
->
getHtmlId
();
$id
=
$this
->
getHtmlId
();
$buttons
=
$this
->
renderInputField
(
'button'
,
'add'
.
$id
,
[
'value'
=>
'{
msgPool
type=
addButton
}'
,
'formnovalidate'
=>
'formnovalidate'
,
'class'
=>
'subattribute'
,
'onclick'
=>
'webauthnNewRegistration()'
]);
$buttons
=
$this
->
renderInputField
(
'button'
,
'add'
.
$id
,
[
'value'
=>
msgPool
::
addButton
(
FALSE
)
,
'formnovalidate'
=>
'formnovalidate'
,
'class'
=>
'subattribute'
,
'onclick'
=>
'webauthnNewRegistration()'
]);
return
$buttons
;
return
$buttons
;
}
}
}
}
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets