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

Change test links into a better looking link on the edit page.

parent 81591136
No related branches found
Tags
No related merge requests found
...@@ -20,6 +20,7 @@ document.formSessionId = '<?php echo $this->formSessionId; ?>'; ...@@ -20,6 +20,7 @@ document.formSessionId = '<?php echo $this->formSessionId; ?>';
</div> </div>
<div class="three_col right"> <div class="three_col right">
<div id="helpLinkBox"><a href="<?php echo $this->baseUrl(); ?>/courses/edit/help" target="helpWindow">Course Request Policies</a></div>
<form action="<?php echo $this->url(array('action' => 'edit.post')); ?>" enctype="multipart/form-data" method="post"> <form action="<?php echo $this->url(array('action' => 'edit.post')); ?>" enctype="multipart/form-data" method="post">
...@@ -29,8 +30,6 @@ document.formSessionId = '<?php echo $this->formSessionId; ?>'; ...@@ -29,8 +30,6 @@ document.formSessionId = '<?php echo $this->formSessionId; ?>';
<div class="main_section"> <div class="main_section">
<a href="<?php echo $this->baseUrl(); ?>/courses/edit/help#" target="helpWindow">Test</a>
<a href="<?php echo $this->baseUrl(); ?>/courses/edit/help#courseNumbering" target="helpWindow">Test</a>
<h2>Course ID</h2> <h2>Course ID</h2>
<fieldset class="three_column" id="courseId"> <fieldset class="three_column" id="courseId">
......
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
font-weight: bold; font-weight: bold;
} }
#helpLinkBox {
padding: 0.5em;
margin: 0 0 1em 0;
text-align: right;
}
#bulletinPreview { #bulletinPreview {
width: 210px; width: 210px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment