From ba7ea61bff40e83be7e763b2a816824c0bf81288 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Sat, 21 May 2016 17:19:36 -0500 Subject: [PATCH 1/2] Fixed display for required field --- resources/views/ManageOrganiser/Modals/CreateEvent.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/ManageOrganiser/Modals/CreateEvent.blade.php b/resources/views/ManageOrganiser/Modals/CreateEvent.blade.php index ae03d2a1..f3497819 100644 --- a/resources/views/ManageOrganiser/Modals/CreateEvent.blade.php +++ b/resources/views/ManageOrganiser/Modals/CreateEvent.blade.php @@ -20,7 +20,7 @@
- {!! Form::label('description', 'Event Description', array('class'=>'control-label')) !!} + {!! Form::label('description', 'Event Description', array('class'=>'control-label required')) !!} {!! Form::textarea('description', Input::old('description'), array( 'class'=>'form-control editable', From 03f8e35accf0857314a9e53411fe4e9e88dedd28 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Sat, 21 May 2016 17:41:46 -0500 Subject: [PATCH 2/2] Fixed typo --- resources/views/ManageOrganiser/Customize.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/ManageOrganiser/Customize.blade.php b/resources/views/ManageOrganiser/Customize.blade.php index 3aa4f561..f727d60e 100644 --- a/resources/views/ManageOrganiser/Customize.blade.php +++ b/resources/views/ManageOrganiser/Customize.blade.php @@ -130,7 +130,7 @@ @endif
{!! Form::labelWithHelp('organiser_logo', 'Organiser Logo', array('class'=>'control-label '), - 'We recommend a square image, as this will look best on printed tickets and event pages.') !!}l + 'We recommend a square image, as this will look best on printed tickets and event pages.') !!} {!!Form::styledFile('organiser_logo')!!}