Replace another mount point placeholder

This commit is contained in:
Michael Gapczynski 2013-02-11 20:35:40 -05:00
parent 6eba790a75
commit ad6e133ca6

View file

@ -25,7 +25,7 @@
</td>
<td class="mountPoint"><input type="text" name="mountPoint"
value="<?php echo $mountPoint; ?>"
placeholder="<?php echo $l->t('Mount point'); ?>" /></td>
placeholder="<?php echo $l->t('Folder name'); ?>" /></td>
<?php if ($mountPoint == ''): ?>
<td class="backend">
<select id="selectBackend" data-configurations='<?php echo json_encode($_['backends']); ?>'>