diff options
Diffstat (limited to 'packages/freenas/www')
-rw-r--r-- | packages/freenas/www/disks_mount.php | 2 | ||||
-rw-r--r-- | packages/freenas/www/services_afp.php | 2 | ||||
-rw-r--r-- | packages/freenas/www/services_ftp.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/freenas/www/disks_mount.php b/packages/freenas/www/disks_mount.php index 2a68a509..432eab34 100644 --- a/packages/freenas/www/disks_mount.php +++ b/packages/freenas/www/disks_mount.php @@ -172,7 +172,7 @@ echo $pfSenseHead->getHTML(); <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" title="<?=gettext("edit mount");?>" width="17" height="17" border="0" alt="" /> </a> <a href="disks_mount.php?act=del&id=<?=$i;?>"> - <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" onclick="return confirm('<? gettext("Do you really want to delete this mount point? All elements that still use it will become invalid (e.g. share)!"); ?>');" title="<?=gettext("delete mount");?>" width="17" height="17" border="0" alt="" /> + <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" onclick="return confirm('<?= gettext("Do you really want to delete this mount point? All elements that still use it will become invalid (e.g. share)!"); ?>');" title="<?=gettext("delete mount");?>" width="17" height="17" border="0" alt="" /> </a> </td> </tr> diff --git a/packages/freenas/www/services_afp.php b/packages/freenas/www/services_afp.php index 64817c1a..521e1203 100644 --- a/packages/freenas/www/services_afp.php +++ b/packages/freenas/www/services_afp.php @@ -160,7 +160,7 @@ echo $pfSenseHead->getHTML(); <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Server Name");?></td> <td width="78%" class="vtable"> - <input name="afpname" type="text" class="formfld" id="afpname" size="20" value="<?=htmlspecialchars($pconfig['afpname']);?>" /> + <input name="afpname" type="text" class="formfld unknown" id="afpname" size="20" value="<?=htmlspecialchars($pconfig['afpname']);?>" /> </td> </tr> <tr> diff --git a/packages/freenas/www/services_ftp.php b/packages/freenas/www/services_ftp.php index 88683e57..1d0ad6d4 100644 --- a/packages/freenas/www/services_ftp.php +++ b/packages/freenas/www/services_ftp.php @@ -165,7 +165,7 @@ if (! empty($_POST)) if (!file_exists($d_sysrebootreqd_path)) { /* nuke the cache file */ config_lock(); - services_ftpd_configure(); + services_wzdftpd_configure(); services_zeroconf_configure(); config_unlock(); } @@ -332,7 +332,7 @@ echo $pfSenseHead->getHTML(); <tr> <td width="22%" valign="top"> </td> <td width="78%"> - <input id="submit" name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>" /> + <input id="submitt" name="Submitt" type="submit" class="formbtn" value="<?=gettext("Save");?>" /> </td> </tr> </table> |