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
2dc53527
Commit
2dc53527
authored
Jul 27, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Jul 27, 2015
Browse files
Merge "Bug #1474354: Need to hide the 'details' of block when retracted"
parents
54d8a7e4
4f3c027c
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/view/blocktypecontainerviewing.tpl
View file @
2dc53527
...
...
@@ -36,8 +36,8 @@
</a>
{/
if
}
{/
if
}
<div
class=
"
{
if
!
$title
}
no-heading
{/
if
}
block
{
if
$retractable
}
collapse
{
if
$retractedonload
}{
else
}
in
{/
if
}{/
if
}
"
id=
"blockinstance_
{
$id
}
_target"
{
if
$loadbyajax
}
data-blocktype-ajax=
"
{
$id
}
"
{
else
}
data-blocktype-noajax=
"
{
$id
}
"
{/
if
}
>
{
if
!
$loadbyajax
}{
$content
|
safe
}{/
if
}
</div>
<div
class=
"
{
if
$retractable
}
collapse
{
if
$retractedonload
}{
else
}
in
{/
if
}{/
if
}
"
id=
"blockinstance_
{
$id
}
_target"
>
<div
class=
"
{
if
!
$title
}
no-heading
{/
if
}
block"
id=
"blockinstance_
{
$id
}
_target"
{
if
$loadbyajax
}
data-blocktype-ajax=
"
{
$id
}
"
{
else
}
data-blocktype-noajax=
"
{
$id
}
"
{/
if
}
>
{
if
!
$loadbyajax
}{
$content
|
safe
}{/
if
}
</div>
{
if
$viewartefacturl
}
...
...
@@ -47,4 +47,5 @@
</a>
{/
if
}
</div>
</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