| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2017-12-23 20:46:52 +01:00
										 |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName, linkType) }}
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {{ Form.model(linkType, {'class' : 'form-horizontal','id' : 'update','url' : route('admin.links.update', linkType.id) } ) }}
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |     <input type="hidden" name="id" value="{{ linkType.id }}"/>
 | 
					
						
							|  |  |  |     <input name="_token" type="hidden" value="{{ csrf_token() }}">
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |             <div class="box box-primary">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3>
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.text('name', null, {helpText: trans('firefly.link_type_help_name')}) }}
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.text('inward', null, {helpText: trans('firefly.link_type_help_inward')}) }}
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.text('outward', null, {helpText: trans('firefly.link_type_help_outward')}) }}
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2020-03-13 20:56:26 +01:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |         <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-12 18:42:48 +01:00
										 |  |  |             {# panel for options #}
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |             <div class="box">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'options'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.optionsList('update','link_type') }}
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-footer">
 | 
					
						
							|  |  |  |                     <button type="submit" class="btn pull-right btn-success">
 | 
					
						
							|  |  |  |                         {{ ('update_link_type')|_ }}
 | 
					
						
							|  |  |  |                     </button>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2017-08-21 07:13:03 +02:00
										 |  |  |     </form>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %}
 |