Skip to content

Commit

Permalink
(chore): update owc-gravityforms-zaaksysteem plugin + theme templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van den Hoek committed Jan 30, 2024
1 parent 9461640 commit 3c9841c
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 63 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"plugin/owc-gravityforms-bag-address": "1.1.*",
"plugin/owc-gravityforms-digid": "^1.4",
"plugin/owc-gravityforms-eherkenning": "^1.1",
"plugin/owc-gravityforms-zaaksysteem": "dev-master",
"plugin/owc-gravityforms-zaaksysteem": "dev-feat/generate-pdf-of-created-zaak-and-connect",
"plugin/owc-gravityforms-zaaksysteem-enable-u": "^1.1.0",
"plugin/owc-shared-aura-session-instance": "^1.0.0",
"plugin/prefill-gravity-forms": "^1.2.0",
Expand Down
115 changes: 56 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
return $status->statustype->url === $step->url;
})->first();
}
$isPastIcon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
$isPastIcon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M17.2203 4.37701C17.5643 4.68277 17.5953 5.2095 17.2895 5.55348L8.40063 15.5535C8.24249 15.7314 8.01582 15.8332 7.77779 15.8332C7.53975 15.8332 7.31309 15.7314 7.15495 15.5535L2.7105 10.5535C2.40474 10.2095 2.43572 9.68277 2.77971 9.37701C3.12369 9.07124 3.65042 9.10222 3.95618 9.44621L7.77779 13.7455L16.0438 4.44621C16.3496 4.10222 16.8763 4.07124 17.2203 4.37701Z" fill="currentColor"/>
<path d="M17.2203 4.37701C17.5643 4.68277 17.5953 5.2095 17.2895 5.55348L8.40063 15.5535C8.24249 15.7314 8.01582 15.8332 7.77779 15.8332C7.53975 15.8332 7.31309 15.7314 7.15495 15.5535L2.7105 10.5535C2.40474 10.2095 2.43572 9.68277 2.77971 9.37701C3.12369 9.07124 3.65042 9.10222 3.95618 9.44621L7.77779 13.7455L16.0438 4.44621C16.3496 4.10222 16.8763 4.07124 17.2203 4.37701Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Expand Down Expand Up @@ -110,8 +110,8 @@
<a class="zaak-documents-item-link" href="<?= $document->informatieobject->downloadUrl($zaak->getValue('identificatie', '')); ?>">
<span>
<?= $document->informatieobject->fileName(); ?>
<?php if ($document->informatieobject->sizeFormatted()): ?>
<div class="zaak-documents-item-download-size">(<?= $document->informatieobject->sizeFormatted(); ?>)</div>
<?php if ($document->informatieobject->formattedMetaData()): ?>
<div class="zaak-documents-item-download-size">(<?= $document->informatieobject->formattedMetaData(); ?>)</div>
<?php endif ?>
</span>
<div class="zaak-documents-item-download-button">
Expand Down
Loading

0 comments on commit 3c9841c

Please sign in to comment.