Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
4184f77d
Commit
4184f77d
authored
Nov 02, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes in sign up page error fields
parent
50954a06
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
8 deletions
+46
-8
common.css
cmsWebApp/webroot/css/common.css
+40
-2
CustomServlets_adminPortal.xml
...oot/extensions/adminportal/CustomServlets_adminPortal.xml
+2
-2
company_user_data.jsp
.../webroot/extensions/adminportal/inc/company_user_data.jsp
+2
-2
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+2
-2
No files found.
cmsWebApp/webroot/css/common.css
View file @
4184f77d
...
...
@@ -4618,10 +4618,25 @@ span.right-img {
/*error message*/
.message-common
{
padding
:
24px
38px
24px
33
px
;
margin
:
15px
-1.5%
;}
.message-common
{
padding
:
20
px
;
margin
:
15px
-1.5%
;}
.bottom-zero
{
bottom
:
0
;
transition
:
0.3s
;}
.success-message
{
background-color
:
#67b413
;
box-shadow
:
0
0
30px
0
rgba
(
0
,
0
,
0
,
0.15
);}
.error-message
{
background-color
:
#f9513d
;
box-shadow
:
0
0
30px
0
rgba
(
0
,
0
,
0
,
0.15
);}
/*.error-message{background-color: #f9513d;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);}*/
.error-message
{
height
:
109px
;
border-radius
:
2px
;
background-color
:
#F9623D
;
box-shadow
:
0
3px
5px
0
rgba
(
0
,
0
,
0
,
0.02
);
color
:
#FFFFFF
;
font-size
:
18px
;
font-weight
:
500
;
line-height
:
22px
;
text-align
:
center
;
}
.error-message
.message-txt
{
font-size
:
17px
;
display
:
block
;
}
.status-message
{
background-color
:
#03a0e7
;
box-shadow
:
0
0
30px
0
rgba
(
0
,
0
,
0
,
0.15
);}
.notification-message
{
background-color
:
#fdb641
;
box-shadow
:
0
0
30px
0
rgba
(
0
,
0
,
0
,
0.15
);}
.message-txt
{
color
:
#ffffff
;
font-size
:
20px
;
margin-left
:
19px
;
width
:
90%
;}
...
...
@@ -5412,6 +5427,29 @@ div.errorField .input-append .add-on {
background-color
:
#f2dede
;
border-color
:
#b94a48
;
}
span
.errorField
.checkbox
,
span
.errorField
.radio
,
span
.errorField
input
,
span
.errorField
select
,
span
.errorField
textarea
{
border-color
:
#F9623D
;
}
span
.errorField
.checkbox
:focus
,
span
.errorField
.radio
:focus
,
span
.errorField
input
:focus
,
span
.errorField
select
:focus
,
span
.errorField
textarea
:focus
{
border-color
:
#F9623D
;
}
span
.errorField
~
label
{
color
:
#F9623D
;
}
.styled_checkboxes
.errorField
span
.redask
{
display
:
none
;}
.styled_checkboxes
.errorField
+
span
>
label
:before
{
border-color
:
#F9623D
;
}
.dashboard-content-area
.message-common
{
margin
:
0px
;
}
...
...
cmsWebApp/webroot/extensions/adminportal/CustomServlets_adminPortal.xml
View file @
4184f77d
...
...
@@ -152,9 +152,9 @@
<NODE
name=
"ORMErrorConfig::ADMIN_PORTAL"
factory=
"Participant"
class=
"oneit.servlets.forms.ErrorReportConfig"
>
<format
item=
"field.*.error.pageHeader_performa_errorPrefix"
>
<![CDATA[<div class="error-message message-common"><img src="${contextRoot}/images/error-alert.png" class="alert-icon" /><span class="message-txt" style="font-weight: bold">${translateLabel:Errors_Occurred:Errors occurred, please correct them and try again}</span>
<br/>
]]>
<![CDATA[<div class="error-message message-common"><img src="${contextRoot}/images/error-alert.png" class="alert-icon" /><span class="message-txt" style="font-weight: bold">${translateLabel:Errors_Occurred:Errors occurred, please correct them and try again}</span>]]>
</format>
<format
item=
"field.*.error.pageHeader_performa_errorText"
>
<![CDATA[<
br/><
span class="message-txt">?</span>]]>
</format>
<format
item=
"field.*.error.pageHeader_performa_errorText"
>
<![CDATA[<span class="message-txt">?</span>]]>
</format>
<format
item=
"field.*.error.pageHeader_performa_errorSuffix"
>
<![CDATA[</div>]]>
</format>
<format
item=
"form.*.pageHeader_notifyPrefix"
>
<![CDATA[<div class="success-message message-common"><img src="images/success-alert.png" class="alert-icon" /><span class="message-txt">]]>
</format>
<format
item=
"form.*.pageHeader_notifySuffix"
>
<![CDATA[</span></div>]]>
</format>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/company_user_data.jsp
View file @
4184f77d
...
...
@@ -75,7 +75,7 @@
<div class="form-group text-left">
<div class="styled_checkboxes">
<div class="checkbox checkbox-primary">
<oneit:ormInput obj="<%= companyUser %>" id="privacy-policy-agreed" attributeName="PrivacyPolicyAgreed" type="checkbox"
required="true"
/>
<oneit:ormInput obj="<%= companyUser %>" id="privacy-policy-agreed" attributeName="PrivacyPolicyAgreed" type="checkbox" />
<oneit:recalcClass htmlTag="span" classScript="companyUser.showPrivacyPolicyAgreed() ? 'checked': 'unchecked'" companyUser="<%= companyUser %>">
<label for="privacy-policy-agreed">
<oneit:label GUIName="I have read and agree to the " />
...
...
@@ -88,7 +88,7 @@
<div class="form-group text-left">
<div class="styled_checkboxes">
<div class="checkbox checkbox-primary">
<oneit:ormInput obj="<%= companyUser %>" id="conditions-agreed" attributeName="ConditionsAgreed" type="checkbox"
required="true"
/>
<oneit:ormInput obj="<%= companyUser %>" id="conditions-agreed" attributeName="ConditionsAgreed" type="checkbox" />
<oneit:recalcClass htmlTag="span" classScript="companyUser.showConditionsAgreed() ? 'checked': 'unchecked'" companyUser="<%= companyUser %>">
<label for="conditions-agreed">
<oneit:label GUIName="I have read and agree to the " />
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
4184f77d
...
...
@@ -161,7 +161,7 @@
<div class="form-group text-left">
<div class="styled_checkboxes">
<div class="checkbox checkbox-primary">
<oneit:ormInput obj="<%= candidate %>" id="privacy-policy-agreed" attributeName="PrivacyPolicyAgreed" type="checkbox"
required="true"
/>
<oneit:ormInput obj="<%= candidate %>" id="privacy-policy-agreed" attributeName="PrivacyPolicyAgreed" type="checkbox" />
<oneit:recalcClass htmlTag="span" classScript="candidate.showPrivacyPolicyAgreed() ? 'checked': 'unchecked'" candidate="<%= candidate %>">
<label for="privacy-policy-agreed">
<oneit:label GUIName="I have read and agree to the " />
...
...
@@ -174,7 +174,7 @@
<div class="form-group text-left">
<div class="styled_checkboxes">
<div class="checkbox checkbox-primary">
<oneit:ormInput obj="<%= candidate %>" id="conditions-agreed" attributeName="ConditionsAgreed" type="checkbox"
required="true"
/>
<oneit:ormInput obj="<%= candidate %>" id="conditions-agreed" attributeName="ConditionsAgreed" type="checkbox" />
<oneit:recalcClass htmlTag="span" classScript="candidate.showConditionsAgreed() ? 'checked': 'unchecked'" candidate="<%= candidate %>">
<label for="conditions-agreed">
<oneit:label GUIName="I have read and agree to the " />
...
...
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