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
8fe0ee45
Commit
8fe0ee45
authored
Feb 03, 2021
by
Gold
Browse files
Bug 1912166 - Make Institution name auto focus.
Change-Id: I7b7359896aa52aa5deb364c78a610314c0861737
parent
d3bb3dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/institutions.php
View file @
8fe0ee45
...
@@ -331,6 +331,7 @@ if ($institution || $add) {
...
@@ -331,6 +331,7 @@ if ($institution || $add) {
),
),
'displayname'
=>
array
(
'displayname'
=>
array
(
'type'
=>
'text'
,
'type'
=>
'text'
,
'autofocus'
=>
true
,
'title'
=>
get_string
(
'institutionname'
,
'admin'
),
'title'
=>
get_string
(
'institutionname'
,
'admin'
),
'defaultvalue'
=>
$data
->
displayname
,
'defaultvalue'
=>
$data
->
displayname
,
'rules'
=>
array
(
'rules'
=>
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