Merge pull request #205 from ycastillo/6942

minor fix in comment label -refs #6942
1.9.x
Julio Montoya 11 years ago
commit 3c1fcccc6f
  1. 8
      main/calendar/agenda.inc.php

@ -2751,7 +2751,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"/> '.get_lang('Comment').' <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>';
}

Loading…
Cancel
Save