summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/branding-check.html
blob: 8f6ef0550be6553768bf1b6e9c09cf85e9347966 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>