mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
Replaced layout table around question by div. Doesn't display right in firefox yet.
This commit is contained in:
parent
934eea9e43
commit
5f4f608811
@ -1,4 +1,4 @@
|
||||
<table id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>"><tr><td>
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
|
||||
<div class="info">
|
||||
<span class="edit"><?php echo $editlink; ?></span>
|
||||
</div>
|
||||
@ -11,4 +11,4 @@
|
||||
<img class="qimage" src="<?php echo $image; ?>" alt="" />
|
||||
<?php } ?>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
* print_question() method.
|
||||
*/
|
||||
?>
|
||||
<table id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>"><tr><td>
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
|
||||
<div class="info">
|
||||
<span class="no"><?php echo $number; ?></span>
|
||||
<?php if ($editlink) { ?>
|
||||
@ -29,4 +29,4 @@
|
||||
?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user