diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 28218b320d..698c32a319 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -744,7 +744,7 @@ -
+
@if ($debug_in_production)
diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index 6ea397cab7..0f6050d212 100755 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -6,6 +6,24 @@ @parent @stop +@section('header_right') + + {{ trans('general.back') }} + + +
+
+
+ + + +
+
+
+ +@stop + + {{-- Page content --}} @section('content') @@ -28,20 +46,6 @@ } -
- - -
-
-
- - - -
-
-
- -
@@ -386,11 +390,11 @@ valueNames: [ 'name', 'keywords', 'summary', 'help-block'] }; - var userList = new List('setting-list', options); + var settingList = new List('setting-list', options); $("#searchclear").click(function(){ $("#searchinput").val(''); - userList.search(); + settingList.search(); });