summaryrefslogtreecommitdiff
path: root/src/fauxton/app/addons/fauxton/templates/index_pagination.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/addons/fauxton/templates/index_pagination.html')
-rw-r--r--src/fauxton/app/addons/fauxton/templates/index_pagination.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/fauxton/app/addons/fauxton/templates/index_pagination.html b/src/fauxton/app/addons/fauxton/templates/index_pagination.html
deleted file mode 100644
index f445377d8..000000000
--- a/src/fauxton/app/addons/fauxton/templates/index_pagination.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
-Licensed under the Apache License, Version 2.0 (the "License"); you may not
-use this file except in compliance with the License. You may obtain a copy of
-the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-License for the specific language governing permissions and limitations under
-the License.
--->
-
-<div class="pagination pagination-centered">
- <ul>
- <li <% if (!canShowPreviousfn()) {%> class="disabled" <% } %>>
- <a id="previous" href="#"> Previous </a>
- </li>
- <li <% if (!canShowNextfn()) {%> class="disabled" <% } %>>
- <a id="next" href="#"> Next </a></li>
- </ul>
-</div>
-