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>
|
||||
</div>
|
||||
<form class="form-large" id="maintenanceForm">
|
||||
<form id="maintenanceForm">
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="title"><%- @T('Title') %></label>
|
||||
|
@ -24,3 +26,4 @@
|
|||
</fieldset>
|
||||
<button type="submit" class="btn btn--primary submit"><%- @T('Send to clients') %></button>
|
||||
</form>
|
||||
</div>
|
Loading…
Reference in a new issue