summaryrefslogtreecommitdiffstats
path: root/modules-available/main/templates
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-11 19:00:30 +0200
committerSimon Rettberg2016-05-11 19:00:30 +0200
commit1cc1c2ed092c46eb35893c1d85accb24cf43d7f9 (patch)
tree95c1302f4a1ae441e174a1dca64133e2873f8297 /modules-available/main/templates
parentAdd PhpStorm prefs (diff)
downloadslx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.tar.gz
slx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.tar.xz
slx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.zip
Still working in modularization cleanup and refinement
Diffstat (limited to 'modules-available/main/templates')
-rw-r--r--modules-available/main/templates/php-errors.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/main/templates/php-errors.html b/modules-available/main/templates/php-errors.html
new file mode 100644
index 00000000..a9932039
--- /dev/null
+++ b/modules-available/main/templates/php-errors.html
@@ -0,0 +1,12 @@
+<div class="alert alert-warning">
+ <div class="slx-bold">
+ <span class="glyphicon glyphicon-warning" aria-hidden="true"></span>
+ {{lang_warningDebug}}
+ </div>
+ <hr>
+ {{#errors}}
+ <div>
+ <b>{{errlevel}}</b>: {{errstr}}&ensp;–&ensp;{{errfile}}&thinsp;:&thinsp;{{errline}}
+ </div>
+ {{/errors}}
+</div>