Streamline of screens.
This commit is contained in:
parent
98496cee66
commit
c75f36e8b3
1 changed files with 26 additions and 23 deletions
|
@ -1,7 +1,9 @@
|
||||||
<div class="page-header">
|
<div class="flex scrollable">
|
||||||
|
<div>
|
||||||
|
<div class="page-header-title">
|
||||||
<h1><%- @T('Maintenance Message') %><small></small></h1>
|
<h1><%- @T('Maintenance Message') %><small></small></h1>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-large" id="maintenanceForm">
|
<form id="maintenanceForm">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="title"><%- @T('Title') %></label>
|
<label for="title"><%- @T('Title') %></label>
|
||||||
|
@ -23,4 +25,5 @@
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<button type="submit" class="btn btn--primary submit"><%- @T('Send to clients') %></button>
|
<button type="submit" class="btn btn--primary submit"><%- @T('Send to clients') %></button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
Loading…
Reference in a new issue