Small modal improvements.
This commit is contained in:
parent
e35d80b183
commit
c7a45064b6
2 changed files with 0 additions and 22 deletions
|
@ -587,9 +587,6 @@ class App.OverviewSettings extends App.ControllerModal
|
||||||
class: 'medium'
|
class: 'medium'
|
||||||
})
|
})
|
||||||
|
|
||||||
form = App.view('dashboard/ticket_settings')(
|
|
||||||
overview: @overview,
|
|
||||||
)
|
|
||||||
@head = App.i18n.translateContent( 'Edit' ) + ': ' + App.i18n.translateContent( @overview.name )
|
@head = App.i18n.translateContent( 'Edit' ) + ': ' + App.i18n.translateContent( @overview.name )
|
||||||
@close = true
|
@close = true
|
||||||
@cancel = true
|
@cancel = true
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
<form>
|
|
||||||
<div class="modal-dialog">
|
|
||||||
<div class="modal-content">
|
|
||||||
<div class="modal-header">
|
|
||||||
<div class="modal-close js-close">
|
|
||||||
<div class="close icon"></div>
|
|
||||||
</div>
|
|
||||||
<h1 class="modal-title"><%- @T( 'Edit' ) %>: <%- @T( @overview.name ) %></h1>
|
|
||||||
</div>
|
|
||||||
<div class="modal-body">
|
|
||||||
<div id="form-setting"></div>
|
|
||||||
</div>
|
|
||||||
<div class="modal-footer horizontal">
|
|
||||||
<a class="subtle-link standalone js-cancel" href="#/"><%- @T( 'Cancel & Go Back' ) %></a>
|
|
||||||
<button type="submit" class="btn btn-create js-submit align-right"><%- @T('Submit') %></button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
Loading…
Reference in a new issue