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
d0e7a978
Commit
d0e7a978
authored
Jun 28, 2009
by
Nigel McNie
Browse files
Rename btn-d to btn-del
parent
beeb977a
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/static/style/style.css
View file @
d0e7a978
...
...
@@ -418,7 +418,7 @@ div.sideblock h3 {
padding
:
.2em
.5em
;
text-decoration
:
none
;
}
.btn-d
{
.btn-d
el
{
color
:
#ca0000
;
padding-left
:
1em
;
background
:
url(../images/icon-delete.gif)
no-repeat
left
50%
;
...
...
htdocs/theme/raw/templates/view/index.tpl
View file @
d0e7a978
...
...
@@ -23,7 +23,7 @@
{
if
$view.submittedto
}
<div
class=
"vi submitted-viewitem"
>
{
$view.submittedto
}
</div>
{
else
}
<div
class=
"rbuttons"
><a
href=
"
{
$WWWROOT
}
view/delete.php?id=
{
$view.id
}
"
class=
"btn-d"
>
{
str
tag
=
"deletethisview"
section
=
"view"
}
</a></div>
<div
class=
"rbuttons"
><a
href=
"
{
$WWWROOT
}
view/delete.php?id=
{
$view.id
}
"
class=
"btn-d
el
"
>
{
str
tag
=
"deletethisview"
section
=
"view"
}
</a></div>
<div
class=
"vi"
>
<h4><a
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$view.id
}
"
id=
"editviewdetails"
>
{
str
tag
=
"editviewnameanddescription"
section
=
"view"
}
</a></h4>
{
if
$view.description
}
...
...
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