Compare commits

...

2 Commits

Author SHA1 Message Date
3f3730fce5 Merge pull request 'Update Logo AGI' (#1) from temp into usermanager
Reviewed-on: #1
2023-06-03 14:37:33 +00:00
64a3c03113 Update Logo AGI 2023-06-02 16:31:05 +07:00
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@
<!--begin::Heading--> <!--begin::Heading-->
<div class="text-center mb-11"> <div class="text-center mb-11">
<!--begin::Title--> <!--begin::Title-->
<img alt="Logo" src="{{ image('logos/logo_agi.png') }}" class="h-60px h-lg-75px"/>
<br>
<br>
<h1 class="text-dark fw-bolder mb-3"> <h1 class="text-dark fw-bolder mb-3">
Sign In Sign In
</h1> </h1>

View File

@ -79,7 +79,7 @@
$("#role_" + _role).prop('checked', true); $("#role_" + _role).prop('checked', true);
} }
$('.form_{{$route[0].'_'.$route[1]}}').attr('action', '{{ URL::to('/'.$route[0].'/'.$route[1].'/') }}/' + response.data.id).append('<input type="hidden" name="_method" value="PUT">'); $('.form_{{$route[0].'_'.$route[1]}}').attr('action', '{{ URL::to('/'.$route[1].'/') }}/' + response.data.id).append('<input type="hidden" name="_method" value="PUT">');
$('#kt_modal_{{$route[0].'_'.$route[1]}}').modal('show'); $('#kt_modal_{{$route[0].'_'.$route[1]}}').modal('show');
} }
}) })