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
59abf144
Commit
59abf144
authored
Feb 27, 2009
by
Elliot Pahl
Committed by
Elliot Pahl
Feb 27, 2009
Browse files
Change the authloginmsg field to wysiwyg instead of textarea.
parent
ee7a3d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/xmlrpc/lib.php
View file @
59abf144
...
...
@@ -782,8 +782,8 @@ class PluginAuthXmlrpc extends PluginAuth {
);
$elements
[
'authloginmsg'
]
=
array
(
'type'
=>
'
textarea
'
,
'rows'
=>
3
,
'type'
=>
'
wysiwyg
'
,
'rows'
=>
10
,
'cols'
=>
70
,
'title'
=>
''
,
'description'
=>
get_string
(
'authloginmsg'
,
'auth'
),
...
...
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