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
9da5cc7c
Commit
9da5cc7c
authored
Oct 14, 2009
by
Penny Leach
Browse files
dwoo support: fixing incorrect {str} tags with mismatched quotes
parent
d1fe99e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/raw/profileicons.tpl
View file @
9da5cc7c
...
...
@@ -13,7 +13,7 @@
</tbody>
<tfoot>
<tr>
<td
colspan=
"4"
class=
"right"
><input
id=
"settings_default"
type=
"submit"
class=
"submit"
name=
"default"
value=
"
{
str
tag
=
"setdefault"
section
=
artefact
.
file
}
"
tabindex=
"2"
>
{
str
tag
=
"or"
section
=
"artefact.file"
}
<input
type=
"submit"
class=
"submit"
name=
"unsetdefault"
value=
"
{
str
tag
=
"usenodefault"
section
=
"artefact.file}"
tabindex
=
"2"
>
<
input
id
=
"settings_delete"
type
=
"submit"
class
=
"cancel"
name
=
"delete"
value
=
"{str tag="
deleteselectedicons
" section=artefact.file}"
tabindex
=
"2"
></
td
>
<td
colspan=
"4"
class=
"right"
><input
id=
"settings_default"
type=
"submit"
class=
"submit"
name=
"default"
value=
"
{
str
tag
=
"setdefault"
section
=
artefact
.
file
}
"
tabindex=
"2"
>
{
str
tag
=
"or"
section
=
"artefact.file"
}
<input
type=
"submit"
class=
"submit"
name=
"unsetdefault"
value=
"
{
str
tag
=
"usenodefault"
section
=
"artefact.file
"
}
"
tabindex=
"2"
>
<input
id=
"settings_delete"
type=
"submit"
class=
"cancel"
name=
"delete"
value=
"
{
str
tag
=
"deleteselectedicons"
section
=
artefact
.
file
}
"
tabindex=
"2"
></td>
</tr>
</tfoot>
</table>
...
...
htdocs/interaction/forum/theme/raw/view.tpl
View file @
9da5cc7c
...
...
@@ -13,7 +13,7 @@
<h3>
{
str
tag
=
Topics
section
=
"interaction.forum"
}
</h3>
{
if
$membership
&&
(
$moderator
||
$forum
->
newtopicusers
!=
'moderators'
)
}
<div
class=
"rbuttons"
>
<a
href=
"
{
$WWWROOT
}
interaction/forum/edittopic.php?forum=
{
$forum
->
id
|
escape
}
"
class=
"btn btn-add s"
>
{
str
tag
=
"newtopic"
section
=
"
interaction
.
forum
}
</a>
<a
href=
"
{
$WWWROOT
}
interaction/forum/edittopic.php?forum=
{
$forum
->
id
|
escape
}
"
class=
"btn btn-add s"
>
{
str
tag
=
"newtopic"
section
=
"interaction.forum
"
}
</a>
</div>
{/
if
}
{
if
$stickytopics
||
$regulartopics
}
...
...
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