From 2bc18b615540ca4ba41cf79a27fd900835bea989 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 8 Nov 2009 11:19:02 +0000 Subject: #553326 by sun: Provide consistency to the way field UI is presented for taxonomy. --- modules/forum/forum.module | 2 +- modules/forum/forum.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 7ecd00e4c..f4142de4a 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -28,7 +28,7 @@ function forum_help($path, $arg) { case 'admin/structure/forum/add/forum': return '

' . t('A forum holds related or similar forum topics (a forum topic is the initial post to a threaded discussion). For example, a forum named "Fruit" may contain forum topics titled "Apples" and "Bananas", respectively.') . '

'; case 'admin/structure/forum/settings': - return '

' . t('These settings allow you to adjust the display of your forum topics. The content types available for use within a forum may be selected by editing the Content types on the forum vocabulary page.', array('@forum-vocabulary' => url('admin/structure/taxonomy/edit/vocabulary/' . variable_get('forum_nav_vocabulary', 0)))) . '

'; + return '

' . t('These settings allow you to adjust the display of your forum topics. The content types available for use within a forum may be selected by editing the Content types on the forum vocabulary page.', array('@forum-vocabulary' => url('admin/structure/taxonomy/' . variable_get('forum_nav_vocabulary', 0) . '/edit'))) . '

'; } } diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 8a4e6ed14..cf430b9e5 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -142,7 +142,7 @@ class ForumTestCase extends DrupalWebTestCase { ); // Edit the vocabulary. - $this->drupalPost('admin/structure/taxonomy/' . $vid, $edit, t('Save')); + $this->drupalPost('admin/structure/taxonomy/' . $vid . '/edit', $edit, t('Save')); $this->assertResponse(200); $this->assertRaw(t('Updated vocabulary %name.', array('%name' => $title)), t('Vocabulary was edited')); -- cgit v1.2.3