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
43114c65
Commit
43114c65
authored
Nov 16, 2006
by
Richard Mansfield
Browse files
Add collapseifoneoption to language, theme
parent
f90c2bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/options/index.php
View file @
43114c65
...
@@ -53,6 +53,7 @@ $siteoptionform = form(array(
...
@@ -53,6 +53,7 @@ $siteoptionform = form(array(
'title'
=>
get_string
(
'language'
),
'title'
=>
get_string
(
'language'
),
'description'
=>
get_string
(
'sitelanguagedescription'
),
'description'
=>
get_string
(
'sitelanguagedescription'
),
'defaultvalue'
=>
get_config
(
'language'
),
'defaultvalue'
=>
get_config
(
'language'
),
'collapseifoneoption'
=>
true
,
'options'
=>
$langoptions
,
'options'
=>
$langoptions
,
),
),
'theme'
=>
array
(
'theme'
=>
array
(
...
@@ -60,6 +61,7 @@ $siteoptionform = form(array(
...
@@ -60,6 +61,7 @@ $siteoptionform = form(array(
'title'
=>
get_string
(
'theme'
),
'title'
=>
get_string
(
'theme'
),
'description'
=>
get_string
(
'sitethemedescription'
),
'description'
=>
get_string
(
'sitethemedescription'
),
'defaultvalue'
=>
get_config
(
'theme'
),
'defaultvalue'
=>
get_config
(
'theme'
),
'collapseifoneoption'
=>
true
,
'options'
=>
$themeoptions
,
'options'
=>
$themeoptions
,
),
),
'viruschecking'
=>
array
(
'viruschecking'
=>
array
(
...
...
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