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
Genesys PGR
Genesys Backend
Commits
51f4c059
Commit
51f4c059
authored
Feb 25, 2014
by
Matija Obreza
Browse files
Added leaflet.css to all.min.css
parent
343b32e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
51f4c059
...
...
@@ -608,6 +608,7 @@
<includes>
<include>
bootstrap.min.css
</include>
<include>
jquery-ui.min.css
</include>
<include>
leaflet.min.css
</include>
<include>
custom.min.css
</include>
<include>
responsive.min.css
</include>
<include>
forza.min.css
</include>
...
...
src/main/webapp/WEB-INF/decorator/entry.jsp
View file @
51f4c059
...
...
@@ -25,20 +25,22 @@
<c:when
test=
"
${
requestContext
.
theme
.
name
eq
'all-min'
}
"
>
<link
href=
"
<c:url
value=
"/html/css/bootstrap.min.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/jquery-ui.min.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/leaflet.min.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/genesys.min.css"
/>
"
rel=
"stylesheet"
/>
</c:when>
<c:when
test=
"
${
requestContext
.
theme
.
name
eq
'all'
}
"
>
<link
href=
"
<c:url
value=
"/html/css/bootstrap.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/jquery-ui.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/leaflet.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/genesys.css"
/>
"
rel=
"stylesheet"
/>
</c:when>
<c:otherwise>
<link
href=
"
<c:url
value=
"/html/css/bootstrap.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/jquery-ui.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/leaflet.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/custom.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/responsive.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/forza.css"
/>
"
rel=
"stylesheet"
/>
<link
href=
"
<c:url
value=
"/html/css/leaflet.css"
/>
"
rel=
"stylesheet"
/>
</c:otherwise>
</c:choose>
...
...
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