mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-01 14:08:40 +00:00
Start changing styles
This commit is contained in:
parent
62a442b30f
commit
8324b61b82
|
|
@ -1,6 +1,6 @@
|
|||
<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">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Accounts') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ $footerView->setResults(1);
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<section class="wf-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -112,7 +112,7 @@ $footerView->setResults(1);
|
|||
<div class="row">
|
||||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('GL') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $footerView->setResults(1);
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Journal') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $footerView->setResults(1);
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $footerView->setResults(1);
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user