Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZMS Calldisplay PHP 8.0 #115

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- module: zmsapi
php_version: "8.0"
- module: zmscalldisplay
php_version: "7.3"
php_version: "8.0"
- module: zmsmessaging
php_version: "8.0"
- module: zmsstatistic
Expand Down
2 changes: 1 addition & 1 deletion zmsadmin/templates/block/process/called.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</h4>
<button type="button" class="button button--default button--fullwidth client-called_button-success" style="margin: 0.5em 0;">Ja, Kunde erschienen</button>
<button type="button" class="button button--diamond button--fullwidth client-called_button-skip right" data-exclude="{{ exclude }}" style="margin: 0.5em 0;">Nein, nächster Kunde bitte</button>
<button type="button" class="button button--destructive button--fullwidth client-called_button-abort left" style="margin: 0.5em 0;">Abbruch</button>
<button type="button" class="button button--destructive button--fullwidth client-called_button-abort left" style="margin: 0.5em 0;">Nein, nicht erschienen</button>
{% endif %}
{% endblock %}

Expand Down
Loading