From a8b8c247db070d96a663ab8bb57a40ead173300a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2004 20:31:26 +0000 Subject: - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. --- modules/poll/poll.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/poll/poll.module') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index ac1b798ba..edab210b4 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -143,15 +143,15 @@ function poll_help($section = "admin/help#poll") { switch ($section) { case 'admin/help#poll': - $output .= "

Users with the correct %permissions can create and/or vote on polls.

"; + $output .= "

Users with the correct permissions can create and/or vote on polls.

"; $output .= ""; - $output .= "

Creating a poll is much like creating any other node. Click \"create poll\" in your user box. The title of the poll should be the question, then enter the answers and the \"base\" vote counts. You can also choose the time period over which the vote will run.

The %poll item in the navigation links will take you to a page where you can see all the current polls, vote on them (if you haven't already) and view the results.

"; - $output = t($output, array("%permissions" => l(t("permissions"), "admin/user/permission"), "%poll" => l(t("Poll"), "poll"))); + $output .= "

Creating a poll is much like creating any other node. Click \"create poll\" in your user box. The title of the poll should be the question, then enter the answers and the \"base\" vote counts. You can also choose the time period over which the vote will run.

The Poll item in the navigation links will take you to a page where you can see all the current polls, vote on them (if you haven't already) and view the results.

"; + $output = t($output, array("%permissions" => url("admin/user/permission"), "%poll" => url("poll"))); break; case 'admin/system/modules#description': $output = t("Enables your site to capture votes on different topics in the form of multiple choice questions."); -- cgit v1.2.3