Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent 0f0f302382
commit 6b52c31784
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="table darkred">
<caption><?= $this->getHtml('Accounts') ?></caption>
<caption><?= $this->getHtml('Accounts') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

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

View File

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

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Journal') ?></caption>
<caption><?= $this->getHtml('Journal') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('BatchPostings') ?></caption>
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

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

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('BatchPostings') ?></caption>
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>