Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
2.4.1 release - Frontend template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Nov 14, 2018
1 parent cb83e65 commit 0d5b948
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 19 deletions.
4 changes: 4 additions & 0 deletions assets/frontend/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,10 @@ ul.related-list li {
margin-right: 15px;
}

.box .fa-times {
cursor: pointer;
}

/* Table style */

table {
Expand Down
Binary file removed assets/frontend/img/logo.png
Binary file not shown.
29 changes: 10 additions & 19 deletions assets/frontend/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/frontend/img/operator.gif
Binary file not shown.
2 changes: 2 additions & 0 deletions templates/frontend/default/ticket/forms/newticket_step1.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

{{ form_open({ 'route': [ 'ticket.frontend.ticket.storeStep1' ], 'class': 'validate' }) }}

{{ form_hidden('department', Input.get('department')) }}

<h2>{{ Lang.get('ticket.enter_your_details') }}</h2>

<p class="light">{{ Lang.get('ticket.enter_user_details') }}</p>
Expand Down
8 changes: 8 additions & 0 deletions templates/frontend/default/ticket/ticket.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@

{% block content %}

{% if download %}
<div class="options box">
<i class="fa fa-times right"></i>
<strong>{{ Lang.get('ticket.downloading') }}</strong><br />
{{ Lang.get('ticket.downloading_desc', {'href': download.direct_frontend_url|e})|raw }}
</div>
{% endif %}

{% if ticket.locked == 1 %}
<div class="fail box">
{{ Lang.get('ticket.error_ticket_locked') }}
Expand Down

0 comments on commit 0d5b948

Please sign in to comment.