Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
c99f9131
Commit
c99f9131
authored
5 years ago
by
Friederike Schwager
Committed by
Friederike Schwager
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
github#10 delete unused elements in mod_form
parent
9477ee32
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mod_form.php
+0
-6
0 additions, 6 deletions
mod_form.php
with
0 additions
and
6 deletions
mod_form.php
+
0
−
6
View file @
c99f9131
...
@@ -35,12 +35,6 @@ class mod_pdfannotator_mod_form extends moodleform_mod {
...
@@ -35,12 +35,6 @@ class mod_pdfannotator_mod_form extends moodleform_mod {
$mform
=&
$this
->
_form
;
$mform
=&
$this
->
_form
;
$config
=
get_config
(
'mod_pdfannotator'
);
$config
=
get_config
(
'mod_pdfannotator'
);
$mform
->
addElement
(
'hidden'
,
'idcreator'
,
$USER
->
id
);
$mform
->
setType
(
'idcreator'
,
PARAM_INT
);
$mform
->
addElement
(
'hidden'
,
'idCourse'
,
$COURSE
->
id
);
$mform
->
setType
(
'idCourse'
,
PARAM_INT
);
$mform
->
addElement
(
'header'
,
'general'
,
get_string
(
'general'
,
'form'
));
$mform
->
addElement
(
'header'
,
'general'
,
get_string
(
'general'
,
'form'
));
$mform
->
setType
(
'general'
,
PARAM_TEXT
);
$mform
->
setType
(
'general'
,
PARAM_TEXT
);
$mform
->
addElement
(
'text'
,
'name'
,
get_string
(
'setting_alternative_name'
,
'pdfannotator'
),
array
(
'size'
=>
'48'
));
$mform
->
addElement
(
'text'
,
'name'
,
get_string
(
'setting_alternative_name'
,
'pdfannotator'
),
array
(
'size'
=>
'48'
));
...
...
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