This commit is contained in:
Sanj 2012-04-23 00:25:23 +05:30
parent f03173e1af
commit ca3ac107a2
2 changed files with 3 additions and 2 deletions

View File

@ -139,10 +139,11 @@ thead tr:first-child {
display: inline-block;
font-size: 12px;
cursor:pointer;
color: #fff;
}
.pageBtn:hover {
color: #ccc;
}
/* END SANJAY'S STYLING */

View File

@ -34,7 +34,7 @@ $(function() {
<body>
<div id="wrapper">
<div id="status">
No of results: {{ no_of_results }} &nbsp; Displaying page {{ page }} of {{ no_of_pages }} &nbsp; Results per page: {{ page_size }} &nbsp; {% if has_previous %} <span class="prevBtn pageBtn">&lt;&lt;Previous Page</span> {% endif %}&nbsp;&nbsp; {% if has_next %} <span class="nextBtn pageBtn">Next Page&gt;&gt;</span> {% endif %}
No of results: {{ no_of_results }} &nbsp; Displaying page {{ page }} of {{ no_of_pages }} &nbsp; Results per page: {{ page_size }} &nbsp; {% if has_previous %} <span class="prevBtn pageBtn">&lt;&lt; Previous Page</span> {% endif %}&nbsp;&nbsp; {% if has_next %} <span class="nextBtn pageBtn">Next Page &gt;&gt;</span> {% endif %}
</div>
<div id="formDiv">
<form id="shipFilterForm" action="" method="GET">