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
19607e6d
Commit
19607e6d
authored
Feb 06, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive alert custom message change
parent
1217141a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
responsive_alert.jsp
...ebApp/webroot/extensions/adminportal/responsive_alert.jsp
+17
-1
sign_in.jsp
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/responsive_alert.jsp
View file @
19607e6d
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
<%! protected String getName (ServletConfig config) { return "responsive_alert_jsp"; } %>
<%! protected String getName (ServletConfig config) { return "responsive_alert_jsp"; } %>
<%@ include file="inc/htmlheader_nopriv.jsp" %>
<%@ include file="inc/htmlheader_nopriv.jsp" %>
<%
String fromPage = request.getParameter("fromPage") != null ? (String) request.getParameter("fromPage") : "";
%>
<div class="modal reponsive-alert" role="dialog">
<div class="modal reponsive-alert" role="dialog">
<div class="responsive-alert-top">
<div class="responsive-alert-top">
<div class="responsive-alert-body">
<div class="responsive-alert-body">
...
@@ -17,7 +20,20 @@
...
@@ -17,7 +20,20 @@
<h2>Uh oh</h2>
<h2>Uh oh</h2>
<p> Talentology for Hiring Teams is currently available on desktop computers only.</p>
<p> Talentology for Hiring Teams is currently available on desktop computers only.</p>
<p>Sorry about that!</p>
<p>Sorry about that!</p>
<p>On your desktop, check your email for our "Welcome to Talentology" message, and follow its link to get started!</p>
<%
if(fromPage.trim().equals("signin"))
{
%>
<p>On your desktop, please return to our sign in and you’ll be on your way.</p>
<%
}
else
{
%>
<p>On your desktop, check your email for our "Welcome to Talentology" message, and follow its link to get started!</p>
<%
}
%>
<div class="create-y-f-job">
<div class="create-y-f-job">
<img src="<%= request.getContextPath() %>/images/logo.svg">
<img src="<%= request.getContextPath() %>/images/logo.svg">
</div>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
View file @
19607e6d
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
if(isMobile)
if(isMobile)
{
{
response.sendRedirect(request.getContextPath() + "/extensions/adminportal/responsive_alert.jsp");
response.sendRedirect(request.getContextPath() + "/extensions/adminportal/responsive_alert.jsp
?fromPage=signin
");
}
}
ORMProcessState process = (ORMProcessState) ProcessDecorator.getDefaultProcess(request);
ORMProcessState process = (ORMProcessState) ProcessDecorator.getDefaultProcess(request);
...
...
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