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
7a5fa387
Commit
7a5fa387
authored
Jan 20, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 20, 2007
Browse files
Added classes to buttons so that they're styled properly
parent
f06f3c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/create3.tpl
View file @
7a5fa387
...
...
@@ -19,12 +19,12 @@
{
if
$EDITMODE
}
<input
type=
"hidden"
name=
"viewid"
value=
"
{
$viewid
}
"
id=
"template_viewid"
>
{/
if
}
<input
type=
"submit"
name=
"cancel"
value=
"
{
str
tag
=
cancel
}
"
id=
"template_cancel"
>
<input
type=
"submit"
class=
"submit"
name=
"cancel"
value=
"
{
str
tag
=
cancel
}
"
id=
"template_cancel"
>
{
if
$EDITMODE
}
<input
type=
"submit"
name=
"submit"
value=
"
{
str
tag
=
save
}
"
id=
"template_submit"
>
<input
type=
"submit"
class=
"submit"
name=
"submit"
value=
"
{
str
tag
=
save
}
"
id=
"template_submit"
>
{
else
}
<input
type=
"submit"
name=
"back"
value=
"
{
str
tag
=
back
section
=
view
}
"
id=
"template_back"
>
<input
type=
"submit"
name=
"submit"
value=
"
{
str
tag
=
next
section
=
view
}
"
id=
"template_submit"
>
<input
type=
"submit"
class=
"submit"
name=
"back"
value=
"
{
str
tag
=
back
section
=
view
}
"
id=
"template_back"
>
<input
type=
"submit"
class=
"submit"
name=
"submit"
value=
"
{
str
tag
=
next
section
=
view
}
"
id=
"template_submit"
>
{/
if
}
</form>
</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