Skip to content

Commit

Permalink
Working on #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Feb 5, 2017
1 parent 30045ec commit ce49bf3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/views/invoices/email.blade.php
@@ -1,13 +1,14 @@
<div class="modal fade" id="emailModal" tabindex="-1" role="dialog" aria-labelledby="emailModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-content" style="background-color: #f8f8f8">

<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="emailModalLabel">{{ trans('texts.email_invoice') }}</h4>
</div>

<div class="modal-body">
<div class="container" style="width: 100%; padding-bottom: 0px !important">
<div class="panel panel-default">
<div class="panel-body">

{!! Former::plaintext('recipients')
Expand Down Expand Up @@ -54,7 +55,7 @@
->raw() !!}
<br/>
<div id="templateEditor" class="form-control" style="min-height:160px"></div>
<div style="displayx:none">
<div style="display:none">
{!! Former::textarea("emailTemplate[body]")
->raw() !!}
{!! Former::text('emailTemplate[subject]')
Expand Down Expand Up @@ -103,7 +104,7 @@
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
<button type="button" class="btn btn-info" onclick="onConfirmEmailClick()">{{ trans('texts.send_email') }}</button>
</div>

</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -191,7 +192,7 @@ function onEmailSubjectChange() {
<style type="text/css">
@media only screen and (min-width : 767px) {
.modal-dialog {
width: 660px;
width: 670px;
}
}
</style>

0 comments on commit ce49bf3

Please sign in to comment.