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
fb9c03b2
Commit
fb9c03b2
authored
Jan 21, 2019
by
Tobin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'production'
dc See merge request
!14
parents
3ab049c0
678c927e
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 @
fb9c03b2
...
@@ -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 @
fb9c03b2
...
@@ -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 @
fb9c03b2
...
@@ -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