Commit d0dbe82603cd985eb253675b2535c8875edac968

Authored by Evandro Jr
1 parent e0088463

small fixes

plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb
... ... @@ -2,7 +2,7 @@
2 2 class VirtuosoPlugin::DspaceHarvest
3 3  
4 4 DC_CONVERSION = [:title, :creator, :subject, :description, :date, :type, :identifier, :language, :rights, :format]
5   -
  5 +
6 6 def initialize(environment, dspace_uri = "")
7 7 @environment = environment
8 8 @dspace_uri = dspace_uri
... ...
plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb
... ... @@ -10,7 +10,6 @@
10 10 <%= labelled_form_field _('Virtuoso Admin Password:'), f.password_field(:virtuoso_password) %>
11 11 <%= labelled_form_field _('Virtuoso Read-Only Username:'), f.text_field(:virtuoso_readonly_username) %>
12 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 13 </strong>
15 14 <BR>
16 15 <div class="dspace-servers-config-box" >
... ...