Browse Source

minor fix in comment label -refs #6942

unknown 11 years ago
parent
commit
c695c82027
1 changed files with 7 additions and 1 deletions
  1. 7 1
      main/calendar/agenda.inc.php

+ 7 - 1
main/calendar/agenda.inc.php

@@ -2746,7 +2746,13 @@ function show_add_form($id = '', $type = null)
 				<label class="control-label">
                     '.get_lang('AddAnAttachment').'&nbsp;</label>
 				<div class="controls">
-                    <input type="file" name="user_upload"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.get_lang('Comment').'&nbsp;<input name="file_comment" type="text" size="20" />
+                    <input type="file" name="user_upload"/>
+                </div>
+                <label class="control-label">'.
+                    get_lang('Comment').'
+                </label>  
+                <div class="controls">  
+                    <textarea name="file_comment" type="textarea"></textarea>
                 </div>
              </div>';
             }