mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	fix position of toggle button
so it doesn't cover content or falls outside box
This commit is contained in:
		| @@ -151,14 +151,14 @@ | ||||
|                     {% if accompanyingCourse.requestorPerson is not null %} | ||||
|                         <h4 class="item-key">{{ 'Requestor'|trans }}</h4> | ||||
|                         {% if accompanyingCourse.requestorAnonymous %} | ||||
|                             <div class="confidential"><p>{{ _self.insert_onthefly('person', accompanyingCourse.requestorPerson) }}</p></div> | ||||
|                             <div class="confidential toggle-close-twig"><p>{{ _self.insert_onthefly('person', accompanyingCourse.requestorPerson) }}</p></div> | ||||
|                         {% else %} | ||||
|                             {{ _self.insert_onthefly('person', accompanyingCourse.requestorPerson) }} | ||||
|                         {% endif %} | ||||
|                     {% elseif accompanyingCourse.requestorThirdParty is not null %} | ||||
|                         <h4 class="item-key">{{ 'Requestor'|trans }}</h4> | ||||
|                         {% if accompanyingCourse.requestorAnonymous %} | ||||
|                             <div class="confidential"><p>{{ _self.insert_onthefly('thirdparty', accompanyingCourse.requestorThirdParty) }}</p></div> | ||||
|                             <div class="confidential toggle-close-twig"><p>{{ _self.insert_onthefly('thirdparty', accompanyingCourse.requestorThirdParty) }}</p></div> | ||||
|                         {% else %} | ||||
|                             {{ _self.insert_onthefly('thirdparty', accompanyingCourse.requestorThirdParty) }} | ||||
|                         {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user