Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2080

Přidáno uživatelem Ondřej Fibich před asi 11 roky(ů)

Opravy:
- fixes #690: Pri prijeti požadavku o pripojeni neni zobrazeno tlacitko pro automaticke doplneni pripojeno k.

Zobrazit rozdíly:

freenetis/branches/1.1/application/views/js/devices_add.php
html_buffer.push('<a href="#" class="device_add_detail_button refresh_ifaces dispNone" title="<?php echo __('Refresh interfaces of device') ?>">');
html_buffer.push('<?php echo html::image(array('src' => 'media/images/icons/refresh.png')) ?>');
html_buffer.push('</a>');
html_buffer.push('<a href="#" class="device_add_detail_button get_connected_to_device_and_iface dispNone" title="<?php echo __('Get Connected to device and iface') ?>">');
html_buffer.push('<a href="#" class="device_add_detail_button get_connected_to_device_and_iface');
<?php if (!empty($connection_request_model)): ?>
// enable getting on connection request (MAC and subnet aready filled in)
if (i != default_iface)
{
html_buffer.push(' dispNone');
}
<?php endif; ?>
html_buffer.push('" title="<?php echo __('Get Connected to device and iface') ?>">');
html_buffer.push('<?php echo html::image(array('src' => 'media/images/icons/reload.gif')) ?>');
html_buffer.push('</a>');
html_buffer.push('<a href="#" class="device_add_detail_button add_detail_to_link" title="<?php echo __('Add details to link') ?>">');
......
// confirm first part of form after loading
$('#device_add_form').submit();
<?php endif ?>
/*$.ajaxSetup({
async: true
});*/

Také k dispozici: Unified diff