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
5196c02d
Commit
5196c02d
authored
May 14, 2018
by
Robert Lyon
Committed by
Gerrit Code Review
May 14, 2018
Browse files
Merge "Bug 1769546: Needing to update raw_old theme for backported patches" into 17.04_STABLE
parents
97ebfe07
4a04118c
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw_old/plugintype/interaction/forum/templates/index.tpl
View file @
5196c02d
...
...
@@ -82,6 +82,7 @@
{/
if
}
</td>
{
if
$admin
}
<td
class=
"right control-buttons"
>
<div
class=
"btn-group"
>
<a
href=
"
{
$WWWROOT
}
interaction/edit.php?id=
{
$forum
->
id
}
&returnto=index"
class=
"btn btn-default btn-sm"
title=
"
{
str
tag
=
edit
}
"
>
...
...
@@ -95,6 +96,7 @@
</a>
</div>
</td>
{/
if
}
</tr>
{/
foreach
}
<tbody>
...
...
htdocs/theme/raw_old/plugintype/interaction/forum/templates/view.tpl
View file @
5196c02d
...
...
@@ -132,14 +132,14 @@
{
str
tag
=
"updateselectedtopics"
section
=
"interaction.forum"
}
</button>
</span>
{
if
$moderator
}
{
contextualhelp
plugintype
=
'interaction'
pluginname
=
'forum'
section
=
'updatemod'
}
{
else
}
{
contextualhelp
plugintype
=
'interaction'
pluginname
=
'forum'
section
=
'update'
}
{/
if
}
</div>
{/
if
}
<input
type=
"hidden"
name=
"sesskey"
value=
"
{
$SESSKEY
}
"
>
{
if
$moderator
}
{
contextualhelp
plugintype
=
'interaction'
pluginname
=
'forum'
section
=
'updatemod'
}
{
else
}
{
contextualhelp
plugintype
=
'interaction'
pluginname
=
'forum'
section
=
'update'
}
{/
if
}
</form>
</div>
...
...
htdocs/theme/raw_old/templates/admin/users/edit.tpl
View file @
5196c02d
...
...
@@ -12,6 +12,13 @@
{/
if
}
{
$suspendform2
|
safe
}
</div>
{
elseif
$expired
}
<div
class=
"suspendederror admin-warning alert alert-warning"
>
<h3
class=
"title"
>
{
$expiredon
}
</h3>
<div
class=
"detail"
>
{
str
tag
=
unexpiredesc
section
=
admin
}
</div>
</div>
{/
if
}
<div
class=
"row"
>
<div
class=
"col-md-9 main"
>
...
...
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