Commit d0dbe82603cd985eb253675b2535c8875edac968
1 parent
e0088463
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
small fixes
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | class VirtuosoPlugin::DspaceHarvest | 2 | class VirtuosoPlugin::DspaceHarvest |
| 3 | 3 | ||
| 4 | DC_CONVERSION = [:title, :creator, :subject, :description, :date, :type, :identifier, :language, :rights, :format] | 4 | DC_CONVERSION = [:title, :creator, :subject, :description, :date, :type, :identifier, :language, :rights, :format] |
| 5 | - | 5 | + |
| 6 | def initialize(environment, dspace_uri = "") | 6 | def initialize(environment, dspace_uri = "") |
| 7 | @environment = environment | 7 | @environment = environment |
| 8 | @dspace_uri = dspace_uri | 8 | @dspace_uri = dspace_uri |
plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb
| @@ -10,7 +10,6 @@ | @@ -10,7 +10,6 @@ | ||
| 10 | <%= labelled_form_field _('Virtuoso Admin Password:'), f.password_field(:virtuoso_password) %> | 10 | <%= labelled_form_field _('Virtuoso Admin Password:'), f.password_field(:virtuoso_password) %> |
| 11 | <%= labelled_form_field _('Virtuoso Read-Only Username:'), f.text_field(:virtuoso_readonly_username) %> | 11 | <%= labelled_form_field _('Virtuoso Read-Only Username:'), f.text_field(:virtuoso_readonly_username) %> |
| 12 | <%= labelled_form_field _('Virtuoso Read-Only Password:'), f.password_field(:virtuoso_readonly_password) %> | 12 | <%= labelled_form_field _('Virtuoso Read-Only Password:'), f.password_field(:virtuoso_readonly_password) %> |
| 13 | - <%= labelled_form_field _('DSpace URL:'), f.text_field(:dspace_uri) %> | ||
| 14 | </strong> | 13 | </strong> |
| 15 | <BR> | 14 | <BR> |
| 16 | <div class="dspace-servers-config-box" > | 15 | <div class="dspace-servers-config-box" > |