Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
9d4a7035
Commit
9d4a7035
authored
Nov 19, 2013
by
Matija Obreza
Browse files
Loading map i18n
parent
f480a2be
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/resources/content/language.properties
View file @
9d4a7035
...
...
@@ -283,3 +283,6 @@ oauth2.access-denied-text=You have denied access to your resources.
oauth-client.page.list.title
=
OAuth2 Clients
oauth-client.page.profile.title
=
OAuth2 Client: {0}
oauth-client.active-tokens
=
List of tokens issued
maps.loading-map
=
Loading map...
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
9d4a7035
...
...
@@ -161,7 +161,7 @@
<tr>
<td
colspan=
"2"
>
<h4><spring:message
code=
"accession.collecting.site"
/></h4>
<div
id=
"map"
style=
"width: 100%; height: 300px
"
><spring:message
code=
"maps.loading-map
s
"
/></div>
<div
id=
"map"
class=
"gis-map
"
><spring:message
code=
"maps.loading-map"
/></div>
</td>
</tr>
</c:if>
...
...
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
View file @
9d4a7035
...
...
@@ -81,7 +81,7 @@
<c:if
test=
"
${
faoInstitute
.
latitude
ne
null
}
"
>
<div
class=
"row"
style=
""
>
<div
class=
"col-sm-12"
>
<div
id=
"map"
class=
"gis-map"
><spring:message
code=
"maps.loading-map
s
"
/></div>
<div
id=
"map"
class=
"gis-map"
><spring:message
code=
"maps.loading-map"
/></div>
</div>
</div>
</c:if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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