From 99112044c5d45e1a011a0e447afea43419e5419b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Oudin?= <oudin@crans.org> Date: Sat, 26 Oct 2019 14:57:35 +0200 Subject: [PATCH] Remove useless information : executed query. --- app/view/backend/cbs.html | 1 - app/view/backend/contreparties.html | 1 - 2 files changed, 2 deletions(-) diff --git a/app/view/backend/cbs.html b/app/view/backend/cbs.html index c5e5645..5a8ec14 100644 --- a/app/view/backend/cbs.html +++ b/app/view/backend/cbs.html @@ -37,7 +37,6 @@ </select> <input type="button" value="Action" onclick="checkbox_command()" /> </form> -<check if="{{ @row_count }}"><b>{{ @row_count }} résultats</b> => </check>{{ @query }} <br /> <table cellspacing="0" cellpadding="0"> <theader> diff --git a/app/view/backend/contreparties.html b/app/view/backend/contreparties.html index b77647d..84ace0e 100644 --- a/app/view/backend/contreparties.html +++ b/app/view/backend/contreparties.html @@ -38,7 +38,6 @@ <input type="button" value="Export CSV" onclick="export_csv()" /> </form> -<check if="{{ @row_count }}"><b>{{ @row_count }} résultats</b> => </check>{{ @query }} <br /> <table cellspacing="0" cellpadding="0"> <theader> -- GitLab