summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/branding-check.html
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-01 16:50:13 +0200
committerJonathan Bauer2016-04-01 16:50:13 +0200
commitdbc0d9614421e064cc62aacf116ebb783c83f2f3 (patch)
tree091844b8578ff1d9ac18edfd3cee3e63210133d7 /templates/sysconfig/branding-check.html
parent[ldapauth] Add homedir conf to ldap wizard (diff)
downloadslx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.gz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.xz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.zip
[merge] merging c3sl / fr - initial commit
Diffstat (limited to 'templates/sysconfig/branding-check.html')
-rw-r--r--templates/sysconfig/branding-check.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/sysconfig/branding-check.html b/templates/sysconfig/branding-check.html
deleted file mode 100644
index 8f6ef055..00000000
--- a/templates/sysconfig/branding-check.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<p>
- {{lang_brandingInfo}}
-</p>
-<div class="pull-left">
- {{#svg}}
- <img src="data:image/svg+xml;base64,{{svg}}" width="192" height="192">
- {{/svg}}
-</div>
-<div class="pull-right">
- {{#png}}
- <img src="data:image/png;base64,{{png}}">
- {{/png}}
-</div>
-<div class="clearfix"></div>
-<div>{{error}}</div>
-<div>
- <form role="form" enctype="multipart/form-data" method="post" action="?do=SysConfig&amp;action=addmodule&amp;step={{step}}">
- <input type="hidden" name="token" value="{{token}}">
- <input type="hidden" name="edit" value="{{edit}}">
- <div class="form-group">
- <label for="title-id">{{lang_title}}</label>
- <input type="text" name="title" value="{{title}}" id ="title-id" class="form-control" placeholder="Name des Moduls">
- </div>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
- </form>
-</div>