Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2268

Přidáno uživatelem Ondřej Fibich před více než 10 roky(ů)

Upravy:
- hezci reload ikona (transparentni pozadi)

Zobrazit rozdíly:

freenetis/branches/1.1/application/views/js/__pieces/domicile.php
$("#domicile_gpsy").val(gpsy);
});
$("#use_domicile").parent().parent().append("<button id='toggle_addresses_button' type='button' class='submit' title='<?php echo __('Toggle address of connecting place with domicile') ?>'><img src='<?php echo url::base() ?>media/images/icons/reload.gif'><?php echo __('Toggle addresses') ?></button>");
$("#use_domicile").parent().parent().append("<button id='toggle_addresses_button' type='button' class='submit' title='<?php echo __('Toggle address of connecting place with domicile') ?>'><img src='<?php echo url::base() ?>media/images/icons/reload.png'><?php echo __('Toggle addresses') ?></button>");
// toogle domicile
update_domicile_fields();
freenetis/branches/1.1/application/views/js/__pieces/members_ares.php
}
}).trigger('change');
$("#organization_identifier").parent().append('<img id="load-from-ares-button" src="<?php echo url::base() ?>media/images/icons/reload.gif" title="<?php echo __('Load data about member from ARES') ?>">');
$("#organization_identifier").parent().append('<img id="load-from-ares-button" src="<?php echo url::base() ?>media/images/icons/reload.png" title="<?php echo __('Load data about member from ARES') ?>">');
/**
* Loads inputs from ARES data
freenetis/branches/1.1/application/views/js/devices_add.php
if (!auto_fill) // auto loading of MAC addresses
{
html_buffer.push('<a href="#" title="<?php echo __('Automatically load mac address') ?>" class="device_add_detail_button load_mac" style="display:none">');
html_buffer.push('<?php echo html::image(array('src' => 'media/images/icons/reload.gif')) ?>');
html_buffer.push('<?php echo html::image(array('src' => 'media/images/icons/reload.png')) ?>');
html_buffer.push('</a>');
}
}
......
}
<?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('<?php echo html::image(array('src' => 'media/images/icons/reload.png')) ?>');
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') ?>">');
html_buffer.push('<?php echo html::image(array('src' => 'media/images/icons/settings.gif')) ?>');

Také k dispozici: Unified diff