Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
lechiluan committed Apr 15, 2023
1 parent 64d4894 commit efb433e
Show file tree
Hide file tree
Showing 22 changed files with 911 additions and 353 deletions.
15 changes: 8 additions & 7 deletions QAC_All_Ideas.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@ class="rounded-circle me-2"
<div class="d-flex flex-column justify-content-center mx-auto main-container">
<div class="row">
<div class="col-lg-4">
<?php
if (isset($_GET['topic'])) {
$topic = $_GET['topic'];
}
?>
<!-- Send notification for Staff form -->
<div class="bg-light p-3 text-center mb-3">
<a href="#"
<a href="QAC_Send_Notification.php?topic=<?php echo $topic; ?>"
class="text-decoration-none text-dark d-flex flex-column align-items-center">
<i class="fas fa-bell fa-3x mb-3"></i>
<h5 class="mb-2">Send notification for Staff</h5>
</a>
</div>
<?php
if (isset($_GET['topic'])) {
$topic = $_GET['topic'];
}
?>
<div class="bg-light p-3 text-center mb-3">
<div class="d-flex justify-content-between">
<a href="QAC_All_Ideas.php?topic=<?php echo $topic; ?>"
Expand Down Expand Up @@ -250,7 +250,8 @@ class="rounded-circle me-2"
?>
<a href="<?php echo $zipPath; ?>"
download="<?php echo $zipName; ?>"
class="btn btn-primary">Download Documents</a>
class="btn btn-primary"><i class="fas fa-download"></i>Download
Documents</a>
<?php
}
?>
Expand Down
14 changes: 7 additions & 7 deletions QAC_Idea_By_Department.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@ class="rounded-circle me-2"
<div class="d-flex flex-column justify-content-center mx-auto main-container">
<div class="row">
<div class="col-lg-4">
<?php
if (isset($_GET['topic'])) {
$topic = $_GET['topic'];
}
?>
<!-- Send notification for Staff form -->
<div class="bg-light p-3 text-center mb-3">
<a href="#"
<a href="QAC_Send_Notification.php?topic=<?php echo $topic; ?>"
class="text-decoration-none text-dark d-flex flex-column align-items-center">
<i class="fas fa-bell fa-3x mb-3"></i>
<h5 class="mb-2">Send notification for Staff</h5>
</a>
</div>
<?php
if (isset($_GET['topic'])) {
$topic = $_GET['topic'];
}
?>
<div class="bg-light p-3 text-center mb-3">
<div class="d-flex justify-content-between">
<a href="QAC_All_Ideas.php?topic=<?php echo $topic; ?>"
Expand Down Expand Up @@ -251,7 +251,7 @@ class="rounded-circle me-2"
?>
<a href="<?php echo $zipPath; ?>"
download="<?php echo $zipName; ?>"
class="btn btn-primary">Download Documents</a>
class="btn btn-primary"><i class="fas fa-download"></i>Download Documents</a>
<?php
}
?>
Expand Down
3 changes: 2 additions & 1 deletion QAC_Topic_Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ class="rounded-circle me-2"
?>
<a href="<?php echo $zipPath; ?>"
download="<?php echo $zipName; ?>"
class="btn btn-primary">Download Documents</a>
class="btn btn-primary"><i class="fas fa-download"></i>Download
Documents</a>
<?php
}
?>
Expand Down
Loading

0 comments on commit efb433e

Please sign in to comment.