+
+
+
+ id="view-item-begin-left"
+ v-html="formHooks['view-item']['begin-left'].join('')"/>
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
{{ $i18n.get('info_no_document_to_item') }}
-
+
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
+
-
-
-
-
{{
- $i18n.get('info_no_attachments_on_item_yet') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
{{ $i18n.get('info_no_document_to_item') }}
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{
+ $i18n.get('info_no_attachments_on_item_yet') }}
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ $i18n.get('publish_visibility') }}
-
-
-
-
- {{ $i18n.get('private_visibility') }}
-
+ class="section-label"
+ slot="trigger"
+ slot-scope="session_props">
+
-
-
-
-
-
-
-
-
-
- {{ collectionName }}
-
-
-
-
-
-
-
-
-
-
-
- {{ open ? $i18n.get('label_collapse_all') : $i18n.get('label_expand_all') }}
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $i18n.get('publish_visibility') }}
+
+
+
+
+ {{ $i18n.get('private_visibility') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ collectionName }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ open ? $i18n.get('label_collapse_all') : $i18n.get('label_expand_all') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -354,7 +332,6 @@
itemId: Number,
isLoading: false,
isLoadingMetadatumMappers: false,
- isMetadataColumnCompressed: false,
open: true,
collectionName: '',
thumbPlaceholderPath: tainacan_plugin.base_url + '/admin/images/placeholder_square.png',
@@ -479,28 +456,6 @@
@import '../../scss/_variables.scss';
- #metadata-column-compress-button {
- position: absolute;
- z-index: 99;
- right: 0;
- top: 148px;
- max-width: 36px;
- height: 36px;
- width: 36px;
- border: none;
- background-color: $gray2;
- color: $secondary;
- padding: 0;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- cursor: pointer;
-
- .icon {
- margin-top: 2px;
- margin-right: 8px;
- }
- }
-
.page-container {
padding: 25px 0;
@@ -556,28 +511,24 @@
margin-bottom: 70px;
}
- .column.is-5-5 {
- width: 45.833333333%;
+ .column.is-5 {
padding-left: $page-side-padding;
padding-right: $page-side-padding;
- transition: width 0.6s;
@media screen and (max-width: 769px) {
width: 100%;
}
}
- .column.is-4-5 {
- width: 37.5%;
- padding-left: $page-side-padding;
+ .column.is-7 {
+ padding-left: 0;
padding-right: $page-side-padding;
- transition: all 0.6s;
.field {
padding: 10px 0 10px 30px;
-
}
@media screen and (max-width: 769px) {
+ padding-left: $page-side-padding;
width: 100%;
}
}