Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nemt_backend
Project
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
Tobin
nemt_backend
Commits
678c927e
Commit
678c927e
authored
Jan 21, 2019
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
9199eb4c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
Broker.php
application/controllers/Broker.php
+6
-1
login-form.php
application/views/Login/login-form.php
+1
-1
excel_mapping.php
application/views/Ride/excel_mapping.php
+3
-2
No files found.
application/controllers/Broker.php
View file @
678c927e
...
@@ -42,7 +42,12 @@ class Broker extends CI_Controller {
...
@@ -42,7 +42,12 @@ class Broker extends CI_Controller {
$template
[
'page_desc'
]
=
"Brokers List View"
;
$template
[
'page_desc'
]
=
"Brokers List View"
;
$template
[
'page_title'
]
=
"View Brokers"
;
$template
[
'page_title'
]
=
"View Brokers"
;
$template
[
'brokers_data'
]
=
$this
->
Broker_model
->
getBroker
(
''
,
'0,1'
);
$company_id
=
''
;
if
(
$this
->
session
->
userdata
(
'user_type'
)
==
2
){
$company_id
=
$this
->
session
->
userdata
(
'id'
);
}
$template
[
'brokers_data'
]
=
$this
->
Broker_model
->
getBroker
(
''
,
'0,1'
,
$company_id
);
$this
->
load
->
view
(
'template'
,
$template
);
$this
->
load
->
view
(
'template'
,
$template
);
}
}
...
...
application/views/Login/login-form.php
View file @
678c927e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<?php
}
?>
<?php
}
?>
<form
action=
""
method=
"post"
>
<form
action=
""
method=
"post"
>
<div
class=
"form-group has-feedback"
>
<div
class=
"form-group has-feedback"
>
<input
type=
"text"
class=
"form-control"
name=
"username"
placeholder=
"
Email
"
>
<input
type=
"text"
class=
"form-control"
name=
"username"
placeholder=
"
Username
"
>
<span
class=
"glyphicon glyphicon-envelope form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-envelope form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-feedback"
>
<div
class=
"form-group has-feedback"
>
...
...
application/views/Ride/excel_mapping.php
View file @
678c927e
...
@@ -88,8 +88,9 @@
...
@@ -88,8 +88,9 @@
</div>
</div>
</div>
</div>
<div
class=
"col-md-12 btn-mapping"
>
<div
class=
"col-md-12 btn-mapping"
>
<button
id=
"upload_excell"
type=
"button"
class=
"btn btn-primary"
dmclick=
"0"
>
Import Excell
</button>
<button
id=
"upload_excell"
type=
"button"
class=
"btn btn-primary"
dmclick=
"0"
style=
"width:100px;"
>
Import Excell
</button>
</div>
<a
href=
"
<?=
base_url
(
'Ride/import_ride'
)
?>
"
class=
"btn btn-primary"
style=
"width:100px;"
>
Cancel
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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