Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1301

Přidáno uživatelem Ondřej Fibich před téměř 13 roky(ů)

Upravy:

- label ceny/h u praci
- vylepseni vzhledu zobrazeni zarizeni

Zobrazit rozdíly:

freenetis/branches/testing/application/i18n/cs_CZ/texts.php
'payment notice boundary' => 'Hranice pro upozornění na placení',
'payment notice text' => 'Text pro upozornění na placení',
'payment per hour' => 'Hodinový plat',
'payment %s per hour' => 'Sazba %s za hodinu',
'pays' => 'Platby',
'peak' => 'Špička',
'penalty' => 'Pokuta',
freenetis/branches/testing/application/controllers/works.php
->rules('length[0,250]|valid_numeric');
$form->input('payment_per_hour')
->label(__('Payment %s per hour', __(Settings::get('currency'))))
->rules('required|valid_numeric');
$form->input('price_per_kilometre')
freenetis/branches/testing/application/views/devices/show.php
<?php echo $sec_links ?>
<br /><br />
<br />
<div class="tabs">
<ul>
<li><?php echo html::anchor('devices/show/'.$device->id.'#interfaces', __('Interfaces')) ?></li>
<li><?php echo html::anchor('devices/show/'.$device->id.'#wireless_interfaces', __('Wireless interfaces')) ?></li>
<!-- <li><?php //echo html::anchor('devices/show/'.$device->id.'#ethernet_interfaces', __('Ethernet interfaces')) ?></li> -->
<!-- <li><?php //echo html::anchor('devices/show/'.$device->id.'#vlan_interfaces', __('Vlan interfaces')) ?></li> -->
<!-- <li><?php //echo html::anchor('devices/show/'.$device->id.'#bridges', __('Bridges')) ?></li> -->
<div id="tabs">
<ul class="tabs" style="font-size: 12px;">
<li class="ui-corner-all"><?php echo html::anchor('devices/show/'.$device->id.'#interfaces', __('Interfaces')) ?></li>
<li class="ui-corner-all"><?php echo html::anchor('devices/show/'.$device->id.'#wireless_interfaces', __('Wireless interfaces')) ?></li>
<!-- <li class="ui-corner-all"><?php //echo html::anchor('devices/show/'.$device->id.'#ethernet_interfaces', __('Ethernet interfaces')) ?></li> -->
<!-- <li class="ui-corner-all"><?php //echo html::anchor('devices/show/'.$device->id.'#vlan_interfaces', __('Vlan interfaces')) ?></li> -->
<!-- <li class="ui-corner-all"><?php //echo html::anchor('devices/show/'.$device->id.'#bridges', __('Bridges')) ?></li> -->
</ul>
<!-- interfaces -->
......
</div>
<br />
<!-- vlan interfaces -->
<?php if ($this->acl_check_view(get_class($this),'vlan_iface',$device->user->member_id)) { ?>
<h3><a id="device_vlan_ifaces_link" name="vlan_interfaces"><?php echo __('VLAN interfaces') ?>

Také k dispozici: Unified diff