File tree 2 files changed +3
-3
lines changed
grails-app/assets/javascripts/spApp
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
$scope . newListName = $i18n ( 375 , "My species list" ) ;
48
48
$scope . newListDescription = '' ;
49
49
$scope . newItems = '' ;
50
- $scope . makePrivate = true ; // new lists are private by default
50
+ $scope . makePrivate = false ; // new lists cannot be private by default
51
51
$scope . newListType = $scope . listTypes [ 0 ]
52
52
53
53
$scope . selectedQ = {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ <h3 i18n="280" class="panel-title">Species list</h3>
82
82
< span i18n ="65 " style ="width:150px;display:inline-block "> List Name:</ span > < input type ="text " ng-model ="newListName " name ="newListName " style ="width: 60% "/> < br >
83
83
< span i18n ="66 " style ="width:150px;display:inline-block "> List Description:</ span > < input type ="text " ng-model ="newListDescription " value =""/> < br >
84
84
< span i18n ="492 " style ="width:150px;display:inline-block "> List Type:</ span > < select ng-model ="newListType " ng-options ="item.label for item in listTypes "/> < br >
85
- < span i18n ="67 " style ="width:150px;display:inline-block "> Make Private:</ span > < input type ="checkbox " ng-model ="makePrivate " value ="false "/> < br >
85
+ <!-- <span i18n="67" style="width:150px;display:inline-block">Make Private:</span><input type="checkbox" ng-model="makePrivate" value="false"/><br>-- >
86
86
</ div >
87
87
</ div >
88
88
@@ -92,4 +92,4 @@ <h3 i18n="280" class="panel-title">Species list</h3>
92
92
ng-disabled ="matchedGuids().length == 0 ">
93
93
Next >
94
94
</ button >
95
- </ div >
95
+ </ div >
You can’t perform that action at this time.
0 commit comments