Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Genesys Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Backend
Commits
1dfe2b06
Commit
1dfe2b06
authored
Sep 26, 2017
by
Maxym Borodenko
Committed by
Matija Obreza
Sep 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Buttons has different width; Fixed "Edit permissions" button
parent
5c85059c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
src/main/sourceapp/1/styles/genesys.scss
src/main/sourceapp/1/styles/genesys.scss
+15
-0
src/main/webapp/WEB-INF/jsp/selection/index.jsp
src/main/webapp/WEB-INF/jsp/selection/index.jsp
+4
-4
No files found.
src/main/sourceapp/1/styles/genesys.scss
View file @
1dfe2b06
...
...
@@ -3330,6 +3330,21 @@ table.accessions {
form
.form-horizontal
.form-group
input
[
name
=
"instCode"
]
{
margin-top
:
0
;
}
.control-btn-group
a
{
color
:
#fff
;
margin-bottom
:
1px
;
}
.btn-primary
{
font-size
:
17px
;
background-color
:
#88ba42
;
font-family
:
"Roboto-Medium"
;
padding
:
10px
41px
;
border
:
2px
solid
#ffffff
;
border-radius
:
1px
;
color
:
#ffffff
;
text-transform
:
uppercase
;
width
:
auto
;
}
}
.nav-tabs
>
li
{
html
[
dir
=
"ltr"
]
&
{
...
...
src/main/webapp/WEB-INF/jsp/selection/index.jsp
View file @
1dfe2b06
...
...
@@ -204,15 +204,15 @@
<label
for=
"accessionListDescr"
class=
"control-label"
><spring:message
code=
"userlist.description"
/></label>
<textarea
name=
"description"
rows=
"3"
id=
"accessionListDescr"
class=
"form-control"
><c:out
value=
"
${
selection
.
userAccessionList
.
description
}
"
/></textarea>
</div>
<div
class=
"form-group transparent"
>
<div
class=
"form-group transparent
control-btn-group
"
>
<c:if
test=
"
${
selection
.
userAccessionList
.
uuid
ne
null
}
"
>
<input
type=
"hidden"
name=
"uuid"
value=
"${selection.userAccessionList.uuid}"
/>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"
<spring:message
code=
"userlist.update-list"
/>
"
name=
"update"
/>
<input
type=
"submit"
class=
"btn btn-
default
"
value=
"
<spring:message
code=
"userlist.disconnect"
/>
"
name=
"disconnect"
/>
<input
type=
"submit"
class=
"btn btn-
default
"
value=
"
<spring:message
code=
"delete"
/>
"
name=
"delete"
/>
<input
type=
"submit"
class=
"btn btn-
primary
"
value=
"
<spring:message
code=
"userlist.disconnect"
/>
"
name=
"disconnect"
/>
<input
type=
"submit"
class=
"btn btn-
primary
"
value=
"
<spring:message
code=
"delete"
/>
"
name=
"delete"
/>
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#selection.userAccessionList, 'ADMINISTRATION')"
>
<a
class=
"btn btn-
default
"
href=
"
<c:url
value=
"/acl/org.genesys2.server.model.impl.AccessionList/${selection.userAccessionList.id}/permissions"
><c:param
name=
"back"
><c:url
value=
"/sel"
/></c:param></c:url>
"
>
<a
class=
"btn btn-
primary
"
href=
"
<c:url
value=
"/acl/org.genesys2.server.model.impl.AccessionList/${selection.userAccessionList.id}/permissions"
><c:param
name=
"back"
><c:url
value=
"/sel"
/></c:param></c:url>
"
>
<spring:message
code=
"edit-acl"
/>
</a>
</security:authorize>
...
...
Write
Preview
Markdown
is supported
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