mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Give importer deprecation warning.
This commit is contained in:
		| @@ -16,6 +16,9 @@ | ||||
|                     <p> | ||||
|                         {{ trans('import.job_config_uc_text') }} | ||||
|                     </p> | ||||
|                     <p class="text-danger"> | ||||
|                         {{ trans('import.deprecate_csv_import')|raw }} | ||||
|                     </p> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
| @@ -22,6 +22,9 @@ | ||||
|                             {{ trans('import.job_config_map_nothing') }} | ||||
|                         </p> | ||||
|                     {% endif %} | ||||
|                     <p class="text-danger"> | ||||
|                         {{ trans('import.deprecate_csv_import')|raw }} | ||||
|                     </p> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
| @@ -14,6 +14,9 @@ | ||||
|                     <p> | ||||
|                         {{ trans('import.job_config_file_upload_text') }} | ||||
|                     </p> | ||||
|                     <p class="text-danger"> | ||||
|                         {{ trans('import.deprecate_csv_import')|raw }} | ||||
|                     </p> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
| @@ -16,6 +16,9 @@ | ||||
|                     <p> | ||||
|                         {{ trans('import.job_config_roles_text') }} | ||||
|                     </p> | ||||
|                     <p class="text-danger"> | ||||
|                         {{ trans('import.deprecate_csv_import')|raw }} | ||||
|                     </p> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
| @@ -14,6 +14,9 @@ | ||||
|                     <p> | ||||
|                         {{ trans('import.general_index_intro') }} | ||||
|                     </p> | ||||
|                     <p class="text-danger"> | ||||
|                         {{ trans('import.deprecate_csv_import')|raw }} | ||||
|                     </p> | ||||
|                     <div class="row"> | ||||
|                         {% for name, provider in providers %} | ||||
|                             {# button for each import thing: #} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user