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
6aac31b0
Commit
6aac31b0
authored
10 years ago
by
Nick Barry
Browse files
Options
Downloads
Patches
Plain Diff
Updated bulletin admin remove major view to include notes on what to do
parent
e40b9440
No related branches found
No related tags found
1 merge request
!2
Projects Task 7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/modules/bulletin/views/scripts/admin/remove-major.phtml
+14
-2
14 additions, 2 deletions
...n/modules/bulletin/views/scripts/admin/remove-major.phtml
with
14 additions
and
2 deletions
application/modules/bulletin/views/scripts/admin/remove-major.phtml
+
14
−
2
View file @
6aac31b0
...
...
@@ -20,10 +20,22 @@ $this->layout()->pageTitle = 'Remove Major';
<?php
}
?>
<form
method=
"post"
action=
"
<?php
echo
$this
->
baseUrl
(
'bulletin/admin/remove-major-post/'
);
?>
"
>
<table><tr><td
colspan=
"2"
>
Select the major you would like to remove. This operation cannot be undone!
<br
/><br
/></td></tr>
<table>
<tr>
<td
colspan=
"2"
>
Select the major you would like to remove. This operation cannot be undone!
</td>
</tr>
<tr>
<td
colspan=
"2"
style=
"padding-left:15px;"
>
<ul>
<li>
Do not remove a major that is supposed to be in the upcoming bulletin edition until the edition is finalized.
</li>
<li>
Be sure to manually mark 'removed=yes' in the DB for the current four-year-plan generation associated with the major.
</li>
<li>
Be sure to manually mark 'removed=yes' in the DB for the current learning outcome generation associated with the major.
</li>
</ul>
</td>
</tr>
<tr><td>
College:
</td><td>
<?php
echo
$this
->
formSelect
(
'college'
,
NULL
,
NULL
,
array
(
'_null'
=>
'--Select--'
)
+
$this
->
colleges
);
?>
</td></tr>
<tr><td>
Major:
</td><td>
<?php
echo
$this
->
formSelect
(
'major'
,
NULL
,
NULL
,
array
(
'_null'
=>
'--Select--'
)
+
$this
->
collegeMajors
);
?>
</td></tr>
<tr><td
style=
"vertical-align:top;"
>
Justification:
</td><td>
<?php
echo
$this
->
formTextarea
(
'justification'
,
''
,
array
(
'rows'
=>
'8'
,
'cols'
=>
'50'
));
?>
</td></tr>
<tr><td></td><td
align=
"right"
>
<?php
echo
$this
->
formSubmit
(
'submit'
,
'Submit'
);
?>
</td></tr>
<tr><td></td><td>
<?php
echo
$this
->
formSubmit
(
'submit'
,
'Submit'
);
?>
</td></tr>
</table>
</form>
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