![]() |
index : drakx | |
Mageia Installer and base platform for many utilities | Thierry Vignaud [tv] |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 8 |
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index d55a4e2db..dbf73b354 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -209,7 +209,13 @@ </table> <b><label for="comment">Additional Comments:</label></b><br> -<textarea id="comment" name="comment" rows="5" cols="80"></textarea><br> +[% INCLUDE global/textarea.html.tmpl + name = 'comment' + id = 'comment' + minrows = 5 + maxrows = 25 + cols = 80 +%]<br> [% IF groups.size > 0 %] |