Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Curriculum-Request
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tim Steiner
Curriculum-Request
Commits
fb559666
Commit
fb559666
authored
16 years ago
by
Tim Steiner
Browse files
Options
Downloads
Patches
Plain Diff
Text change.
parent
e32cfe92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/modules/courses/views/scripts/new/found.phtml
+5
-5
5 additions, 5 deletions
application/modules/courses/views/scripts/new/found.phtml
with
5 additions
and
5 deletions
application/modules/courses/views/scripts/new/found.phtml
+
5
−
5
View file @
fb559666
...
...
@@ -42,23 +42,23 @@
<?php
if
(
!
$this
->
isAce
)
{
?>
<li>
<a
href=
"
<?php
echo
$this
->
url
(
array
(
'action'
=>
'create'
,
'type'
=>
'AddACE
AndChange
Course'
,
'type'
=>
'AddACE
To
Course'
,
'subject'
=>
$this
->
subject
,
'courseNumber'
=>
$this
->
courseNumber
,
'courseLetter'
=>
$this
->
courseLetter
));
?>
"
>
Request
<b>
change
</b>
to an existing course and
<b>
ACE Certification
</b>
Request
<b>
ACE Certification
</b>
<em>
only
</em>
for this course
</a>
</li>
<li>
<a
href=
"
<?php
echo
$this
->
url
(
array
(
'action'
=>
'create'
,
'type'
=>
'AddACE
To
Course'
,
'type'
=>
'AddACE
AndChange
Course'
,
'subject'
=>
$this
->
subject
,
'courseNumber'
=>
$this
->
courseNumber
,
'courseLetter'
=>
$this
->
courseLetter
));
?>
"
>
Request
<b>
ACE Certification
</b>
<em>
only
</em>
for this course
Request
<b>
change
</b>
to an existing course and
<b>
ACE Certification
</b>
</a>
</li>
<?php
}
else
if
(
!
$this
->
isAce
)
{
?>
<?php
}
else
if
(
$this
->
isAce
)
{
?>
<li>
<a
href=
"
<?php
echo
$this
->
url
(
array
(
'action'
=>
'create'
,
'type'
=>
'RemoveACEFromCourse'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment