diff --git a/app/views/clients/edit.blade.php b/app/views/clients/edit.blade.php index a8bab7065a..e59b79d8b4 100755 --- a/app/views/clients/edit.blade.php +++ b/app/views/clients/edit.blade.php @@ -6,10 +6,10 @@ @stop @section('content') - +
- {{ Former::open($url)->addClass('col-md-10 col-md-offset-1 main_form')->method($method)->rules(array( + {{ Former::open($url)->addClass('col-md-12 main_form')->method($method)->rules(array( 'email' => 'email|required' )); }} @@ -17,7 +17,6 @@ {{ Former::populate($client) }} @endif -
@@ -52,12 +51,12 @@ {{ Former::text('phone')->data_bind("value: phone, valueUpdate: 'afterkeydown'") }}
-
- - {{ link_to('#', 'Remove contact', array('data-bind'=>'click: $parent.removeContact')) }} +
+ + {{ link_to('#', 'Remove contact -', array('data-bind'=>'click: $parent.removeContact')) }} - - {{ link_to('#', 'Add contact', array('onclick'=>'return addContact()')) }} + + {{ link_to('#', 'Add contact +', array('onclick'=>'return addContact()')) }}
@@ -151,11 +150,11 @@ -
- {{ Button::lg_primary_submit('Save') }}  |  - {{ link_to('clients/' . ($client ? $client->public_id : ''), 'Cancel') }} +
+ {{ Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') }} + {{ Button::lg_default_link('clients/' . ($client ? $client->public_id : ''), 'Cancel')->append_with_icon('remove-circle'); }}
{{ Former::close() }} - +
@stop \ No newline at end of file diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php index fc7b7c52c3..8a97f97053 100644 --- a/app/views/dashboard.blade.php +++ b/app/views/dashboard.blade.php @@ -50,7 +50,7 @@
-
+

Notifications

diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 124ffb99dd..b9e901405f 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -151,7 +151,7 @@
-
+
@if (!isset($showBreadcrumbs) || $showBreadcrumbs) {{ HTML::breadcrumbs() }} @@ -167,7 +167,6 @@ @yield('content') -