diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-05 09:07:59 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-05 09:07:59 +0200 |
| commit | a8b75ca47b14b9df13017f7409367993afb3fb7c (patch) | |
| tree | dc1d47d341a535c3a52095f4243660adaee9df0b /searx/templates/oscar/messages | |
| parent | 0978f108879324a0367bc6d362f896532d6fc04f (diff) | |
[enh] oscar template: using table instead of container-fluid to show cookies
Diffstat (limited to 'searx/templates/oscar/messages')
| -rw-r--r-- | searx/templates/oscar/messages/no_cookies.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/templates/oscar/messages/no_cookies.html b/searx/templates/oscar/messages/no_cookies.html new file mode 100644 index 000000000..9bebc8ad1 --- /dev/null +++ b/searx/templates/oscar/messages/no_cookies.html @@ -0,0 +1,5 @@ +{% from 'oscar/macros.html' import icon %} +<div class="alert alert-info fade in" role="alert"> + <strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong> + {{ _('currently, there are no cookies defined.') }} +</div> |