diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-27 11:51:31 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | 915857105997357f24db86b9fcc6739fd816e98e (patch) | |
| tree | 017f87c8b1489dc2bf54da142d291901365a5566 /searx/templates/oscar/messages/first_time.html | |
| parent | a538bed745a688d17c98372785dd2c0644e6019b (diff) | |
oscar template: update messages
Diffstat (limited to 'searx/templates/oscar/messages/first_time.html')
| -rw-r--r-- | searx/templates/oscar/messages/first_time.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/templates/oscar/messages/first_time.html b/searx/templates/oscar/messages/first_time.html new file mode 100644 index 000000000..34e7e8956 --- /dev/null +++ b/searx/templates/oscar/messages/first_time.html @@ -0,0 +1,8 @@ +<div class="alert alert-info fade in" role="alert"> + <button class="close" data-dismiss="alert" type="button"> + <span aria-hidden="true">×</span> + <span class="sr-only">Close</span> + </button> + <strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong> + {{ _('It look like you are using searx first time.') }} +</div> |