Merge branch 'improve_policies_import_input' into 'develop'

Only show files with extension is ptr.

See merge request !434
This commit is contained in:
vgilc 2017-05-31 17:31:13 +02:00
commit df43207ae4
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ function resource_registration_extension_main() {
echo "<form name='submit_plugin' method='post' enctype='multipart/form-data'>";
echo '<table class="databox" id="table1" width="98%" border="0" cellpadding="4" cellspacing="4">';
echo "<tr>";
echo "<td colspan='2' class='datos'><input type='file' name='resource_upload' />";
echo "<td colspan='2' class='datos'><input type='file' name='resource_upload' accept='.ptr'/>";
echo "<td>" . __('Group filter: ') . "</td>";
echo "<td>";
html_print_select_groups(false, "AW", true, 'group');