diff --git a/resources/views/system/importer/complete.blade.php b/resources/views/system/importer/complete.blade.php index e57aea499..cf0dc8804 100644 --- a/resources/views/system/importer/complete.blade.php +++ b/resources/views/system/importer/complete.blade.php @@ -2,19 +2,17 @@ @section('title', 'Import Completed!') @section('content') -
+ +
+ +
- IMPORTANT NOTES-
|
-
+ +
+ +- {{ Form::submit('Start >>', ['class' => 'btn btn-success']) }} -
- {{ Form::close() }} + @endsection diff --git a/resources/views/system/installer/install/steps/step1-requirements.blade.php b/resources/views/system/installer/install/steps/step1-requirements.blade.php index e74738889..19ca837d1 100644 --- a/resources/views/system/installer/install/steps/step1-requirements.blade.php +++ b/resources/views/system/installer/install/steps/step1-requirements.blade.php @@ -3,7 +3,8 @@ @section('content')Site Config |
- |
Site Name | -
-
- {{ Form::input('text', 'site_name', 'phpvms', ['class' => 'form-control']) }}
-
- |
-
Site URL | -
-
- {{ Form::input('text', 'app_url', Request::root(), ['class' => 'form-control']) }}
-
- |
-
- Database Config-Enter the target database information - |
- |
Database Type |
-
-
- {{ Form::select('db_conn', $db_types, null, ['class' => 'form-control', 'id' => 'db_conn']) }}
-
- |
-
Database Host | -
-
- {{ Form::input('text', 'db_host', '127.0.0.1', ['class' => 'form-control']) }}
-
- |
-
Database Port | -
-
- {{ Form::input('text', 'db_port', '3306', ['class' => 'form-control']) }}
-
- |
-
Database Name | -
-
- {{ Form::input('text', 'db_name', 'phpvms', ['class' => 'form-control']) }}
-
- |
-
Database User | -
-
- {{ Form::input('text', 'db_user', null, ['class' => 'form-control']) }}
-
- |
-
Database Password | -
-
- {{ Form::input('text', 'db_pass', null, ['class' => 'form-control']) }}
-
- |
-
- {{ Form::submit('Test Database Credentials', ['class' => 'btn btn-info', 'id' => 'dbtest_button']) }} - | -|
Database Prefix | -
-
- {{ Form::input('text', 'db_prefix', '', ['class' => 'form-control']) }}
-
- Set this if you're sharing the database with another application. - |
-
- {{ Form::submit('Setup Database >>', ['class' => 'btn btn-success']) }} -
- {{ Form::close() }} -
+ Analytics + |
+
+
+
+
+
+ + + Allows collection of analytics. They won't identify you, and helps us to track + the PHP and database versions that are used, and help to figure out problems + and slowdowns when vaCentral integration is enabled. + + |
+
+ +
+ ++ +
+ +Press continue to check if there are any updates available.
- {{ Form::open(['route' => 'update.step1post', 'method' => 'post']) }} + @endsection diff --git a/resources/views/system/updater/steps/step1-no-update.blade.php b/resources/views/system/updater/steps/step1-no-update.blade.php index d39f91c05..75ecb008f 100644 --- a/resources/views/system/updater/steps/step1-no-update.blade.php +++ b/resources/views/system/updater/steps/step1-no-update.blade.php @@ -4,10 +4,11 @@ @section('content')It seems like you're up to date!
- {{ Form::open(['route' => 'update.complete', 'method' => 'GET']) }} + @endsection diff --git a/resources/views/system/updater/steps/step1-update-available.blade.php b/resources/views/system/updater/steps/step1-update-available.blade.php index c1ad986a6..22a0a0747 100644 --- a/resources/views/system/updater/steps/step1-update-available.blade.php +++ b/resources/views/system/updater/steps/step1-update-available.blade.php @@ -4,9 +4,10 @@ @section('content')Click run to complete the update!.
- {{ Form::open(['route' => 'update.run_migrations', 'method' => 'post']) }} + @endsection diff --git a/resources/views/system/updater/steps/step2-migrations-done.blade.php b/resources/views/system/updater/steps/step2-migrations-done.blade.php index 8aefd8f08..290742322 100644 --- a/resources/views/system/updater/steps/step2-migrations-done.blade.php +++ b/resources/views/system/updater/steps/step2-migrations-done.blade.php @@ -2,7 +2,8 @@ @section('title', 'Update Completed') @section('content')Update completed!.
- {{ Form::open(['route' => 'update.complete', 'method' => 'GET']) }} + @endsection