Commit d91d0ada by chenith Committed by Harsh Shah

Updated Shotlist gridview expand/collapse btn

parent 2a59dc5b
...@@ -3354,14 +3354,15 @@ input.add-note-btn:hover{ ...@@ -3354,14 +3354,15 @@ input.add-note-btn:hover{
} }
.expand-btn:hover,.expand-btn:focus{ .expand-btn:hover,.expand-btn:focus{
background-color: #434c58; background-color: #434c58;
color: #ffffff;
} }
.expand-btn > img { .expand-btn > img {
margin-left: 15px; margin-left: 15px;
} }
/*
.expand-btn a{ .expand-btn a{
color: #ffffff; color: #ffffff;
} }*/
.app-line-br{ .app-line-br{
float: left; float: left;
width: 100%; width: 100%;
......
...@@ -171,17 +171,14 @@ ...@@ -171,17 +171,14 @@
index++; index++;
} }
%> %>
<div class="app-border-bottom"></div>
</div> </div>
<div class="main-expand-btn"> <div class="main-expand-btn">
<div class="expand-btn"> <oneit:button value=" " name="gotoPage" skin="link" cssClass="expand-btn"
<oneit:button value=" " name="gotoPage" skin="link" requestAttribs="<%= CollectionUtils.mapEntry("nextPage", currentPage+"&Expand=Y")
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", currentPage+"&Expand=Y") .mapEntry("procParams", CollectionUtils.mapEntry("Job", job).mapEntry("AppSortOption", appSortOpt).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).mapEntry("AppSortOption", appSortOpt).toMap()) .toMap() %>">
.toMap() %>"> Expand shortlist <img src="images/arrow-white-icon.svg">
Expand shortlist <img src="images/arrow-white-icon.svg"> </oneit:button>
</oneit:button>
</div>
</div> </div>
<% <%
} }
...@@ -279,14 +276,12 @@ ...@@ -279,14 +276,12 @@
%> %>
</div> </div>
<div class="main-expand-btn"> <div class="main-expand-btn">
<div class="expand-btn"> <oneit:button value=" " name="gotoPage" skin="link" cssClass="expand-btn"
<oneit:button value=" " name="gotoPage" skin="link" requestAttribs="<%= CollectionUtils.mapEntry("nextPage", currentPage+"&Expand=N")
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", currentPage+"&Expand=N") .mapEntry("procParams", CollectionUtils.mapEntry("Job", job).mapEntry("AppSortOption", appSortOpt).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).mapEntry("AppSortOption", appSortOpt).toMap()) .toMap() %>">
.toMap() %>"> Collapse shortlist <img src="images/select-top-arrow.svg">
Collapse shortlist <img src="images/select-top-arrow.svg"> </oneit:button>
</oneit:button>
</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