Change storage path text box from url to text

With the text box set as url you can't use a standard unix path
pull/2077/head
digital-gnome 2017-09-11 18:52:50 -04:00
parent 6fe4b892ef
commit a78e568378
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ xhtmlHeaders(__FILE__, translate('Storage')." - ".$newStorage['Name'] );
</tr>
<tr>
<th scope="row"><?php echo translate('Path') ?></th>
<td><input type="url" name="newStorage[Path]" value="<?php echo $newStorage['Path'] ?>"/></td>
<td><input type="text" name="newStorage[Path]" value="<?php echo $newStorage['Path'] ?>"/></td>
</tr>
</tbody>
</table>