From c2bf033fb8c529e405659bafa1cc411f7a81a229 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 29 Nov 2013 07:11:33 -0500 Subject: [PATCH] More form/button class changes --- app/controllers/admin/GroupsController.php | 2 +- app/views/backend/groups/create.blade.php | 98 ++++++++--------- app/views/backend/groups/edit.blade.php | 100 ++++++++---------- app/views/backend/groups/index.blade.php | 26 +++-- app/views/backend/hardware/checkout.blade.php | 93 ++++++++-------- app/views/backend/hardware/edit.blade.php | 4 +- app/views/backend/layouts/default.blade.php | 2 +- app/views/backend/licenses/checkin.blade.php | 77 +++++++------- app/views/backend/licenses/checkout.blade.php | 75 ++++++------- app/views/backend/licenses/edit.blade.php | 2 +- app/views/backend/licenses/index.blade.php | 8 +- app/views/backend/statuslabels/edit.blade.php | 79 +++++++------- .../backend/statuslabels/index.blade.php | 86 +++++++-------- public/assets/css/lib/uniform.default.css | 9 +- 14 files changed, 315 insertions(+), 346 deletions(-) diff --git a/app/controllers/admin/GroupsController.php b/app/controllers/admin/GroupsController.php index e182128e43..79977e298c 100755 --- a/app/controllers/admin/GroupsController.php +++ b/app/controllers/admin/GroupsController.php @@ -56,7 +56,7 @@ class GroupsController extends AdminController { { // Declare the rules for the form validation $rules = array( - 'name' => 'required|alpha_dash|min:2', + 'name' => 'required|alpha_space|min:2', ); // Create a new validator instance from our validation rules diff --git a/app/views/backend/groups/create.blade.php b/app/views/backend/groups/create.blade.php index 8b61fab30c..1db2dddfda 100755 --- a/app/views/backend/groups/create.blade.php +++ b/app/views/backend/groups/create.blade.php @@ -2,89 +2,79 @@ {{-- Web site Title --}} @section('title') -Create a Group :: +Create Group :: @parent @stop {{-- Content --}} @section('content') -