From c71e1339584173f47cb7c1869426ef3cf9639ef3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Jan 2002 22:08:52 +0000 Subject: - Added about 50 title tags. --- modules/node/node.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index c4999b1b6..0ca006ea2 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -358,7 +358,7 @@ function node_link($type, $node = 0, $main = 0) { } if ($type == "page" && user_access("post content")) { - $links[] = "submit"; + $links[] = "". t("submit") .""; } if ($type == "node") { @@ -367,11 +367,11 @@ function node_link($type, $node = 0, $main = 0) { } if ($main == 1 && $node->teaser != $node->body) { - $links[] = "nid\">". t("read more") .""; + $links[] = "nid\" title=\"". t("Read the rest of this posting.") ."\">". t("read more") .""; } if (user_access("administer nodes")) { - $links[] = "nid\">". t("administer") .""; + $links[] = "nid\" title=\"". t("Administer this node.") ."\">". t("administer") .""; } } @@ -644,7 +644,7 @@ function node_block() { global $theme; $block[0][subject] = t("Syndicate"); - $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" alt=\"XML\" />
\n"; + $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" alt=\"XML\" />
\n"; $block[0][info] = "Syndicate"; return $block; @@ -879,7 +879,7 @@ function node_add($type) { foreach (module_list() as $name) { if (module_hook($name, "node") && node_access("create", array("type" => $name))) { $output .= "
  • "; - $output .= " ". module_invoke($name, "node", "name") .""; + $output .= " ". module_invoke($name, "node", "name") .""; $output .= "
    ". module_invoke($name, "node", "description") ."
    "; $output .= "
  • "; } -- cgit v1.2.3