File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
views/themes/admin/user/invitation Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 137137 & __file-select {
138138 margin-bottom : calculateRem (30px );
139139 }
140+
141+ & __label {
142+ margin-top : calculateRem (18px );
143+ }
140144}
Original file line number Diff line number Diff line change 3131 <target state =" new" >Cancel</target >
3232 <note >key: modal.cancel.label</note >
3333 </trans-unit >
34+ <trans-unit id =" 9eae227b7c27ab230a6d0ce5947d93e7d2e1626f" resname =" modal.delete" >
35+ <source >Delete</source >
36+ <target state =" new" >Delete</target >
37+ <note >key: modal.delete</note >
38+ </trans-unit >
3439 <trans-unit id =" 7fe6937710fc7ea8e9233c52f19086aa536bc9d2" resname =" modal.drop" >
3540 <source >Drag and drop file</source >
3641 <target state =" new" >Drag and drop file</target >
Original file line number Diff line number Diff line change 1+ {% trans_default_domain ' ibexa_user_invitation' %}
2+
13<div class =" ibexa-user-invitation-modal__entry" >
24 {% block entry_form_fields %}{% endblock %}
35 <button
46 type =" button"
57 class =" btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text ibexa-user-invitation-modal__entry-delete-btn"
8+ title ={{ ' modal.delete' | trans| desc(' Delete' ) }}
9+ data-tooltip-container-selector =" .modal-dialog"
610 >
711 <svg class =" ibexa-icon ibexa-icon--small" >
8- <use xlink:href =" {{ ibexa_icon_path(' discard ' ) }}" ></use >
12+ <use xlink:href =" {{ ibexa_icon_path(' trash ' ) }}" ></use >
913 </svg >
1014 </button >
1115 <div class =" ibexa-user-invitation-modal__entry-issues ibexa-form-error" ></div >
You can’t perform that action at this time.
0 commit comments