Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
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
dcarfixers
Commits
f4b6303c
Commit
f4b6303c
authored
6 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
2ec7ffe9
master
…
dev_production
jansa
local_production
2 merge requests
!175
dc
,
!176
dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
26 deletions
+1
-26
listShops.php
application/views/Shop/listShops.php
+1
-26
No files found.
application/views/Shop/listShops.php
View file @
f4b6303c
...
@@ -20,31 +20,6 @@
...
@@ -20,31 +20,6 @@
<div
class=
"box-body"
>
<div
class=
"box-body"
>
<?php
<?php
if
(
!
empty
(
$shop_data
)
&&
$shop_data
[
'status'
]
==
'success'
){
?>
if
(
!
empty
(
$shop_data
)
&&
$shop_data
[
'status'
]
==
'success'
){
?>
<!-- <table id="mechanicUsers" class="table table-bordered table-striped datatable ">
<thead>
<tr>
<th class="hidden">ID</th>
<th width="150px;">Shop Name</th>
<th width="150px;">Phone</th>
<th width="150px;">Email ID</th>
<th width="250px;">Address</th>
<th width="100px;">Status</th>
</tr>
</thead>
<tbody>
<?php
if
(
!
empty
(
$shop_data
)
&&
$shop_data
[
'status'
]
==
'success'
){
?>
<tr>
<th class="hidden">
<?=
$shop_data
[
'shops'
][
'shop_id'
]
?>
</th>
<th class="center">
<?=
$shop_data
[
'shops'
][
'shop_name'
]
?>
</th>
<th class="center">
<?=
$shop_data
[
'shops'
][
'phone'
]
?>
</th>
<th class="center">
<?=
$shop_data
[
'shops'
][
'email_id'
]
?>
</th>
<th class="center">
<?=
$shop_data
[
'shops'
][
'address'
]
?>
</th>
<th class="center">
<?=
(
$shop_data
[
'shops'
][
'status'
]
==
1
)
?
'Active'
:
'De-activate'
?>
</th>
</tr>
<?php
}
?>
</tbody>
</table> -->
<div
class=
"col-md-3"
>
<div
class=
"col-md-3"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-5"
><span>
Shop Name
</span></div>
<div
class=
"col-md-5"
><span>
Shop Name
</span></div>
...
@@ -94,7 +69,7 @@
...
@@ -94,7 +69,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<?php
if
(
count
(
$shop_data
[
'coworkers'
])
>
0
){
?>
<?php
if
(
isset
(
$shop_data
)
&&
isset
(
$shop_data
[
'coworkers'
]
)
&&
count
(
$shop_data
[
'coworkers'
])
>
0
){
?>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<div
class=
"col-xs-12"
>
<div
class=
"box box-warning"
>
<div
class=
"box box-warning"
>
...
...
This diff is collapsed.
Click to expand it.
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