closes #1986
parent
8b0685754e
commit
d303dea6c7
@ -0,0 +1,13 @@
|
|||||||
|
<!-- IMPORT admin/settings/header.tpl -->
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">Notifications</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<form>
|
||||||
|
<strong>Welcome Notification</strong><br /> <textarea class="form-control" data-field="welcomeNotification"></textarea><br />
|
||||||
|
<strong>Welcome Notification Link</strong><br /> <input type="text" class="form-control" data-field="welcomeLink"><br />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- IMPORT admin/settings/footer.tpl -->
|
Loading…
Reference in New Issue