Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c1bdc1c4

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

Release 1.1.0

Zobrazit rozdíly:

application/views/js/device_templates_add.php
for (var i = ch_count; i < count; i++)
{
e.append($('<tr>').attr('id', ename + '_id_' + i).append(
$('<td>').html(
$('<input>').attr({
'name' : 'default_iface',
'value' : '<?php echo Iface_Model::TYPE_ETHERNET ?>:' + i,
'type' : 'radio',
'checked' : ($('input[name="default_iface"]').length == 0),
'title' : '<?php echo __('Default iface is used as filled iface in permitting of the connection request') ?>'
}).css('width', 'auto').css('marginRight', '10px').addClass('help')
)
).append(
$('<td>').html($('<label>').text('<?php echo __('Name') ?>:')).append(
$('<input>').attr({
'name' : 'values[<?php echo Iface_Model::TYPE_ETHERNET ?>][items][' + i + '][name]',
......
for (var i = ch_count; i < count; i++)
{
e.append($('<tr>').attr('id', ename + '_id_' + i).append(
$('<td>').html(
$('<input>').attr({
'name' : 'default_iface',
'value' : '<?php echo Iface_Model::TYPE_PORT ?>:' + i,
'type' : 'radio',
'checked' : ($('input[name="default_iface"]').length == 0),
'title' : '<?php echo __('Default iface is used as filled iface in permitting of the connection request') ?>'
}).css('width', 'auto').css('marginRight', '10px').addClass('help')
)
).append(
$('<td>').html($('<label>').text('<?php echo __('Name') ?>:')).append(
$('<input>').attr({
'name' : 'values[<?php echo Iface_Model::TYPE_PORT ?>][items][' + i + '][name]',
......
for (var i = ch_count; i < count; i++)
{
e.append($('<tr>').attr('id', ename + '_id_' + i).append(
$('<td>').html(
$('<input>').attr({
'name' : 'default_iface',
'value' : '<?php echo Iface_Model::TYPE_WIRELESS ?>:' + i,
'type' : 'radio',
'checked' : ($('input[name="default_iface"]').length == 0),
'title' : '<?php echo __('Default iface is used as filled iface in permitting of the connection request') ?>'
}).css('width', 'auto').css('marginRight', '10px').addClass('help')
)
).append(
$('<td>').html($('<label>').text('<?php echo __('Name') ?>:')).append(
$('<input>').attr({
'name' : 'values[<?php echo Iface_Model::TYPE_WIRELESS ?>][items][' + i + '][name]',
......
$('input[name="values[<?php echo Iface_Model::TYPE_INTERNAL ?>][items][<?php echo $i++ ?>][name]"]').val('<?php echo $item['name'] ?>');
<?php endforeach; ?>
// set default iface id setted
<?php if (preg_match('/^(\d+):(\d+)$/', @$device_template_value['default_iface'], $r)): ?>
$('input[name="values[<?php echo $r[1] ?>][items][<?php echo $r[2] ?>][name]"]').parent().parent().find('input[name="default_iface"]').attr('checked', true);
<?php endif ?>
<?php endif; ?>

Také k dispozici: Unified diff