Added .adi file type warning when importing

这个提交包含在:
Peter Goodhall 2012-11-13 20:29:38 +00:00
父节点 d86b9d634c
当前提交 c1ed8418a8

查看文件

@ -1,7 +1,9 @@
<div id="container">
<h2><?php echo $page_title; ?></h2>
<?php echo $error;?>
<p><span class="label important">Important</span> Log files must have the file type .adi</p>
<?php echo $error; ?>
<?php echo form_open_multipart('adif/import');?>