Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
5cff5dbd
Commit
5cff5dbd
authored
May 13, 2019
by
Gradl, Tobias
Browse files
1294: Render es mappings based on resources only
Task-Url:
https://pm.winseda.de/issues/1294
parent
b2247ca3
Changes
1
Show whitespace changes
Inline
Side-by-side
item/view.jsp
View file @
5cff5dbd
...
...
@@ -111,9 +111,10 @@
</div>
</div>
<c:if
test=
"
${
_auth
.
level
>=
100
&&
item
.
errors
!=
null
&&
fn:
length
(
item
.
errors
)>
0
}
"
>
<c:if
test=
"
${
_auth
.
level
>=
100
}
"
>
<h2
class=
"mt-3"
><s:message
code=
"~eu.dariah.de.minfba.search.view.item.admin_data"
/></h2>
<c:if
test=
"
${
item
.
errors
!=
null
&&
fn:
length
(
item
.
errors
)>
0
}
"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<button
type=
"button"
onclick=
"resultItem.showErrors(this);"
class=
"btn btn-primary-var-2"
><s:message
code=
"~eu.dariah.de.minfba.search.view.item.processing_hints"
/>
<i
class=
"fas fa-lg fa-chevron-circle-down"
></i></button>
...
...
@@ -128,6 +129,7 @@
</div>
</div>
</div>
</c:if>
<div
class=
"row mt-2"
>
<div
class=
"col-12"
>
<button
type=
"button"
onclick=
"resultItem.loadMetadata(this);"
class=
"btn btn-primary-var-2"
><s:message
code=
"~eu.dariah.de.minfba.search.view.item.admin_metadata"
/>
<i
class=
"fas fa-lg fa-chevron-circle-down"
></i></button>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment