diff --git a/exports-nfs4/edit_export.cgi b/exports-nfs4/edit_export.cgi index fe611c369..b4aca42b9 100755 --- a/exports-nfs4/edit_export.cgi +++ b/exports-nfs4/edit_export.cgi @@ -235,8 +235,8 @@ if ($nfsv == 4) { # Show 'bind to' input only for new export (else, bind is already done...) if ($in{'new'} && $nfsv==4) { - print " ",&hlink("$text{'edit_in'}","in"),"\n"; - print qq* \n*; + print " $text{'edit_in'}\n"; + print qq* \n*; } # Show active input diff --git a/exports-nfs4/help/vers.html b/exports-nfs4/help/vers.html new file mode 100644 index 000000000..b03ec5266 --- /dev/null +++ b/exports-nfs4/help/vers.html @@ -0,0 +1,7 @@ +
NFS Version
+ +This field controls the NFS protocol version used for this export. Some features +are only available for NFSv4 exports, but this may not be supported by older +client systems.

+ +