Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 951

Přidáno uživatelem Michal Kliment před více než 13 roky(ů)

Merge z testingu do trunku: Oprava nefunkcnich odkazu v menu. Oprava neprovazani bankovni uctu sdruzeni s jeho podvojnym protejskem pri instalaci.

Zobrazit rozdíly:

freenetis/trunk/kohana/application/controllers/installation.php
$doubleentry_bank_account->name = $form_data["account_name"];
$doubleentry_bank_account->account_attribute_id = Account_attribute_Model::$bank;
$doubleentry_bank_account->comment = url_lang::lang('texts.Bank accounts');
$doubleentry_bank_account->add($bank_account);
$doubleentry_bank_account->save();
$doubleentry_bank_account->add($bank_account);
// double-entry account of bank fees
$bank_fees_account = new Account_Model();
$bank_fees_account->member_id = $member->id;
freenetis/trunk/kohana/application/views/menu.php
<li><?php echo html::anchor(url_lang::base().'voip/show_all', url_lang::lang('texts.VoIP')) ?></li>
<?php } ?>
<li><?php echo html::anchor(url_lang::base().'clouds/show_all', url_lang::lang('texts.Clouds')) ?></li>
<li><?php echo html::anchor(url_lang::base().'config_files/show_all', url_lang::lang('texts.Configuration files')) ?></li>
<li><?php echo html::anchor(url_lang::base().'monitoring/show_all', url_lang::lang('texts.Monitoring')) ?></li>
<li><?php echo html::anchor(url_lang::base().'tools/show_all', url_lang::lang('texts.Tools')) ?></li>
<li><?php echo html::anchor(url_lang::base().'config_files/dhcp', url_lang::lang('texts.Configuration files')) ?></li>
<li><?php echo html::anchor(url_lang::base().'monitoring/smokeping', url_lang::lang('texts.Monitoring')) ?></li>
<li><?php echo html::anchor(url_lang::base().'tools/ssh', url_lang::lang('texts.Tools')) ?></li>
<?php if (Settings::get('ulogd_enabled') == 1): ?>
<li><?php echo html::anchor(url_lang::base().'ulogd/actual_ip_addresses_traffic', url_lang::lang('texts.Traffic')) ?></li>
<?php endif; ?>

Také k dispozici: Unified diff