mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Faction
* fixed display of reputation columns on listviews on detail page
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
<?php
|
||||
if (!empty($params['extraCols']) && strpos($params['extraCols'], '_')):
|
||||
?>
|
||||
var _ = [
|
||||
{
|
||||
id: 'reputation',
|
||||
after: 'location',
|
||||
name: LANG.rep,
|
||||
tooltip: LANG.tooltip_repgain,
|
||||
width: '8%',
|
||||
value: 'reputation'
|
||||
}
|
||||
];
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
new Listview({
|
||||
template:'npc',
|
||||
<?php
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if (!empty($lv['showRep'])):
|
||||
if (!empty($params['extraCols']) && strpos($params['extraCols'], '_')):
|
||||
?>
|
||||
var _ = [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if (!empty($lv['showRep'])):
|
||||
if (!empty($params['extraCols']) && strpos($params['extraCols'], '_')):
|
||||
?>
|
||||
var _ = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user