File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/Event/EventBundle/Resources Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments