Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1620

Přidáno uživatelem David Raška před více než 12 roky(ů)

Upravy:
- Zvyrazneni popisku u povinnych poli
- Oprava zobrazeni tlacitka odhlasit ve windows

Zobrazit rozdíly:

freenetis/branches/testing/media/css/style.css
}
#header .logout div {
background:url(../images/layout/ico_logout.jpg) right 0px no-repeat;
padding-right:23px;
margin-right: 24px;
padding-right: 1.5em;
margin-right: 1.5em;
}
#header .logout a {
color:#FF833D;
freenetis/branches/testing/media/css/forms.css
.required {
background: url(../images/icons/required.gif) top right no-repeat;
}
.label_required {
color: #990000;
}
.label_required label {
color: #990000;
}
input:focus, select:focus, textarea:focus {
border-color: #FFA500;
background-color: #FAFAD2;
freenetis/branches/testing/application/views/forge_template.php
}
?>
<tr<?php echo ($tr_class != '') ? " class='$tr_class'" : '' ?>>
<th class="<?php echo $input->name() ?>"><?php if ($input->type != 'checkbox') echo $input->label().'&nbsp;'.$input->help() ?><?php echo (in_array('required', $input->rules())) ? ' *' : '' ?></th>
<th class="<?php echo $input->name(); echo (in_array('required', $input->rules())) ? ' label_required' : '' ?>"><?php if ($input->type != 'checkbox') echo $input->label().'&nbsp;'.$input->help() ?><?php echo (in_array('required', $input->rules())) ? ' *' : '' ?></th>
<td class="<?php echo $input->name() ?>"<?php if ($input->name() == 'password'): ?> style="widht: 100%;"<?php endif ?>>
<?php
endif;

Také k dispozici: Unified diff