Skip to content

Commit fbfbef5

Browse files
authored
Merge pull request #68 from pilot/fix-master-bugs
possibility to delete speech
2 parents 20d77f4 + 96e6e04 commit fbfbef5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/Event/EventBundle/Resources/public/css/allstyle.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,12 +1289,13 @@ footer .footer_text {
12891289

12901290
.wrap_modal {
12911291
position: fixed;
1292-
top: 0;
1292+
top: 5%;
12931293
left: 50%;
12941294
right: 0;
12951295
bottom: 0;
12961296
margin-left: -330px;
12971297
width: 100%;
1298+
height: 80%;
12981299
max-width: 660px;
12991300
z-index: 20;
13001301
background: #fff;

src/Event/EventBundle/Resources/views/Backend/Speech/index.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
</thead>
2929
</table>
3030
</section>
31+
{% include 'EventEventBundle:Backend:_confirm_modal.html.twig'
32+
with {'title': 'Confirm action', 'body': 'Do you really want to delete this speech?'} %}
3133
{% endblock %}
3234

3335
{% block data_tables_js %}

src/Event/EventBundle/Resources/views/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="event-place-wrap">
1515
<h2>Where will it be?</h2>
1616
<p>
17-
<i class="ico_map_pin_min"></i> <strong>{{ event.venue }}, {{ event.country ~ ' ' ~ event.city }}</strong>
17+
<i class="ico_map_pin_min"></i> <strong>{{ event.venue }}, {{ event.country ~ ' ' ~ event.city }} /</strong>
1818
<i class="ico_group"></i> <strong>{{ event.startDate|date }}</strong>
1919
</p>
2020
</div>

0 commit comments

Comments
 (0)