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
6ecae971
Commit
6ecae971
authored
16 years ago
by
Tim Steiner
Browse files
Options
Downloads
Patches
Plain Diff
Hide D/F Removal on NewCourseWithACE requsets as well as other NewCourse types.
parent
c6a0af2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/modules/courses/views/scripts/edit/index.phtml
+2
-2
2 additions, 2 deletions
application/modules/courses/views/scripts/edit/index.phtml
with
2 additions
and
2 deletions
application/modules/courses/views/scripts/edit/index.phtml
+
2
−
2
View file @
6ecae971
...
...
@@ -48,7 +48,7 @@
<fieldset>
<label
for=
"title"
class=
"required"
>
Course Title:
</label>
<input
type=
"text"
id=
"courseTitle"
name=
"title"
value=
"
<?php
echo
htmlentities
(
$this
->
course
->
getTitle
()
,
ENT_COMPAT
,
'UTF-8'
)
;
?>
"
/>
<input
type=
"text"
id=
"courseTitle"
name=
"title"
value=
"
<?php
echo
$this
->
course
->
getTitle
();
?>
"
/>
<div
class=
"clear"
></div>
</fieldset>
...
...
@@ -344,7 +344,7 @@
</fieldset>
<?php
if
(
!
in_array
(
$this
->
request
->
getType
(),
array
(
'NewCourse'
,
'NewCourseWithIS'
)))
{
?>
<?php
if
(
!
in_array
(
$this
->
request
->
getType
(),
array
(
'NewCourse'
,
'NewCourseWithIS'
,
'NewCourseWithACE'
)))
{
?>
<fieldset
class=
"four_column"
>
<div
class=
"legend"
>
DF Removal:
</div>
<div
class=
"column"
>
...
...
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