Skip to content

Commit ceb2080

Browse files
committed
#717 removed option to make images public/private
updated architecture diagram
1 parent 0b8f0c3 commit ceb2080

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

doco/profiles_architecture.jpg

94.2 KB
Loading

grails-app/views/opus/_editImageSources.gsp

-28
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@
77
</div>
88

99
<div class="panel-body">
10-
<h5 class="section-panel-heading padding-bottom-1">Image visibility</h5>
11-
<div class="row">
12-
<div class="col-sm-12">
13-
14-
<div class="col-sm-6">
15-
<div class="radio">
16-
<label for="privateImagesNo" class="inline-label">
17-
<input id="privateImagesNo" type="radio" name="privateImages" ng-value="false"
18-
ng-model="opusCtrl.opus.keepImagesPrivate">
19-
Automatically push images to the Atlas of Living Australia image repository. This will make the images available to other Atlas of Living Australia applications.
20-
</label>
21-
</div>
22-
</div>
23-
24-
<div class="col-sm-6">
25-
<div class="radio">
26-
<label for="privateImagesYes" class="inline-label">
27-
<input id="privateImagesYes" type="radio" name="privateImages" ng-value="true"
28-
ng-model="opusCtrl.opus.keepImagesPrivate">
29-
Do not push images to the public Atlas of Living Australia image repository. Images will only be visible within this collection.
30-
</label>
31-
</div>
32-
</div>
33-
</div>
34-
</div>
35-
36-
<hr/>
37-
3810
<div class="row">
3911

4012
<div class="col-sm-12">

0 commit comments

Comments
 (0)