Small fixs to IT language
This commit is contained in:
parent
766ade06d5
commit
ab72d86aa7
|
@ -30,9 +30,9 @@ $default
|
||||||
<div id="profile-edit-name-end"></div>
|
<div id="profile-edit-name-end"></div>
|
||||||
|
|
||||||
<div id="profile-edit-pdesc-wrapper" >
|
<div id="profile-edit-pdesc-wrapper" >
|
||||||
<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Il tuo titolo: </label>
|
<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Breve descrizione: </label>
|
||||||
<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
|
<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
|
||||||
</div>
|
</div><div id="profile-edit-pdesc-desc">(es. titolo, posizione, altro)</div>
|
||||||
<div id="profile-edit-pdesc-end"></div>
|
<div id="profile-edit-pdesc-end"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ Lascia questi campi in bianco per non effettuare variazioni alla password
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h3 class="settings-heading">Impostazioni Avanzante Pagina</h3>
|
<h3 class="settings-heading">Impostazioni Avanzate Account</h3>
|
||||||
|
|
||||||
$pagetype
|
$pagetype
|
||||||
|
|
||||||
|
|
|
@ -667,6 +667,7 @@ input#dfrn-url {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profile-edit-pdesc-desc,
|
||||||
#profile-edit-keywords-desc {
|
#profile-edit-keywords-desc {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
Loading…
Reference in a new issue