mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
misc fixes
This commit is contained in:
@@ -484,7 +484,7 @@ $lang = array(
|
|||||||
'raidFaction' => "Raid faction",
|
'raidFaction' => "Raid faction",
|
||||||
'boss' => "Final boss",
|
'boss' => "Final boss",
|
||||||
'reqLevels' => "Required levels: [tooltip=instancereqlevel_tip]%d[/tooltip], [tooltip=lfgreqlevel_tip]%d[/tooltip]",
|
'reqLevels' => "Required levels: [tooltip=instancereqlevel_tip]%d[/tooltip], [tooltip=lfgreqlevel_tip]%d[/tooltip]",
|
||||||
'zonePartOf' => "This zone is part of [zone=%].",
|
'zonePartOf' => "This zone is part of [zone=%s].",
|
||||||
'autoRez' => "Automatic resurrection",
|
'autoRez' => "Automatic resurrection",
|
||||||
'city' => "City",
|
'city' => "City",
|
||||||
'territory' => "Territory",
|
'territory' => "Territory",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ class QuestsPage extends GenericPage
|
|||||||
$this->validCats = Util::$questClasses; // needs reviewing (not allowed to set this as default)
|
$this->validCats = Util::$questClasses; // needs reviewing (not allowed to set this as default)
|
||||||
|
|
||||||
$this->filterObj = new QuestListFilter();
|
$this->filterObj = new QuestListFilter();
|
||||||
$this->getCategoryFromUrl($pageParam);;
|
$this->getCategoryFromUrl($pageParam);
|
||||||
|
|
||||||
parent::__construct($pageCall, $pageParam);
|
parent::__construct($pageCall, $pageParam);
|
||||||
|
|
||||||
|
|||||||
@@ -40,12 +40,12 @@ if ($e = $this->end):
|
|||||||
<tr><th><p style="height: 26px; width: 30px;"> </p></th><td><?php echo Lang::quest('suggestedPl').Lang::main('colon').$s; ?></td></tr>
|
<tr><th><p style="height: 26px; width: 30px;"> </p></th><td><?php echo Lang::quest('suggestedPl').Lang::main('colon').$s; ?></td></tr>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
<div class="pad"></div>
|
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
if ($o = $this->objectiveList):
|
if ($o = $this->objectiveList):
|
||||||
if ($e = $this->end):
|
if ($e = $this->end):
|
||||||
|
echo " <div class=\"pad\"></div>\n";
|
||||||
echo ' '.Lang::quest('providedItem').Lang::main('colon')."\n";
|
echo ' '.Lang::quest('providedItem').Lang::main('colon')."\n";
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user