diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-09-11 08:26:04 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-09-11 08:26:04 -0300 |
commit | ee4da773ebb4b9a5817a45e967e31ac624b7368d (patch) | |
tree | e937c15de8e337c2b9feba373f7e8f38a4781b64 | |
parent | be32a003afd114098e8cfe7c18edae887810500f (diff) | |
parent | ffda0775f66fee4dc65a98427f8a6d7ec7075ace (diff) | |
download | pfsense-ee4da773ebb4b9a5817a45e967e31ac624b7368d.zip pfsense-ee4da773ebb4b9a5817a45e967e31ac624b7368d.tar.gz |
Merge pull request #1274 from phil-davis/patch-13
-rwxr-xr-x | usr/local/www/diag_nanobsd.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php index 804b3b4..128c43f 100755 --- a/usr/local/www/diag_nanobsd.php +++ b/usr/local/www/diag_nanobsd.php @@ -217,12 +217,11 @@ if ($savemsg) </select> <br/> <?=gettext("This will duplicate the bootup slice to the alternate slice. Use this if you would like to duplicate the known good working boot partition to the alternate.");?> + <br/><input type='submit' name='duplicateslice' value='<?php echo gettext("Duplicate slice") ?>'> + </form> </td> </tr> <tr> - <td valign="top" class=""> </td><td><br/><input type='submit' value='Duplicate slice'></form></td> - </tr> - <tr> <td colspan="2" valign="top" class=""> </td> </tr> <tr> |