From 66c3ad778ccf54566086d535a6ebe4805bf4241f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 16 May 2017 13:48:47 -0700 Subject: remove csv download button from search result page --- system/admin/handlers.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'system') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 6cd840d..babcff1 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -2545,14 +2545,6 @@ func searchHandler(res http.ResponseWriter, req *http.Request) { New ` + t + ` ` - if _, ok := post.(format.CSVFormattable); ok { - btn += `
- - system_update_alt - CSV - ` - } - html += b.String() + script + btn + `` adminView, err := Admin([]byte(html)) -- cgit v1.2.3