fixes
git-svn-id: svn://10.0.0.236/trunk@121305 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1027011d9a
commit
02248b4413
@ -15,8 +15,8 @@
|
||||
|
||||
|
||||
|
||||
# $Revision: 1.13 $
|
||||
# $Date: 2002-05-10 22:48:33 $
|
||||
# $Revision: 1.14 $
|
||||
# $Date: 2002-05-10 22:51:05 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm,v $
|
||||
# $Name: not supported by cvs2svn $
|
||||
@ -281,7 +281,13 @@ sub Link {
|
||||
$name = "name=\"$args{'name'}\"";
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!($args{'windowtxt'})) {
|
||||
$out .= "<a $name href=\"$args{'href'}\">";
|
||||
$out .= "$args{'linktxt'}</a>\n";
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
if (! scalar(@POPUPTXT)) {
|
||||
# Make the first item blank so we can shut down the windows.
|
||||
@ -321,14 +327,6 @@ sub Link {
|
||||
$HTMLPopUp::DEFAULT_POPUP_WIDTH);
|
||||
|
||||
|
||||
|
||||
if (!($args{'windowtxt'})) {
|
||||
$out .= "<a $name href=\"$args{'href'}\">";
|
||||
$out .= "$args{'linktxt'}</a>\n";
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
if ($args{'windowtxt'}) {
|
||||
|
||||
# These characters inside the popupwindow will confuse my popup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user