Skip to content

Commit

Permalink
Fix wrong layout on twobox
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascarelli Luigi Andrea committed Oct 10, 2013
1 parent 5756157 commit 72c6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace-jspui/src/main/webapp/submit/edit-metadata.jsp
Expand Up @@ -802,7 +802,7 @@
}
else
{
sb.append("<span class=\"col-md-4 col-md-offset-2\"><input class=\"form-control\" type=\"text\" name=\"")
sb.append("<span class=\"col-md-4\"><input class=\"form-control\" type=\"text\" name=\"")
.append(fieldParam)
.append("\" size=\"15\"")
.append((hasVocabulary(vocabulary)&&closedVocabulary)||readonly?" disabled=\"disabled\" ":"")
Expand Down

0 comments on commit 72c6b00

Please sign in to comment.