| 
									
										
										
										
											2022-01-29 14:19:01 +01:00
										 |  |  | {% extends './layout/default' %}
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							|  |  |  |     {{ Breadcrumbs.render }}
 | 
					
						
							|  |  |  | {% endblock %}
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |             <div class="box box-default">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'instance_configuration'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     <ul>
 | 
					
						
							| 
									
										
										
										
											2022-09-24 08:23:07 +02:00
										 |  |  |                         <li>
 | 
					
						
							|  |  |  |                             <a href="{{ route('admin.configuration.index') }}">{{ 'firefly_instance_configuration'|_ }}</a>
 | 
					
						
							|  |  |  |                         </li>
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  |                         <li><a href="{{ route('admin.links.index') }}">{{ 'journal_link_configuration'|_ }}</a></li>
 | 
					
						
							|  |  |  |                         <li><a href="{{ route('admin.update-check') }}">{{ 'update_check_title'|_ }}</a></li>
 | 
					
						
							|  |  |  |                     </ul>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="box box-default">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'user_administration'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     <ul>
 | 
					
						
							|  |  |  |                         <li><a href="{{ route('admin.users') }}">{{ 'list_all_users'|_ }}</a></li>
 | 
					
						
							|  |  |  |                     </ul>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2022-09-24 08:23:07 +02:00
										 |  |  |             <form action="{{ route('admin.notifications') }}" method="post">
 | 
					
						
							|  |  |  |                 <input type="hidden" name="_token" value="{{ csrf_token() }}">
 | 
					
						
							|  |  |  |                 <div class="box box-default">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'admin_notifications'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         <p>
 | 
					
						
							|  |  |  |                             {{ 'admin_notifications_expl'|_ }}
 | 
					
						
							|  |  |  |                         </p>
 | 
					
						
							|  |  |  |                         {% for notification, value in notifications %}
 | 
					
						
							|  |  |  |                         <div class="checkbox">
 | 
					
						
							|  |  |  |                             <label>
 | 
					
						
							|  |  |  |                                 <input value="1" {% if true == value %}checked{% endif %} type="checkbox" name="notification_{{ notification }}"> {{ trans('firefly.admin_notification_check_'~notification) }}
 | 
					
						
							|  |  |  |                             </label>
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                         {% endfor %}
 | 
					
						
							| 
									
										
										
										
											2022-09-24 12:14:27 +02:00
										 |  |  |                         {{ ExpandedForm.text('slackUrl', slackUrl, {'label' : 'slack_url_label'|_}) }}
 | 
					
						
							| 
									
										
										
										
											2022-09-24 08:23:07 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <button type="submit" class="btn btn-success">
 | 
					
						
							|  |  |  |                                 <span class="fa fa-check-circle"></span> {{ ('save_notification_settings')|_ }}
 | 
					
						
							|  |  |  |                         </button>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </form>
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  |         </div>
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |             <div class="box box-default">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'send_test_email'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <form action="{{ route('admin.test-message') }}" method="post">
 | 
					
						
							| 
									
										
										
										
											2022-09-24 08:23:07 +02:00
										 |  |  |                     <input type="hidden" name="_token" value="{{ csrf_token() }}">
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         <p>
 | 
					
						
							|  |  |  |                             {{ trans('firefly.send_test_email_text', {email:email})|raw }}
 | 
					
						
							|  |  |  |                         </p>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <button type="submit" class="btn btn-success">
 | 
					
						
							|  |  |  |                             <span class="fa fa-envelope"></span> {{ ('send_message')|_ }}
 | 
					
						
							|  |  |  |                         </button>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </form>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="box box-default">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'admin_maintanance_title'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     <p>
 | 
					
						
							|  |  |  |                         {{ 'admin_maintanance_expl'|_ }}
 | 
					
						
							|  |  |  |                     </p>
 | 
					
						
							|  |  |  |                     <p>
 | 
					
						
							| 
									
										
										
										
											2022-09-24 08:23:07 +02:00
										 |  |  |                         <a href="{{ route('flush') }}"
 | 
					
						
							|  |  |  |                            class="btn btn-warning">{{ 'admin_maintenance_clear_cache'|_ }}</a>
 | 
					
						
							| 
									
										
										
										
											2022-01-29 14:15:34 +01:00
										 |  |  |                     </p>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %}
 |