Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Apr 2, 2024
1 parent 36436d9 commit a2f8b09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ K dispozici je [ukázková instance](https://demo.multiflexi.eu/?login=demo\&pas
Pluginy
-------

Jako plugin je možné použít jakýkoliv spustitelný skript nebo binárku. Tyto jsou však připraveny k použití:
Jako plugin je možné použít jakýkoliv spustitelný skript nebo binárku. Uvádíme zde některé, připravené k použití:

|Jméno|Popis|Domovská stránka|
|-----|-----|----------------|
Expand Down Expand Up @@ -73,6 +73,7 @@ Jako plugin je možné použít jakýkoliv spustitelný skript nebo binárku. Ty
|Upomínač|Upomínač neuhrazených faktur|https://github.com/VitexSoftware/abraflexi-reminder|
|Realpad do Mailkitu|Synchronizuje kontakty z Realpadu do Mailkitu |https://github.com/Spoje-NET/realpad2mailkit/|

Kompletní seznam naleznete na [stránce projektu](https://www.multiflexi.eu/apps.php).

instalace
---------
Expand Down
2 changes: 1 addition & 1 deletion src/MultiFlexi/Ui/CompanyDbStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct($company)
));
$this->addColumn(2, new \Ease\TWB4\LinkButton('showOnly=failed&id='.$companyId,
[_('Failed Jobs') . ' ', new \Ease\TWB4\PillBadge('danger', $jobs - $jobsSuccess - $jobsUnfinished)],
['class' => 'btn btn-default', 'type' => 'button']
'danger'
));
$this->addColumn(2, new \Ease\Html\ButtonTag(
[_('Unfinished Jobs') . ' ', new \Ease\TWB4\PillBadge('warning', $jobsUnfinished)],
Expand Down
2 changes: 1 addition & 1 deletion src/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Multi Flexi - About page.
*
* @author Vítězslav Dvořák <info@vitexsoftware.cz>
* @copyright 2020-2023 Vitex Software
* @copyright 2020-2024 Vitex Software
*/

namespace MultiFlexi\Ui;
Expand Down
1 change: 0 additions & 1 deletion src/company.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace MultiFlexi\Ui;

use Ease\Html\ATag;
use Ease\TWB4\Row;
use MultiFlexi\Company;

require_once './init.php';
Expand Down

0 comments on commit a2f8b09

Please sign in to comment.