Skip to content

Commit

Permalink
EVEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nanthakumar5 committed Dec 24, 2022
1 parent 8d62fa1 commit 4dd3f0f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
16 changes: 8 additions & 8 deletions app/Views/site/myaccount/facility/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
?>
<section class="content">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div align="left" class="m-0"><h3>Facility</h3></div>
<div align="left" class="m-0"><h2 class="fw-bold mb-3 mt-2">Facility</h2></div>
<div class="page-action mb-4 m-0" align="right">
<a href="<?php echo base_url(); ?>/myaccount/facility" class="btn btn-dark">Back</a>
</div>
</div>
<div class="card">
<div class="card-header w-100">
<div class="card-header event-card-header w-100">
<h3 class="card-title"><?php echo $pageaction; ?> Facility</h3>
</div>
<div class="card-body">
Expand Down Expand Up @@ -74,40 +74,40 @@
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<div class="form-group upload-image">
<label>Facility Image</label>
<div>
<a href="<?php echo $image[1];?>" target="_blank">
<img src="<?php echo $image[1];?>" class="image_source" width="100">
</a>
</div>
<input type="file" class="image_file">
<input type="file" class="image_file form-control">
<span class="image_msg messagenotify"></span>
<input type="hidden" id="image" name="image" class="image_input" value="<?php echo $image[0];?>">
</div>
</div>
<div class="col-md-4 my-2">
<div class="form-group">
<div class="form-group upload-image">
<label>Profile Image</label>
<div>
<a href="<?php echo $profileimage[1];?>" target="_blank">
<img src="<?php echo $profileimage[1];?>" class="profileimage_source" width="100">
</a>
</div>
<input type="file" id="" name="" class="profileimage_file">
<input type="file" id="" name="" class="profileimage_file form-control">
<span class="profileimage_msg messagenotify"></span>
<input type="hidden" id="profile_image" name="profile_image" class="profileimage_input" value="<?php echo $profileimage[0];?>">
</div>
</div>
<div class="col-md-4 my-2">
<div class="form-group">
<div class="form-group upload-image">
<label>Stall Map (optional)</label>
<div>
<a href="<?php echo $stallmap[1];?>" target="_blank">
<img src="<?php echo $stallmap[1];?>" class="stallmap_source" width="100">
</a>
</div>
<input type="file" class="stallmap_file">
<input type="file" class="stallmap_file form-control">
<span class="stallmap_msg messagenotify"></span>
<input type="hidden" id="stallmap" name="stallmap" class="stallmap_input" value="<?php echo $stallmap[0];?>">
</div>
Expand Down
12 changes: 6 additions & 6 deletions app/Views/site/myaccount/facility/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
</div>
<div class="dash-event">
<a href="<?php echo base_url().'/myaccount/facility/view/'.$data['id']; ?>"
class="dash-view-event fs-7 mx-2">
class="dash-view-event fs-7 mx-1">
View
</a>
<?php if($usertype !='4'){ ?>
<a href="<?php echo base_url().'/myaccount/facility/edit/'.$data['id']; ?>"
class="dash-edit-event fs-7 mx-2">
class="dash-edit-event fs-7 mx-1">
Edit
</a>

<?php $occupied = getOccupied($data['id']); ?>
<?php if(count($occupied)==0){ ?>
<a data-id="<?php echo $data['id']; ?>" href="javascript:void(0);" class="dash-delete-event fs-7 mx-2 delete">
<a data-id="<?php echo $data['id']; ?>" href="javascript:void(0);" class="dash-delete-event fs-7 mx-1 delete">
Delete
</a>
<?php } ?>
<?php } ?>
<p class="mt-3"></p>
<a href="javascript:void(0);" data-toggle="modal" data-target="#financialmodal" class="financialreport dash-export-event fs-7 mx-2" data-id="<?php echo $data['id']; ?>">
<a href="javascript:void(0);" data-toggle="modal" data-target="#financialmodal" class="financialreport dash-export-event fs-7 mx-1" data-id="<?php echo $data['id']; ?>">
Financial Report
</a>
<a href="<?php echo base_url().'/myaccount/facility/inventories/'.$data['id']; ?>" class="dash-export-event fs-7 mx-2">
<a href="<?php echo base_url().'/myaccount/facility/inventories/'.$data['id']; ?>" class="dash-export-event fs-7 mx-1">
Inventories
</a>
<a href="<?php echo base_url().'/myaccount/facility/export/'.$data['id']; ?>" class="dash-export-event fs-7 mx-2">
<a href="<?php echo base_url().'/myaccount/facility/export/'.$data['id']; ?>" class="dash-export-event fs-7 mx-1">
Export
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/site/myaccount/operators/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$name = isset($result['name']) ? $result['name'] : '';
$email = isset($result['email']) ? $result['email'] : '';
?>
<h3 class="fw-bold mb-1 mt-2">Operator</h3>
<h3 class="fw-bold mb-4 mt-2">Operator</h3>
<div class="card p-3">
<form method="post" action="" id="accountinformtion" class="accountinformtion">
<div class="mb-3">
Expand Down
2 changes: 1 addition & 1 deletion app/Views/site/myaccount/stallmanager/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$name = isset($result['name']) ? $result['name'] : '';
$email = isset($result['email']) ? $result['email'] : '';
?>
<h3 class="fw-bold mb-1 mt-2">Stall Manager</h3>
<h3 class="fw-bold mb-4 mt-2">Stall Manager</h3>
<div class="card p-3">
<form method="post" action="" id="accountinformtion" class="accountinformtion">
<div class="mb-3">
Expand Down
4 changes: 4 additions & 0 deletions assets/site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5870,4 +5870,8 @@ div#calendar .fc-button-group button {
text-align: center;
border-radius: 4px;
padding: 14px;
}

.ques-model button {
border: none;
}

0 comments on commit 4dd3f0f

Please sign in to comment.