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
539fcb03
Commit
539fcb03
authored
Nov 03, 2009
by
Richard Mansfield
Browse files
Remove button class from settings/add blog links (bug 3375)
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
457e2f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/theme/raw/view.tpl
View file @
539fcb03
...
...
@@ -2,8 +2,8 @@
<div
id=
"myblogs rel"
>
<div
class=
"rbuttons"
>
<a
class=
"btn btn-settings"
href=
"
{
$WWWROOT
}
artefact/blog/settings/?id=
{
$blog
->
get
(
'id'
)
}
"
>
{
str
section
=
"artefact.blog"
tag
=
"settings"
}
</a>
<a
class=
"btn btn-add"
href=
"
{
$WWWROOT
}
artefact/blog/new"
>
{
str
tag
=
addblog
section
=
artefact
.
blog
}
</a>
<a
href=
"
{
$WWWROOT
}
artefact/blog/settings/?id=
{
$blog
->
get
(
'id'
)
}
"
>
{
str
section
=
"artefact.blog"
tag
=
"settings"
}
</a>
<a
href=
"
{
$WWWROOT
}
artefact/blog/new"
>
{
str
tag
=
addblog
section
=
artefact
.
blog
}
</a>
<a
class=
"btn btn-add"
href=
"
{
$WWWROOT
}
artefact/blog/post.php?blog=
{
$blog
->
get
(
'id'
)
}
"
>
{
str
section
=
"artefact.blog"
tag
=
"addpost"
}
</a>
</div>
...
...
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