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
c953cc68
Commit
c953cc68
authored
Jan 20, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 20, 2007
Browse files
Added a class so that the button is styled correctly
parent
7a5fa387
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/index.tpl
View file @
c953cc68
...
...
@@ -7,7 +7,7 @@
<h2>
{
str
tag
=
'myviews'
}
</h2>
<div
id=
"views"
>
<div
style=
"text-align:right;"
>
<input
type=
"button"
value=
"
{
str
tag
=
"createnewview"
}
"
onclick=
"window.location='create1.php';"
id=
"createnew"
>
<input
type=
"button"
class=
"button"
value=
"
{
str
tag
=
"createnewview"
}
"
onclick=
"window.location='create1.php';"
id=
"createnew"
>
</div>
<table
id=
"viewlist"
>
<tbody>
...
...
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