1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Feature #638: Image desc with textarea

This commit is contained in:
Hector Sanjuan 2011-05-13 12:22:12 +02:00 committed by Ruben S. Montero
parent 0c3f5665e3
commit e13bc9ba9c

View File

@ -56,7 +56,7 @@ var create_image_tmpl =
</div>\
<div class="img_param">\
<label for="img_desc">Description:</label>\
<input type="text" name="img_desc" id="img_desc" />\
<textarea name="img_desc" id="img_desc" style="height:4em"></textarea>\
<div class="tip">Human readable description of the image for other users.</div>\
</div>\
</fieldset>\