add collection changes

This commit is contained in:
2015-11-04 08:59:20 +01:00
parent 931b83040b
commit ed9c1e77cd
12 changed files with 210 additions and 326 deletions

View File

@@ -18,6 +18,10 @@ class TransferTotalWidget extends Widget{
if ( !isset($this->options['totalHeading'] ) ){
$this->options['totalHeading'] = 'Összesen';
}
if ( !isset($this->options['panel-type'] ) ){
$this->options['panel-type'] = 'panel-info';
}
}