PINES - Copyright Warning on Cover Image Uploader Modal rel_3_10_0_pines_cover_uploader_warning
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 11 Jan 2023 16:16:12 +0000 (11:16 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 11 Jan 2023 16:16:12 +0000 (11:16 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/upload-jacket-image-dialog.component.html

index 1c7612d..2b59acd 100644 (file)
@@ -15,6 +15,8 @@
         <input type="text" name="bib_record">
         <input type="submit">
     </form>-->
+    <!-- PINES warning about copyrights -->
+    <div style="padding:5px;font-weight:bold;border:1px solid red;margin-bottom:10px;">Do not upload copyrighted images. If you are not sure if they are copyrighted, do not add. Only upload images to records with no cover art.</div>
     <input type="file" class="file-input" (change)="onFileSelected($event)" #fileUpload>
     <div class="progress" *ngIf="uploading">
       <div class="progress-bar progress-bar-striped active w-100"