Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
22d71f0e
authored
2019-01-21 19:01:57 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Supervisor dropdown alignment
1 parent
dc79404a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
application/resources/views/layout/module/outputreport/supervisorreport.blade.php
application/resources/views/layout/module/outputreport/supervisorreport.blade.php
View file @
22d71f0
...
...
@@ -4,10 +4,19 @@
<h2>
Output Report
</h2>
<p></p>
</div>
<label>
User Id
<div
class=
"row"
>
<div
class=
"column"
>
<form
class=
"form-horizontal"
id=
"output-report-supervisor"
name=
"output-report-supervisor"
>
<div
class=
"table-responsive"
style=
"background: #fff;"
>
<br>
<div
class=
"dropdown"
>
<label
style=
"text-indent: 2em;"
>
<h5>
Select RM/PB :
</h5>
</label>
<select
id=
"supervisorid"
style=
"border:
1
px solid #efefef;"
onchange=
'userchange("");'
>
<select
id=
"supervisorid"
style=
"border:
3
px solid #efefef;"
onchange=
'userchange("");'
>
<option
value=
"ALL"
>
ALL
</option>
<?php
...
...
@@ -17,11 +26,8 @@ User Id
<option
value=
"{{$user->id }}"
{{$
selected
}}
>
{{$user->username}}
</option>
<?php
}
?>
</select>
<div
class=
"row"
>
<div
class=
"column"
>
<form
class=
"form-horizontal"
id=
"output-report"
name=
"output-report"
>
<div
class=
"table-responsive"
style=
"background: #fff;"
>
</div>
<br>
<table
class=
"table"
>
<thead>
<tr>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment