mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
ItemDetailPage/Tabs
* add filter result prompt to "disenchanted from" tab
This commit is contained in:
@@ -500,6 +500,9 @@ class ItemPage extends genericPage
|
|||||||
if ($idx == 16)
|
if ($idx == 16)
|
||||||
$createdBy = array_column($tabData['data'], 'id');
|
$createdBy = array_column($tabData['data'], 'id');
|
||||||
|
|
||||||
|
if ($idx == 1)
|
||||||
|
$tabData['note'] = sprintf(Util::$filterResultString, '?items&filter=cr=163;crs='.$this->typeId.';crv=0');
|
||||||
|
|
||||||
if ($idx == 4 && $this->subject->getSources($s, $sm) && $s[0] == SRC_DROP && isset($sm[0]['dd']))
|
if ($idx == 4 && $this->subject->getSources($s, $sm) && $s[0] == SRC_DROP && isset($sm[0]['dd']))
|
||||||
{
|
{
|
||||||
switch ($sm[0]['dd'])
|
switch ($sm[0]['dd'])
|
||||||
|
|||||||
Reference in New Issue
Block a user