Beta warning for import thing.

This commit is contained in:
James Cole 2016-07-20 15:47:30 +02:00
parent cb9433f4b9
commit 921e2c06f4
2 changed files with 4 additions and 2 deletions

View File

@ -766,4 +766,5 @@ return [
'import_complete_text' => 'Download the config file. You can also run it from the command line.',
'import_download_config' => 'Download configuration',
'import_start_import' => 'Start import',
'import_intro_beta' => 'The import function is currently being developed and will most probably not work.',
];

View File

@ -14,8 +14,9 @@
<p>
{{ 'import_intro_text'|_ }}
</p>
<p>
&nbsp;
<p class="text-danger">
&nbsp;{{ 'import_intro_beta'|_ }}
</p>
<div class="row">
<form method="POST" action="{{ route('import.upload') }}" accept-charset="UTF-8" class="form-horizontal" id="update"