Skip to content
Snippets Groups Projects
Commit ad79b7d3 authored by Roger W Feese's avatar Roger W Feese
Browse files

Added module indication for each module table and stylesheets.

parent e314321e
Branches
No related tags found
1 merge request!23Add missing queue managers
......@@ -19,7 +19,7 @@ foreach ($this->requests as $requset) {
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/fourYearPlans/queue-manager/request-table.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/fouryearplans/queue-manager/request-table.css', 'all');
?>
<table class="zentable primary" id="fourYearPlanRequestTable">
......
......@@ -19,7 +19,7 @@ foreach ($this->requests as $requset) {
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/learningOutcomes/queue-manager/request-table.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/learningoutcomes/queue-manager/request-table.css', 'all');
?>
<table class="zentable primary" id="learningOutcomeRequestTable">
......
......@@ -19,7 +19,6 @@ WDN.initializePlugin('notice');
<?php } ?>
Select period that ended on <?php echo $this->formSelect('period', $this->currentPeriod, NULL, $this->periods); ?>
<h3>Requests:</h3>
<?php
$isCurrentPeriod = (!$this->currentPeriod || $this->currentPeriod < 0);
foreach ($this->moduleRequests as $module => $requests) {
......@@ -27,6 +26,7 @@ foreach ($this->moduleRequests as $module => $requests) {
<?php if ($isCurrentPeriod) { ?>
<form method="post" action="<?php echo $this->baseUrl() . '/requests/queue-manager/advance-post/id/' . $this->queue->getId(); ?>">
<h3><?php echo $module ?> Requests:</h3>
<?php echo $this->formHidden('queueId', $this->queue->getId()); ?>
<?php } ?>
......
@CHARSET "UTF-8";
#courseRequestTable {overflow: scroll;}
#courseRequestTable td {text-align: center; white-space:nowrap;}
\ No newline at end of file
@CHARSET "UTF-8";
#courseRequestTable {overflow: scroll;}
#courseRequestTable td {text-align: center; white-space:nowrap;}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment