Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
aa39f541
Commit
aa39f541
authored
Nov 20, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 20, 2006
Browse files
Removed some defaults from forms now that they're getting specified in the
global configure stuff.
parent
d38a1bbf
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/editsitepage.php
View file @
aa39f541
...
...
@@ -41,10 +41,8 @@ $getstring = array('discardpageedits' => "'" . get_string('discardpageedits','ad
$f
=
array
(
'name'
=>
'editsitepage'
,
'method'
=>
'post'
,
'ajaxpost'
=>
true
,
'ajaxsuccessfunction'
=>
'contentSaved'
,
'action'
=>
''
,
'elements'
=>
array
(
'pagename'
=>
array
(
'type'
=>
'select'
,
...
...
htdocs/admin/options/index.php
View file @
aa39f541
...
...
@@ -38,8 +38,6 @@ $yesno = array(true => get_string('yes'),
$siteoptionform
=
form
(
array
(
'name'
=>
'siteoptions'
,
'method'
=>
'post'
,
'action'
=>
''
,
'ajaxpost'
=>
true
,
'elements'
=>
array
(
'sitename'
=>
array
(
...
...
htdocs/index.php
View file @
aa39f541
...
...
@@ -36,11 +36,8 @@ if (!$SESSION->is_logged_in()) {
require_once
(
'form.php'
);
$loginform
=
get_login_form_js
(
form
(
array
(
'name'
=>
'login'
,
'method'
=>
'post'
,
'action'
=>
''
,
'renderer'
=>
'div'
,
'submit'
=>
false
,
'autofocus'
=>
true
,
'elements'
=>
array
(
'login'
=>
array
(
'type'
=>
'fieldset'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment