$output.=form_textfield(t("Path alias"),"path",($edit->path=="node/view/$edit->nid")?"":$edit->path,60,250,$error["path"]?$error["path"]:t("Optionally specify an alternative URL by which this node can be accessed. For example, type 'about' when writing an about page. Don't add a trailing slash or the URL won't work."));
}
/*
** Add the node specific fields:
*/
...
...
@@ -1461,7 +1471,7 @@ function node_submit($node) {
$output.=form_textfield(t("Path alias"),"path",($edit->path=="node/view/$edit->nid")?"":$edit->path,60,250,$error["path"]?$error["path"]:t("Optionally specify an alternative URL by which this node can be accessed. For example, type 'about' when writing an about page. Don't add a trailing slash or the URL won't work."));
}
/*
** Add the node specific fields:
*/
...
...
@@ -1461,7 +1471,7 @@ function node_submit($node) {