Only show files with extension is ptr.

This commit is contained in:
m-lopez-f 2017-05-05 12:13:33 +02:00
parent 02e1c6c8d2
commit bdde4e89e0
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');