continue implementation

This commit is contained in:
Dennis Eichhorn 2023-06-09 17:39:31 +00:00
parent 697a820407
commit b190e05887
7 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<template id="entry-list-tpl">
<div id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
<table class="default sticky">
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>

View File

@ -77,7 +77,7 @@ $footerView->setResults(1);
<div class="col-xs-12">
<section class="wf-100">
<table class="default">
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('EntryDate'); ?>
@ -112,7 +112,7 @@ $footerView->setResults(1);
<div class="col-xs-4">
<section class="wf-100">
<table class="default">
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('Account'); ?>
@ -132,7 +132,7 @@ $footerView->setResults(1);
<div class="col-xs-4">
<section class="wf-100">
<table class="table green">
<caption><?= $this->getHtml('CostCenter'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('CostCenter'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('CostCenter'); ?>
@ -152,7 +152,7 @@ $footerView->setResults(1);
<div class="col-xs-4">
<section class="wf-100">
<table class="table blue">
<caption><?= $this->getHtml('CostObject'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('CostObject'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('Account'); ?>

View File

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

View File

@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
<div class="box w-100">
<table class="default sticky">
<caption><?= $this->getHtml('Journal'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('Journal'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>

View File

@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
<div class="box w-100">
<table class="default sticky">
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>

View File

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

View File

@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
<div class="box w-100">
<table class="default sticky">
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>