bug fixes

This commit is contained in:
Dennis Eichhorn 2024-05-12 00:06:29 +00:00
parent 99dc4b9cee
commit afa82c0959
4 changed files with 6 additions and 5 deletions

View File

@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1 - uses: actions/first-interaction@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.' issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
pr-message: 'Thank you for your pull request. We will check it as soon as possible.' pr-message: 'Thank you for your pull request. We will check it as soon as possible.'

View File

@ -41,6 +41,7 @@ use phpOMS\Views\View;
* https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/8 (Vacation) * https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/8 (Vacation)
* https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/7 (Clocking change) * https://github.com/Karaka-Management/oms-HumanResourceTimeRecording/issues/7 (Clocking change)
* https://github.com/Karaka-Management/oms-QualityManagement/issues/2 (Quality report) * https://github.com/Karaka-Management/oms-QualityManagement/issues/2 (Quality report)
* https://github.com/Karaka-Management/Karaka/issues/265 (Sanction checks for all accounts)
* *
* @todo Implement Exchange runner * @todo Implement Exchange runner
* https://github.com/Karaka-Management/oms-Exchange/issues/1 * https://github.com/Karaka-Management/oms-Exchange/issues/1

View File

@ -17,7 +17,7 @@ echo $this->data['nav']->render();
?> ?>
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-6"> <div class="col-xs-12 col-md-6">
<div class="portlet"> <section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Instance'); ?></div> <div class="portlet-head"><?= $this->getHtml('Instance'); ?></div>
<div class="portlet-body"> <div class="portlet-body">
<table class="list wf-100"> <table class="list wf-100">
@ -40,6 +40,6 @@ echo $this->data['nav']->render();
<tr><td colspan="2"><pre><?= $this->printHtml($this->data['instance']->data); ?></pre> <tr><td colspan="2"><pre><?= $this->printHtml($this->data['instance']->data); ?></pre>
</table> </table>
</div> </div>
</div> </section>
</div> </div>
</div> </div>

View File

@ -35,7 +35,7 @@ $next = empty($templates) ? 'workflow/template/list' : '{/base}/workflow/tem
echo $this->data['nav']->render(); ?> echo $this->data['nav']->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="portlet"> <section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Workflows'); ?><i class="g-icon download btn end-xs">download</i></div> <div class="portlet-head"><?= $this->getHtml('Workflows'); ?><i class="g-icon download btn end-xs">download</i></div>
<div class="slider"> <div class="slider">
<table id="workflowTemplateList" class="default sticky"> <table id="workflowTemplateList" class="default sticky">
@ -109,6 +109,6 @@ echo $this->data['nav']->render(); ?>
<a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a> <a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a>
</div> </div>
--> -->
</div> </section>
</div> </div>
</div> </div>