Skip to content

Commit

Permalink
Merge pull request #68 from pilot/fix-master-bugs
Browse files Browse the repository at this point in the history
possibility to delete speech
  • Loading branch information
pilot authored Sep 12, 2017
2 parents 20d77f4 + 96e6e04 commit fbfbef5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Event/EventBundle/Resources/public/css/allstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1289,12 +1289,13 @@ footer .footer_text {

.wrap_modal {
position: fixed;
top: 0;
top: 5%;
left: 50%;
right: 0;
bottom: 0;
margin-left: -330px;
width: 100%;
height: 80%;
max-width: 660px;
z-index: 20;
background: #fff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</thead>
</table>
</section>
{% include 'EventEventBundle:Backend:_confirm_modal.html.twig'
with {'title': 'Confirm action', 'body': 'Do you really want to delete this speech?'} %}
{% endblock %}

{% block data_tables_js %}
Expand Down
2 changes: 1 addition & 1 deletion src/Event/EventBundle/Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="event-place-wrap">
<h2>Where will it be?</h2>
<p>
<i class="ico_map_pin_min"></i> <strong>{{ event.venue }}, {{ event.country ~ ' ' ~ event.city }}</strong>
<i class="ico_map_pin_min"></i> <strong>{{ event.venue }}, {{ event.country ~ ' ' ~ event.city }} /</strong>
<i class="ico_group"></i> <strong>{{ event.startDate|date }}</strong>
</p>
</div>
Expand Down

0 comments on commit fbfbef5

Please sign in to comment.