Commit ee318eec by Nilu

C006 - **Mobile** - The instructional text should disappear after the first…

C006 - **Mobile** - The instructional text should disappear after the first question/element (as it does on desktop)
parent 8ca149c1
...@@ -103,6 +103,10 @@ ...@@ -103,6 +103,10 @@
<oneit:dynInclude page="/extensions/applicantportal/inc/application_main_tabs.jsp" PageNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/> <oneit:dynInclude page="/extensions/applicantportal/inc/application_main_tabs.jsp" PageNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="section-page-area"> <div class="section-page-area">
<%
if(cultureQuestionNo == 0)
{
%>
<div class="main-sc-section"> <div class="main-sc-section">
<p> <p>
A job isn't just about what one does, but the environment where one does it. A job isn't just about what one does, but the environment where one does it.
...@@ -111,6 +115,9 @@ ...@@ -111,6 +115,9 @@
</p> </p>
</div> </div>
<div class="selection-br-line"></div> <div class="selection-br-line"></div>
<%
}
%>
<div class="main-sc-section main-wc-section"> <div class="main-sc-section main-wc-section">
<div class="rateing-title"> <div class="rateing-title">
Rate the importance of each item below Rate the importance of each item below
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment