Skip to content
Snippets Groups Projects
Commit da2daa8d authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-214] Merging test into staging -c987

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@994 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 7b4d7c14
Branches
No related tags found
No related merge requests found
...@@ -553,7 +553,7 @@ function unl_form_alter(&$form, &$form_state, $form_id) { ...@@ -553,7 +553,7 @@ function unl_form_alter(&$form, &$form_state, $form_id) {
* determine whether or not the menu link is visible or not. * determine whether or not the menu link is visible or not.
*/ */
if (substr($form_id, -10) == '_node_form') { if (substr($form_id, -10) == '_node_form') {
$form['menu']['#title'] = 'Site hierachy'; $form['menu']['#title'] = 'Site hierarchy';
$form['menu']['enabled']['#default_value'] = TRUE; $form['menu']['enabled']['#default_value'] = TRUE;
$form['menu']['enabled']['#prefix'] = '<div style="display: none;">'; $form['menu']['enabled']['#prefix'] = '<div style="display: none;">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment