removing smarty - part XI

- readded npc/npcs, itemset/itemsets, skill/skills
- reduced size of conditions-column
This commit is contained in:
Sarjuuk
2014-07-02 22:27:59 +02:00
parent ec5589f323
commit e0f4e9403a
16 changed files with 1924 additions and 1814 deletions

View File

@@ -6235,7 +6235,7 @@ Listview.extraCols = {
id: 'condition',
name: LANG.requires,
width: '30%',
width: '25%',
compute: function(row, td) {
if (!row.condition || !$WH.is_array(row.condition)) {
return;