Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
9c07ea5b
Commit
9c07ea5b
authored
Aug 04, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified default selected value in bulk update.
parent
076c12c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
common.css
cmsWebApp/webroot/css/common.css
+2
-1
application_sorting_bar.jsp
...ot/extensions/adminportal/inc/application_sorting_bar.jsp
+4
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
9c07ea5b
...
@@ -3430,7 +3430,7 @@ input.add-note-btn:hover{
...
@@ -3430,7 +3430,7 @@ input.add-note-btn:hover{
}
}
.appli-shorting-dropdown
{
.appli-shorting-dropdown
{
float
:
right
;
float
:
right
;
width
:
200
px
;
width
:
125
px
;
margin-left
:
50px
;
margin-left
:
50px
;
position
:
relative
;
position
:
relative
;
z-index
:
10
;
z-index
:
10
;
...
@@ -3461,6 +3461,7 @@ input.add-note-btn:hover{
...
@@ -3461,6 +3461,7 @@ input.add-note-btn:hover{
.appli-left
{
.appli-left
{
float
:
left
;
float
:
left
;
margin-left
:
0
;
margin-left
:
0
;
width
:
200px
;
}
}
.view-appli-list
{
.view-appli-list
{
float
:
left
;
float
:
left
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/application_sorting_bar.jsp
View file @
9c07ea5b
...
@@ -27,6 +27,9 @@
...
@@ -27,6 +27,9 @@
$(".applicant").change(function() {
$(".applicant").change(function() {
enableBulkEdit();
enableBulkEdit();
});
});
$('#AppProcessOption option:selected').removeAttr('selected');
$('#AppProcessOption option:nth-child(1)').attr('selected','selected');
});
});
function enableBulkEdit() {
function enableBulkEdit() {
...
@@ -37,7 +40,7 @@
...
@@ -37,7 +40,7 @@
<div class="appli-list-shorting">
<div class="appli-list-shorting">
<div class="appli-shorting-dropdown appli-left">
<div class="appli-shorting-dropdown appli-left">
<span class="appli-order-label">Bulk Update</span>
<span class="appli-order-label">Bulk Update</span>
<oneit:ormEnum obj="<%= job %>" attributeName="AppProcessOption" cssClass="form-control bullk-app-process"
<oneit:ormEnum obj="<%= job %>" attributeName="AppProcessOption" cssClass="form-control bullk-app-process"
id="AppProcessOption"
enums="<%= job.getValidProcessOptions(tabNumber) %>"/>
enums="<%= job.getValidProcessOptions(tabNumber) %>"/>
<oneit:button name="bulkupdate" value=" " cssClass="bulk-update" skin="link"
<oneit:button name="bulkupdate" value=" " cssClass="bulk-update" skin="link"
...
...
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