From 1ca5f8bee59356ba4aaf9918ecf5645498f71108 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 2 Aug 2016 16:40:38 -0700 Subject: [PATCH] Removed asterisks, use orange bar for req fields in locations --- resources/views/locations/edit.blade.php | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/resources/views/locations/edit.blade.php b/resources/views/locations/edit.blade.php index 27514418d3..a6bd48a1f1 100755 --- a/resources/views/locations/edit.blade.php +++ b/resources/views/locations/edit.blade.php @@ -43,7 +43,7 @@
-
+
{!! $errors->first('name', ' :message') !!}
@@ -55,7 +55,7 @@ -
+
{!! Form::select('parent_id', $location_options , Input::old('parent_id', $location->parent_id), array('class'=>'select2 parent', 'style'=>'width:350px')) !!} {!! $errors->first('parent_id', ' :message') !!}
@@ -66,7 +66,7 @@ -
+
{{ Form::text('currency', Input::old('currency', $location->currency), array('class' => 'form-control','placeholder' => 'USD', 'maxlength'=>'3', 'style'=>'width: 60px;')) }} {!! $errors->first('currency', ':message') !!}
@@ -77,7 +77,7 @@ -
+
{!! $errors->first('address', ' :message') !!}
@@ -94,10 +94,9 @@
- + -
+
{!! $errors->first('city', ' :message') !!}
@@ -115,7 +114,7 @@
-
+
{!! $errors->first('zip', ' :message') !!}
@@ -123,10 +122,9 @@
- + -
+
{!! Form::countries('country', Input::old('country', $location->country), 'select2 country') !!} {!! $errors->first('country', ' :message') !!}