mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:57:33 -05:00 
			
		
		
		
	Restoring file
This commit is contained in:
		
							parent
							
								
									16351c73ca
								
							
						
					
					
						commit
						4ad3b52942
					
				@ -16,6 +16,7 @@
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
@stop
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
@ -105,8 +106,7 @@
 | 
			
		||||
                                    {{ trans('texts.date_range') }}
 | 
			
		||||
                                </label>
 | 
			
		||||
                                <div class="col-lg-8 col-sm-8">
 | 
			
		||||
                                    <div id="reportrange"
 | 
			
		||||
                                         style="background: #f9f9f9; cursor: pointer; padding: 9px 14px; border: 1px solid #dfe0e1; margin-top: 0px;">
 | 
			
		||||
                                    <div id="reportrange" style="background: #f9f9f9; cursor: pointer; padding: 9px 14px; border: 1px solid #dfe0e1; margin-top: 0px;">
 | 
			
		||||
                                        <i class="glyphicon glyphicon-calendar fa fa-calendar"></i> 
 | 
			
		||||
                                        <span></span> <b class="caret"></b>
 | 
			
		||||
                                    </div>
 | 
			
		||||
@ -118,8 +118,7 @@
 | 
			
		||||
                                </div>
 | 
			
		||||
                            </div>
 | 
			
		||||
 | 
			
		||||
                            <div id="statusField"
 | 
			
		||||
                                 style="display:{{ in_array($reportType, [ENTITY_INVOICE, ENTITY_PRODUCT]) ? 'block' : 'none' }}">
 | 
			
		||||
                            <div id="statusField" style="display:{{ in_array($reportType, [ENTITY_INVOICE, ENTITY_PRODUCT]) ? 'block' : 'none' }}">
 | 
			
		||||
                                {!! Former::select('invoice_status')->label('status')
 | 
			
		||||
                                        ->addOption(trans('texts.all'), 'all')
 | 
			
		||||
                                        ->addOption(trans('texts.draft'), 'draft')
 | 
			
		||||
@ -170,8 +169,7 @@
 | 
			
		||||
                        ->submit()
 | 
			
		||||
                        ->appendIcon(Icon::create('play'))
 | 
			
		||||
                        ->large() !!}
 | 
			
		||||
            </center>
 | 
			
		||||
            <br/>
 | 
			
		||||
            </center><br/>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            {!! Former::close() !!}
 | 
			
		||||
@ -355,7 +353,10 @@
 | 
			
		||||
                    }
 | 
			
		||||
                });
 | 
			
		||||
            })
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        </script>
 | 
			
		||||
 | 
			
		||||
        @stop
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user