Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2225

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

Upravy:
- zmena ikona pro tlacitko filtruj
- zmenseni ikony pro ulozeni filtru
- drobna oprava zobrazeni tlacitka filtru v IE7

Zobrazit rozdíly:

freenetis/branches/1.1/application/views/filter_form_template.php
<?php endforeach ?>
</div>
<button type="submit" class="submit">
<?php echo html::image(array('src' => 'media/images/icons/activate.png', 'width' => 16, 'height' => 16, 'style' => 'float:left')) ?>&nbsp;
<button type="submit" class="submit filter-button">
<?php echo html::image(array('src' => 'media/images/icons/filter.png', 'width' => 14, 'height' => 14, 'style' => 'float:left')) ?>&nbsp;
<?php echo __('Filter') ?>
</button>
<?php if ($can_add): ?>
<a href="<?php echo url_lang::base().'filter_queries/add'.server::query_string().'&url='.$base_url ?>" class="save-button popup_link submit">
<?php echo html::image(array('src' => 'media/images/icons/gtk_save.png', 'width' => 16, 'height' => 16, 'style' => 'float:left')) ?>&nbsp;
<?php echo html::image(array('src' => 'media/images/icons/save.png', 'width' => 14, 'height' => 14, 'style' => 'float:left')) ?>&nbsp;
<?php echo __('Save filter') ?>
</a>
<?php endif; ?>
freenetis/branches/1.1/media/css/style.css
}
/* special style for IE7 */
*+html .submit img {
float: none;
*+html #filter_form .filter-button img {
display: none;
}
#filter_form select {

Také k dispozici: Unified diff