form.addChild("input", new String[]{"type", "value"}, new String[]{"submit", "share".equals(action) ? NodeL10n.getBase().getString("BookmarkEditorToadlet.share") : NodeL10n.getBase().getString("BookmarkEditorToadlet.save")});
} else if("up".equals(action))
bookmarkManager.moveBookmarkUp(bookmarkPath, true);
else if("down".equals(action))
bookmarkManager.moveBookmarkDown(bookmarkPath, true);
}
if(cutedPath != null) {
HTMLNode infoBoxContent =
pageMaker.getInfobox("infobox-normal", NodeL10n.getBase().getString("BookmarkEditorToadlet.pasteTitle"), content, null, false);