From 332a7cef7008d461793bfbc322f6d977c845e976 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 23 Feb 2018 14:55:41 +0100
Subject: [PATCH] drop never used templates

---
 templates/web/en/notices.tt2.html | 15 ---------------
 templates/web/fr/index.tt2.html   |  6 ------
 templates/web/fr/notices.tt2.html | 15 ---------------
 3 files changed, 36 deletions(-)
 delete mode 100644 templates/web/en/notices.tt2.html
 delete mode 100644 templates/web/fr/notices.tt2.html

diff --git a/templates/web/en/notices.tt2.html b/templates/web/en/notices.tt2.html
deleted file mode 100644
index c284d62..0000000
--- a/templates/web/en/notices.tt2.html
+++ /dev/null
@@ -1,15 +0,0 @@
- [% FOREACH notif IN notifications %]
-<p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-  Notice:
-
-  [% IF notif == 'done' %]
-
-  Operation has been performed
-
-  [% ELSE %]
-
-   [% notif %]<br/>
-
-  [% END %]
-
- [% END %] <!-- FOREACH -->
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 5d62c1a..4953638 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -40,12 +40,6 @@
             [% PROCESS 'errors.tt2.html' %]
             </div>
             [% ELSE %]
-                [% IF notifications %]
-            <div class="ui-widget">
-                [% PROCESS 'notices.tt2.html' %]
-                </b>
-            </div>
-                [% END %]
 
             [% PROCESS 'content.tt2.html' %]
 
diff --git a/templates/web/fr/notices.tt2.html b/templates/web/fr/notices.tt2.html
deleted file mode 100644
index c284d62..0000000
--- a/templates/web/fr/notices.tt2.html
+++ /dev/null
@@ -1,15 +0,0 @@
- [% FOREACH notif IN notifications %]
-<p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-  Notice:
-
-  [% IF notif == 'done' %]
-
-  Operation has been performed
-
-  [% ELSE %]
-
-   [% notif %]<br/>
-
-  [% END %]
-
- [% END %] <!-- FOREACH -->
-- 
GitLab