From f71639f22642620a3760fe0673850bd4b5c7bcdc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 20:37:37 +0000 Subject: [PATCH] Use fieldsets and legends instead of headers --- app/views/setup.blade.php | 90 ++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 43 deletions(-) diff --git a/app/views/setup.blade.php b/app/views/setup.blade.php index d415a84d..0e5a6604 100644 --- a/app/views/setup.blade.php +++ b/app/views/setup.blade.php @@ -13,50 +13,54 @@
Service Details
{{ Form::open(['name' => 'SetupForm', 'class' => 'form-vertical', 'role' => 'form']) }} -

Status Page Details

-
- - - @if($errors->has('settings.app_name')) - {{ $errors->first('settings.app_name') }} - @endif -
-
- - - @if($errors->has('settings.app_domain')) - {{ $errors->first('settings.app_domain') }} - @endif -
-
- -
+
+ Status Page Setup +
+ + + @if($errors->has('settings.app_name')) + {{ $errors->first('settings.app_name') }} + @endif +
+
+ + + @if($errors->has('settings.app_domain')) + {{ $errors->first('settings.app_domain') }} + @endif +
+
+ +
+
-

Administrator Account

-
- - - @if($errors->has('user.name')) - {{ $errors->first('user.name') }} - @endif -
-
- - - @if($errors->has('user.email')) - {{ $errors->first('user.email') }} - @endif -
-
- - - @if($errors->has('user.password')) - {{ $errors->first('user.password') }} - @endif -
+
+ Administrator Account +
+ + + @if($errors->has('user.name')) + {{ $errors->first('user.name') }} + @endif +
+
+ + + @if($errors->has('user.email')) + {{ $errors->first('user.email') }} + @endif +
+
+ + + @if($errors->has('user.password')) + {{ $errors->first('user.password') }} + @endif +
+