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
ca07aaba
Commit
ca07aaba
authored
Oct 11, 2007
by
Nigel McNie
Browse files
Moved the view wizard control buttons to be side by side
parent
78793a5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/blocks.tpl
View file @
ca07aaba
...
...
@@ -35,22 +35,22 @@
</div>
</form>
<div
class=
"center"
>
<div
id=
"view-wizard-controls"
class=
"center"
>
{
if
$new
}
<form
action=
"
{
$WWWROOT
}
view/edit.php"
method=
"GET"
>
<input
type=
"hidden"
name=
"id"
value=
"
{
$view
}
"
>
<input
type=
"hidden"
name=
"new"
value=
"1"
>
<input
type=
"submit"
class=
"submit"
value=
"
{
str
tag
=
'back'
}
"
>
</form>
<form
action=
"
{
$WWWROOT
}
view/access.php"
method=
"GET"
>
<input
type=
"hidden"
name=
"id"
value=
"
{
$view
}
"
>
<input
type=
"hidden"
name=
"new"
value=
"1"
>
<input
class=
"submit"
type=
"submit"
value=
"
{
str
tag
=
'next'
}
"
>
</form>
<form
action=
"
{
$WWWROOT
}
view/edit.php"
method=
"GET"
>
<input
type=
"hidden"
name=
"id"
value=
"
{
$view
}
"
>
<input
type=
"hidden"
name=
"new"
value=
"1"
>
<input
type=
"submit"
class=
"submit"
value=
"
{
str
tag
=
'back'
}
"
>
</form>
<form
action=
"
{
$WWWROOT
}
view/access.php"
method=
"GET"
>
<input
type=
"hidden"
name=
"id"
value=
"
{
$view
}
"
>
<input
type=
"hidden"
name=
"new"
value=
"1"
>
<input
class=
"submit"
type=
"submit"
value=
"
{
str
tag
=
'next'
}
"
>
</form>
{
else
}
<form
action=
"
{
$WWWROOT
}
view/"
method=
"GET"
>
<input
class=
"submit"
type=
"submit"
value=
"
{
str
tag
=
'done'
}
"
>
</form>
<form
action=
"
{
$WWWROOT
}
view/"
method=
"GET"
>
<input
class=
"submit"
type=
"submit"
value=
"
{
str
tag
=
'done'
}
"
>
</form>
{/
if
}
</div>
{
include
file
=
"columnfullend.tpl"
}
...
...
htdocs/theme/views.css
View file @
ca07aaba
...
...
@@ -122,3 +122,6 @@
border
:
0
;
}
#view-wizard-controls
form
{
display
:
inline
;
}
Write
Preview
Markdown
is supported
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