restructure-user #626
@@ -391,7 +391,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        {# --- START Add Buttons --- #}
 | 
					        {# --- START Add Buttons --- #}
 | 
				
			||||||
        {% if "manage_events" in loggedin_user.roles or "cox" in loggedin_user.roles %}
 | 
					        {% if "manage_events" in loggedin_user.roles or "cox" in loggedin_user.roles %}
 | 
				
			||||||
            <div class="grid {% if "manage_events" in loggedin_user.roles %}grid-cols-2{% endif %} text-center">
 | 
					            <div class="grid {% if "manage_events" in loggedin_user.roles and "cox" in loggedin_user.roles  %}grid-cols-2{% endif %} text-center">
 | 
				
			||||||
                {% if "manage_events" in loggedin_user.roles %}
 | 
					                {% if "manage_events" in loggedin_user.roles %}
 | 
				
			||||||
                    <a href="#"
 | 
					                    <a href="#"
 | 
				
			||||||
                       data-sidebar="true"
 | 
					                       data-sidebar="true"
 | 
				
			||||||
@@ -399,7 +399,13 @@
 | 
				
			|||||||
                       data-header="<strong>Event</strong> am {{ day.day| date(format='%d.%m.%Y') }} erstellen"
 | 
					                       data-header="<strong>Event</strong> am {{ day.day| date(format='%d.%m.%Y') }} erstellen"
 | 
				
			||||||
                       data-day="{{ day.day }}"
 | 
					                       data-day="{{ day.day }}"
 | 
				
			||||||
                       data-body="#addEventForm"
 | 
					                       data-body="#addEventForm"
 | 
				
			||||||
                       class="relative inline-block w-full bg-primary-900 hover:bg-primary-950 focus:bg-primary-950 dark:bg-primary-950 text-white py-2 rounded-bl-md text-sm font-semibold">
 | 
					                       class="relative inline-block w-full bg-primary-900 hover:bg-primary-950 focus:bg-primary-950 dark:bg-primary-950 text-white py-2 text-sm font-semibold
 | 
				
			||||||
 | 
					                       {% if "cox" in loggedin_user.roles %}
 | 
				
			||||||
 | 
					                            rounded-bl-md
 | 
				
			||||||
 | 
					                        {% else %}
 | 
				
			||||||
 | 
					                            rounded-b-md
 | 
				
			||||||
 | 
					                        {% endif %}
 | 
				
			||||||
 | 
					                        ">
 | 
				
			||||||
                        <span class="absolute inset-y-0 left-0 flex items-center pl-3">{% include "includes/plus-icon" %}</span>
 | 
					                        <span class="absolute inset-y-0 left-0 flex items-center pl-3">{% include "includes/plus-icon" %}</span>
 | 
				
			||||||
                        Event
 | 
					                        Event
 | 
				
			||||||
                    </a>
 | 
					                    </a>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user