From 562dd0eaca0ffd0f866a552b8bd56e41b29359b1 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 11 Sep 2009 14:02:18 -0400 Subject: [PATCH] Remove ui_link from warnings2 branch --- ui-lib.pl | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/ui-lib.pl b/ui-lib.pl index 2e2c07fa2..acdcfd9d7 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -2164,45 +2164,6 @@ return &theme_ui_hr() if (defined(&theme_ui_hr)); return "
\n"; } -=head2 ui_url($url, $absolute) - -Returns a normalized URL. - -If $absolute is true, include full protocol and hostname. - -=cut -sub ui_url -{ -return; -} - -=head2 ui_link($text, $url, $cls, $absolute) - -Returns the HTML for a link, with label $text and link of $url. - -If defined, $cls is added to the "class=" field. - -If $absolute is true, return the absolute URL (starting with https:) rather -than relative; useful for links that must resolve from outside of the -application, such as SSL login redirects. - -=cut -sub ui_link -{ -return; -} - -=head2 ui_image($image, $alt, $cls, $absolute) - -Returns the HTML for an image with the $alt text. If $absolute is set, -include protocol and hostname. $cls is for optional CSS classes. - -=cut -sub ui_image -{ -return; -} - =head2 ui_nav_link(direction, url, disabled) Returns an arrow icon linking to the provided url.