Skip to content
Snippets Groups Projects
Commit 80b9b939 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add course type heading to View Request page.

parent fb2c0379
Branches
No related tags found
No related merge requests found
<div id="viewRequest">
<h2><?php echo $this->request->type->name; ?></h2>
<?php
$proposedGeneration = $this->proposedGeneration;
if ($this->currentGeneration) {
......@@ -24,9 +25,6 @@
<?php
} else {
/*****************************NEW COURSE***************************************/
?>
<h2>Bulletin Entry</h2>
<?php
echo $this->bulletinEntry($proposedGeneration);
}
/*****************************COMMON STUFF*************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment