Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few more UI changes. #16

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<div class="container">
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-between border-bottom">
<div class="d-flex justify-content-between border-bottom pb-3">
<h2>{{ type + '.edit.head' | translate }}</h2>


<!-- UM Change to get coll stats and to subscribe to collection stats -->

<!--
<span *ngVar="(dsoRD$ | async)?.payload.uuid as coll_uuid">
<div class="ds-form-item row">
<div class="control-group col-sm-12">
Expand All @@ -16,6 +17,7 @@ <h2>{{ type + '.edit.head' | translate }}</h2>
</div>
</div>
</span>
-->

<div>
<span *ngVar="(dsoRD$ | async)?.payload.uuid as coll_uuid">
Expand All @@ -24,7 +26,7 @@ <h2>{{ type + '.edit.head' | translate }}</h2>
<div class="control-group col-sm-12">

<button style="background-color: #1d7491;" (click)="subscribeToAdminStats(coll_uuid)" id="aspect_administrative_collection_EditCollectionMetadataForm_field_submit_collection_stats" class="ds-button-field btn btn-default" name="submit_collection_stats" >
<div style="color: white">Subscribe to Collection Stats</div>
<div style="color: white">Subscribe to Collection Statistics</div>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@

"menu.section.new_community": "Community",

"menu.section.new_item": "Item",
"menu.section.new_item": "Deposit",

"menu.section.new_item_version": "Item Version",

Expand Down
Binary file modified src/themes/dspace/assets/images/favicons/favicon.ico
Binary file not shown.
Loading