mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-25 11:52:29 +01:00
Merge pull request #204 from guestisp/add-hook-for-customize-mailbox-update-page Call hook in mailbox update page
Call hook in mailbox update page
This commit is contained in:
commit
150da8a98d
@ -96,6 +96,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@action('mailboxes.update.view', $mailbox)
|
||||
|
||||
{{-- Email Template option hidden until somebody needs it --}}
|
||||
<div class="form-group{{ $errors->has('template') ? ' has-error' : '' }}" style="display:none">
|
||||
<label for="template" class="col-sm-2 control-label">{{ __('Email Template') }} (todo)</label>
|
||||
|
Loading…
Reference in New Issue
Block a user