We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13dd7c commit fa6390cCopy full SHA for fa6390c
templates/classic/html/issue.index.html
@@ -85,7 +85,8 @@
85
<a tal:attributes="href python:request.indexargs_url('issue',
86
{'@action':'export_csv'})">Download as CSV</a>
87
88
-<form method="GET" id="index-controls" tal:attributes="action request/classname">
+<form method="GET" class="index-controls"
89
+ tal:attributes="action request/classname">
90
91
<table class="form">
92
<tr tal:condition="batch">
templates/classic/html/style.css
@@ -38,6 +38,9 @@ td.sidebar {
38
td.sidebar {
39
display: none;
40
}
41
+ .index-controls {
42
+ display: none;
43
+ }
44
45
46
td.page-header-top {
0 commit comments