continue implementation

This commit is contained in:
Dennis Eichhorn 2023-06-09 17:39:31 +00:00
parent da4d4074e8
commit de58ca3195
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ echo $this->data['nav']->render(); ?>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table id="accountList" class="default"> <table id="accountList" class="default">
<caption><?= $this->getHtml('Recordings'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Recordings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('Date'); ?> <td><?= $this->getHtml('Date'); ?>

View File

@ -22,7 +22,7 @@ echo $this->data['nav']->render(); ?>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table id="accountList" class="default"> <table id="accountList" class="default">
<caption><?= $session->start->format('Y-m-d'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $session->start->format('Y-m-d'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('Status'); ?> <td><?= $this->getHtml('Status'); ?>

View File

@ -82,7 +82,7 @@ echo $this->data['nav']->render(); ?>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table id="accountList" class="default"> <table id="accountList" class="default">
<caption><?= $this->getHtml('Recordings'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Recordings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('Date'); ?> <td><?= $this->getHtml('Date'); ?>