Makes it easier to get category language variables
authorMatthias Schmidt <gravatronics@live.com>
Thu, 12 Jul 2012 20:15:35 +0000 (22:15 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 12 Jul 2012 20:15:35 +0000 (22:15 +0200)
commitd6556156cdead5ab98b359af398853742ebdfbd0
treeb9c6c5170e32abfbd7f320bb72b199771fbc628f
parentb40937e090709a894f158b0e80473a632960dcec
Makes it easier to get category language variables

Replaces `ICategoryType::getLangVarPrefix()` with `ICategoryType::getLanguageVariable()` which returns the value directly. This makes the template code more compact.
wcfsetup/install/files/acp/templates/categoryAdd.tpl
wcfsetup/install/files/acp/templates/categoryList.tpl
wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php
wcfsetup/install/files/lib/system/category/ICategoryType.class.php