Commit db744969 by Saliya Randunu

S12520521 # Client - Incoming Issues (raised by Client) #DIsable Create Job while creating a job

parent 24d1855e
...@@ -242,6 +242,11 @@ ul.profile-dropdown { ...@@ -242,6 +242,11 @@ ul.profile-dropdown {
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
.create-job-btn a.disabled , .create-job-btn a.disabled:hover{
background-color: #ccc;
cursor: not-allowed;
}
.create-job-btn a:hover{ .create-job-btn a:hover{
background-color: #0e87be; background-color: #0e87be;
} }
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<% <%
Article jobsArticle = WebUtils.getArticleByShortCut(objTran, WebUtils.JOBS); Article jobsArticle = WebUtils.getArticleByShortCut(objTran, WebUtils.JOBS);
%> %>
<a href="<%= jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.START_JOB).toMap()) %>">Create Job</a> <a href="<%= jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.START_JOB).toMap()) %>" class="disabled">Create Job</a>
</div> </div>
</div> </div>
</div> </div>
......
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