Moved ShortCodes to a new controller, added Tabulator, bug fixes

This commit is contained in:
Kwesi Banson
2024-07-09 15:49:56 +00:00
parent 101012c684
commit 4a0248e40d
12 changed files with 1215 additions and 40 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="title_right">
<div class="row">
<div class="col-sm-12">
<div class="pull-right">
@@ -47,11 +47,12 @@
<div role="tabpanel" class="tab-pane fade active in" id="tabSmsShortCode" aria-labelledby="smsshortcode-tab">
<h4 class="lead"><strong>
@if($type == 'voice')
{{ ucfirst($type) }} Short Code
{{ ucfirst($type) }} Short Code
@else
{{ strtoupper($type) }} Short Code
{{ strtoupper($type) }} Short Code
@endif
</strong></h4>
<?php //dump($codes_data) ?>
@include('client.partials.shortcode-index')
</div>
</div>
@@ -66,7 +67,7 @@
@section('javascript')
<script type="text/javascript">
$(document).ready(function(){
});
</script>