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
5a992a86
Commit
5a992a86
authored
Sep 20, 2007
by
Nigel McNie
Browse files
Added a configure button to blocktypes that can be configured
parent
09c73752
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/blocktypecontainer.tpl
View file @
5a992a86
...
...
@@ -6,6 +6,7 @@
{
foreach
from
=
$movecontrols
item
=
item
}
<input
type=
"submit"
class=
"submit movebutton"
name=
"action_moveblockinstance_id_
{
$id
}
_column_
{
$item.column
}
_order_
{
$item.order
}
"
value=
"
{
$item.arrow
}
"
>
{/
foreach
}
{
if
$configurable
}
<input
type=
"submit"
class=
"submit configurebutton"
name=
"action_configureblockinstance_id_
{
$id
}
"
value=
"•"
>
{/
if
}
<input
type=
"submit"
class=
"submit deletebutton"
name=
"action_removeblockinstance_id_
{
$id
}
"
value=
"X"
>
</div>
<div
class=
"blockinstance-content"
>
...
...
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