Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
2045f77c
Commit
2045f77c
authored
Sep 14, 2015
by
Son Nguyen
Committed by
Gerrit Code Review
Sep 14, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1494565: sorting out problem with 2 'description' fields"
parents
276ababa
a02ae2c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
htdocs/auth/webservice/lang/en.utf8/auth.webservice.php
htdocs/auth/webservice/lang/en.utf8/auth.webservice.php
+1
-1
htdocs/theme/raw/plugintype/auth/webservice/templates/wsdoc.tpl
.../theme/raw/plugintype/auth/webservice/templates/wsdoc.tpl
+1
-1
No files found.
htdocs/auth/webservice/lang/en.utf8/auth.webservice.php
View file @
2045f77c
...
...
@@ -150,7 +150,7 @@ $string['publickeyexpireson'] = 'Public key expires: %s';
// wsdoc
$string
[
'function'
]
=
'Function'
;
$string
[
'description'
]
=
'Description'
;
$string
[
'
wsdoc
description'
]
=
'Description'
;
$string
[
'component'
]
=
'Component'
;
$string
[
'method'
]
=
'Method'
;
$string
[
'class'
]
=
'Class'
;
...
...
htdocs/theme/raw/plugintype/auth/webservice/templates/wsdoc.tpl
View file @
2045f77c
...
...
@@ -4,7 +4,7 @@
<h2>
{
str
tag
=
"function"
section
=
"auth.webservice"
}
:
{
$function
->
name
}
</h2>
<table>
<tr><td>
{
str
tag
=
"description"
section
=
"auth.webservice"
}
:
</td><td>
{
$functiondescription
}
</td></tr>
<tr><td>
{
str
tag
=
"
wsdoc
description"
section
=
"auth.webservice"
}
:
</td><td>
{
$functiondescription
}
</td></tr>
<tr><td>
{
str
tag
=
"component"
section
=
"auth.webservice"
}
:
</td><td>
{
$function
->
component
}
</td></tr>
<tr><td>
{
str
tag
=
"class"
section
=
"auth.webservice"
}
:
</td><td>
{
$function
->
classname
}
</td></tr>
<tr><td>
{
str
tag
=
"method"
section
=
"auth.webservice"
}
:
</td><td>
{
$function
->
methodname
}
</td></tr>
...
...
Write
Preview
Markdown
is supported
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