зеркало из https://github.com/mozilla/gecko-dev.git
typo in use of FileStructure::URLS
This commit is contained in:
Родитель
28ceb84a56
Коммит
a167ac90ed
|
@ -76,7 +76,7 @@ use Utils;
|
||||||
use HTMLPopUp;
|
use HTMLPopUp;
|
||||||
use TinderDB::BasicTxtDB;
|
use TinderDB::BasicTxtDB;
|
||||||
|
|
||||||
$VERSION = ( qw $Revision: 1.6 $ )[1];
|
$VERSION = ( qw $Revision: 1.7 $ )[1];
|
||||||
|
|
||||||
@ISA = qw(TinderDB::BasicTxtDB);
|
@ISA = qw(TinderDB::BasicTxtDB);
|
||||||
|
|
||||||
|
@ -271,7 +271,7 @@ sub status_table_row {
|
||||||
# menus can view the notice.
|
# menus can view the notice.
|
||||||
|
|
||||||
$href = (
|
$href = (
|
||||||
"$FileStructure::URLS{'shownotice'}".
|
"$FileStructure::URLS{'shownote'}".
|
||||||
"\?".
|
"\?".
|
||||||
"tree=$tree".
|
"tree=$tree".
|
||||||
"\&".
|
"\&".
|
||||||
|
@ -297,7 +297,7 @@ sub status_table_row {
|
||||||
"href" => $href,
|
"href" => $href,
|
||||||
"windowtxt" => $rendered_notice,
|
"windowtxt" => $rendered_notice,
|
||||||
"windowtitle" => "Notice Board",
|
"windowtitle" => "Notice Board",
|
||||||
"windowheight" => (150 * $num_notices),
|
"windowheight" => (175 * $num_notices)+100,
|
||||||
).
|
).
|
||||||
"</td>");
|
"</td>");
|
||||||
} else {
|
} else {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче