Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Bee-color framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jordan Breton
Bee-color framework
Commits
4cbeab68
Commit
4cbeab68
authored
Dec 28, 2019
by
Jordan Breton
✏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
e2152286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
engine/lib/HTML/helpers/forms/inputs/ErrorInput.php
engine/lib/HTML/helpers/forms/inputs/ErrorInput.php
+1
-1
No files found.
engine/lib/HTML/helpers/forms/inputs/ErrorInput.php
View file @
4cbeab68
...
...
@@ -46,7 +46,7 @@ final class ErrorInput implements IHTMLInput {
*/
public
function
__toString
()
{
return
'<div class="flex">'
'<div class="flex
form-field-error
">'
.
'<span class="error-inline" id="span'
.
$this
->
getName
()
.
'" title="'
.
$this
->
_errorMessage
.
'">'
.
'<img class="input-icon" src="'
.
$this
->
_errorIcon
.
'" alt="Champ incorrect">'
.
'</span>
...
...
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