Skip to content

Commit f765b06

Browse files
committed
zumindestens type und size darf MarkingTool.template.html behalten (für points)
1 parent 55e7b17 commit f765b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/include/MarkingTool/MarkingTool.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
<?php
129129
print '<span class="very-short left">';
130-
print '<input class="form-field text-input very-very-short" placeholder="'.Language::Get('main','points', $langTemplate).'" name="';
130+
print '<input class="form-field text-input very-very-short" type="text" size="3" placeholder="'.Language::Get('main','points', $langTemplate).'" name="';
131131
print 'exercises[' . $leaderID . '][' . $eid . '][points]" value="';
132132
print isset($exercise['submission']['marking']['points']) ? $exercise['submission']['marking']['points'] : '';
133133
print '" id="exercisePoints" />';

0 commit comments

Comments
 (0)