File tree Expand file tree Collapse file tree 5 files changed +22
-15
lines changed
public/scss/fieldType/edit
views/themes/admin/ui/on_the_fly Expand file tree Collapse file tree 5 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 3333 }
3434
3535 & __coordinates {
36- display : flex ;
37- justify-content : space-between ;
36+ .ibexa-input-text-wrapper {
37+ & --type-number {
38+ max-width : calculateRem (230px );
39+ }
40+ }
3841
3942 .ibexa-data-source__field {
40- width : 45% ;
43+ margin-bottom : calculateRem (8px );
44+
45+ & :first-of-type {
46+ margin-top : calculateRem (16px );
47+ }
4148 }
4249
4350 .ibexa-data-source__input {
Original file line number Diff line number Diff line change 2727 <note >key: new_content_item</note >
2828 </trans-unit >
2929 <trans-unit id =" 39b4081643351e2a41c1b3b811b6dc78fb528520" resname =" on_the_fly.cancel" >
30- <source >Cancel </source >
31- <target state =" new" >Cancel </target >
30+ <source >Discard </source >
31+ <target state =" new" >Discard </target >
3232 <note >key: on_the_fly.cancel</note >
3333 </trans-unit >
3434 <trans-unit id =" d466f97702d045f02d8b55379a9c6ea5270ecfef" resname =" on_the_fly.confirm" >
35- <source >Confirm </source >
36- <target state =" new" >Confirm </target >
35+ <source >Save and close </source >
36+ <target state =" new" >Save and close </target >
3737 <note >key: on_the_fly.confirm</note >
3838 </trans-unit >
3939 </body >
Original file line number Diff line number Diff line change 3737 <note >key: fieldtype.translation_is_disabled</note >
3838 </trans-unit >
3939 <trans-unit id =" 39b4081643351e2a41c1b3b811b6dc78fb528520" resname =" on_the_fly.cancel" >
40- <source >Cancel </source >
41- <target state =" new" >Cancel </target >
40+ <source >Discard </source >
41+ <target state =" new" >Discard </target >
4242 <note >key: on_the_fly.cancel</note >
4343 </trans-unit >
4444 <trans-unit id =" d466f97702d045f02d8b55379a9c6ea5270ecfef" resname =" on_the_fly.confirm" >
45- <source >Confirm </source >
46- <target state =" new" >Confirm </target >
45+ <source >Save and close </source >
46+ <target state =" new" >Save and close </target >
4747 <note >key: on_the_fly.confirm</note >
4848 </trans-unit >
4949 </body >
Original file line number Diff line number Diff line change 1212 {% set menu_items %}
1313 <li class =" ibexa-context-menu__item ibexa-adaptive-items__item" >
1414 <button class =" btn ibexa-btn ibexa-btn--primary ibexa-btn--confirm" >
15- <span class =" ibexa-btn__label" >{{ ' on_the_fly.confirm' | trans()| desc(' Confirm ' ) }}</span >
15+ <span class =" ibexa-btn__label" >{{ ' on_the_fly.confirm' | trans()| desc(' Save and close ' ) }}</span >
1616 </button >
1717 </li >
1818 <li class =" ibexa-context-menu__item ibexa-adaptive-items__item" >
1919 <button class =" btn ibexa-btn ibexa-btn--secondary ibexa-btn--cancel" >
20- <span class =" ibexa-btn__label" >{{' on_the_fly.cancel' | trans()| desc(' Cancel ' ) }}</span >
20+ <span class =" ibexa-btn__label" >{{' on_the_fly.cancel' | trans()| desc(' Discard ' ) }}</span >
2121 </button >
2222 </li >
2323 {% endset %}
Original file line number Diff line number Diff line change 1212 {% set menu_items %}
1313 <li class =" ibexa-context-menu__item ibexa-adaptive-items__item" >
1414 <button class =" btn ibexa-btn ibexa-btn--primary ibexa-btn--confirm" >
15- <span class =" ibexa-btn__label" >{{ ' on_the_fly.confirm' | trans()| desc(' Confirm ' ) }}</span >
15+ <span class =" ibexa-btn__label" >{{ ' on_the_fly.confirm' | trans()| desc(' Save and close ' ) }}</span >
1616 </button >
1717 </li >
1818 <li class =" ibexa-context-menu__item ibexa-adaptive-items__item" >
1919 <button class =" btn ibexa-btn ibexa-btn--secondary ibexa-btn--cancel" >
20- <span class =" ibexa-btn__label" >{{' on_the_fly.cancel' | trans()| desc(' Cancel ' ) }}</span >
20+ <span class =" ibexa-btn__label" >{{' on_the_fly.cancel' | trans()| desc(' Discard ' ) }}</span >
2121 </button >
2222 </li >
2323 {% endset %}
You can’t perform that action at this time.
0 commit comments