mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added url type to invoice link website field
This commit is contained in:
parent
02f137f95f
commit
dafc5b9378
@ -1,10 +1,22 @@
|
|||||||
@extends('header')
|
@extends('header')
|
||||||
|
|
||||||
|
@section('head')
|
||||||
|
@parent
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
.iframe_url {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@stop
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@parent
|
@parent
|
||||||
@include('accounts.nav', ['selected' => ACCOUNT_EMAIL_SETTINGS, 'advanced' => true])
|
@include('accounts.nav', ['selected' => ACCOUNT_EMAIL_SETTINGS, 'advanced' => true])
|
||||||
|
|
||||||
{!! Former::open()->addClass('warn-on-exit') !!}
|
{!! Former::open()->rules([
|
||||||
|
'iframe_url' => 'url'
|
||||||
|
])->addClass('warn-on-exit') !!}
|
||||||
{{ Former::populate($account) }}
|
{{ Former::populate($account) }}
|
||||||
{{ Former::populateField('pdf_email_attachment', intval($account->pdf_email_attachment)) }}
|
{{ Former::populateField('pdf_email_attachment', intval($account->pdf_email_attachment)) }}
|
||||||
{{ Former::populateField('enable_email_markup', intval($account->enable_email_markup)) }}
|
{{ Former::populateField('enable_email_markup', intval($account->enable_email_markup)) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user