Skip to content

Commit fa6390c

Browse files
author
Richard Jones
committed
hide bottom form too
1 parent c13dd7c commit fa6390c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

templates/classic/html/issue.index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
<a tal:attributes="href python:request.indexargs_url('issue',
8686
{'@action':'export_csv'})">Download as CSV</a>
8787

88-
<form method="GET" id="index-controls" tal:attributes="action request/classname">
88+
<form method="GET" class="index-controls"
89+
tal:attributes="action request/classname">
8990

9091
<table class="form">
9192
<tr tal:condition="batch">

templates/classic/html/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ td.sidebar {
3838
td.sidebar {
3939
display: none;
4040
}
41+
.index-controls {
42+
display: none;
43+
}
4144
}
4245

4346
td.page-header-top {

0 commit comments

Comments
 (0)