- Licence.php (make name and language attributes fillable for LicenseController.php)
- LicencseController.php: select attribute part1 from languages - adaptions for oai_datacite.xslt, doi_datacite.xslt and datasetxml2oai-pmh.xslt: for showing correct rights identifier add adding open access for CC-BY-4.0 and CC-BY-SA-4.0 licenses
This commit is contained in:
parent
5c49f899e5
commit
a68b7b34cf
6 changed files with 21 additions and 7 deletions
|
@ -8,6 +8,12 @@
|
|||
=> '--no language--']) !!}
|
||||
</div>
|
||||
|
||||
<div class="pure-u-1 pure-u-md-1-2 pure-div">
|
||||
{!! Form::label('name', 'Identifier') !!}
|
||||
{!! Form::text('name', null, ['class' => 'pure-u-23-24', 'placeholder'
|
||||
=> '--no identifier--']) !!}
|
||||
</div>
|
||||
|
||||
<div class="pure-u-1 pure-u-md-1-2 pure-div">
|
||||
{!! Form::label('language', 'Sprache') !!}
|
||||
<div class="select pure-u-23-24">
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue