It's CSV, not CVS

This commit is contained in:
Karsten Heiken
2011-08-31 09:55:21 +02:00
parent 31bde41a25
commit 2d5349f4a4

View File

@@ -86,12 +86,12 @@ $(document).ready(function() {
<form name="uploadCSV" method="post" action="<?=site_url('admin/parameters/upload_csv/' . $program['id'])?>" enctype="multipart/form-data"> <form name="uploadCSV" method="post" action="<?=site_url('admin/parameters/upload_csv/' . $program['id'])?>" enctype="multipart/form-data">
<ul> <ul>
<li> <li>
<?=form_label(_('CVS file'), 'csv_file');?> <?=form_label(_('CSV file'), 'csv_file');?>
<div> <div>
<input type="file" name="csv_file" id="csv_file" class="file" /> <input type="file" name="csv_file" id="csv_file" class="file" />
<?=form_error('csv_file')?> <?=form_error('csv_file')?>
</div> </div>
<label class="note">You can upload a CVS file, containing a bunch of parameters. The rows of the file must be in the following format: <em>parameter name, human-readable name, unit, type, default value, description</em>. The first row is reserved for headlines.</label> <label class="note">You can upload a CSV file, containing a bunch of parameters. The rows of the file must be in the following format: <em>parameter name, human-readable name, unit, type, default value, description</em>. The first row is reserved for headlines.</label>
</li> </li>
</ul> </ul>
<p> <p>