Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
292a46eb
Commit
292a46eb
authored
Jan 02, 2011
by
Petr Skoda
Browse files
fixed toc allignment
parent
58aa4b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
view.php
View file @
292a46eb
...
...
@@ -214,7 +214,7 @@ $generateimscp = ''; //TODO after new file handling
</tr>
<!-- toc and chapter row //-->
<tr
class=
"tocandchapter"
>
<tr
class=
"tocandchapter"
valign=
"top"
>
<td
style=
"width:
<?php
echo
$tocwidth
?>
px"
align=
"left"
><div
class=
"clearer"
>
</div>
<?php
echo
$OUTPUT
->
box_start
(
'generalbox'
);
...
...
@@ -227,7 +227,7 @@ $generateimscp = ''; //TODO after new file handling
}
?>
</td>
<td
align=
"right"
><div
class=
"clearer"
>
</div>
<td
align=
"right"
valign=
"top"
><div
class=
"clearer"
>
</div>
<?php
echo
$OUTPUT
->
box_start
(
'generalbox'
);
echo
'<div class="book_content">'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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