diff --git a/application/modules/fouryearplans/views/scripts/queue-manager/request-table.phtml b/application/modules/fouryearplans/views/scripts/queue-manager/request-table.phtml index 2a4579c077a2d95006176c6686e5402d38e01d21..e869341ef8533b5f1e41da0b7204dbc8be7838da 100644 --- a/application/modules/fouryearplans/views/scripts/queue-manager/request-table.phtml +++ b/application/modules/fouryearplans/views/scripts/queue-manager/request-table.phtml @@ -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"> diff --git a/application/modules/learningoutcomes/views/scripts/queue-manager/request-table.phtml b/application/modules/learningoutcomes/views/scripts/queue-manager/request-table.phtml index 7eb95c69acaebdff66230cef47fcb0e88371ff53..42a5a29edf8a4c5f785f3f3313e26f8e766cbb31 100644 --- a/application/modules/learningoutcomes/views/scripts/queue-manager/request-table.phtml +++ b/application/modules/learningoutcomes/views/scripts/queue-manager/request-table.phtml @@ -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"> diff --git a/application/modules/requests/views/scripts/queue-manager/view.phtml b/application/modules/requests/views/scripts/queue-manager/view.phtml index 5733d04fe3b5da8f224883b453708e25889d54df..09cde2f131c60725009439d18737bad2bf1f8ee7 100644 --- a/application/modules/requests/views/scripts/queue-manager/view.phtml +++ b/application/modules/requests/views/scripts/queue-manager/view.phtml @@ -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 } ?> diff --git a/document_root/css/fouryearplans/queue-manager/request-table.css b/document_root/css/fouryearplans/queue-manager/request-table.css new file mode 100644 index 0000000000000000000000000000000000000000..f892601b64d0550a2394295d3e126e0c67ef1725 --- /dev/null +++ b/document_root/css/fouryearplans/queue-manager/request-table.css @@ -0,0 +1,4 @@ +@CHARSET "UTF-8"; + +#courseRequestTable {overflow: scroll;} +#courseRequestTable td {text-align: center; white-space:nowrap;} \ No newline at end of file diff --git a/document_root/css/learningoutcomes/queue-manager/request-table.css b/document_root/css/learningoutcomes/queue-manager/request-table.css new file mode 100644 index 0000000000000000000000000000000000000000..f892601b64d0550a2394295d3e126e0c67ef1725 --- /dev/null +++ b/document_root/css/learningoutcomes/queue-manager/request-table.css @@ -0,0 +1,4 @@ +@CHARSET "UTF-8"; + +#courseRequestTable {overflow: scroll;} +#courseRequestTable td {text-align: center; white-space:nowrap;} \ No newline at end of file