mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
related to #1265 Little style adjutments + translation lines corrected
This commit is contained in:
@@ -140,7 +140,7 @@ update_selection_content();
|
||||
</div>
|
||||
</div>
|
||||
<div id="advanced_filter_button">
|
||||
<span>{'Advanced filter'|@translate}</span>
|
||||
<span>{'Advanced filters'|@translate}</span>
|
||||
</div>
|
||||
<div id='search-user'>
|
||||
<div class='search-info'> </div>
|
||||
@@ -609,7 +609,7 @@ update_selection_content();
|
||||
<div>
|
||||
<span class="update-user-button">{'Update'|@translate}</span>
|
||||
<span class="close-update-button">{'Close'|@translate}</span>
|
||||
<span class="update-user-success icon-green">{'User updated'|@translate}</span>
|
||||
<span class="update-user-success icon-green icon-ok">{'User updated'|@translate}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="delete-user-button icon-trash">{'Delete user'|@translate}</span>
|
||||
@@ -952,7 +952,7 @@ update_selection_content();
|
||||
#AddUserSuccess {
|
||||
display:none;
|
||||
position: absolute;
|
||||
top:80px;
|
||||
top:-135px;
|
||||
right:30px;
|
||||
font-weight:bold;
|
||||
}
|
||||
@@ -1610,9 +1610,10 @@ update_selection_content();
|
||||
|
||||
.update-user-success {
|
||||
padding:10px;
|
||||
display:none;s
|
||||
background-color: #c2f5c2;
|
||||
display:none;
|
||||
background-color:#c2f5c2;
|
||||
color: #0a0;
|
||||
border-left: 2px solid #00FF00;
|
||||
}
|
||||
|
||||
.update-user-fail {
|
||||
|
||||
@@ -1081,9 +1081,9 @@ $lang['between %s and %s'] = 'between %s and %s';
|
||||
$lang['Edit guest user'] = 'Edit guest user';
|
||||
$lang['New user added'] = 'New user added';
|
||||
$lang['Edit'] = 'Edit';
|
||||
$lang['Advanced filter'] = 'Advanced filter';
|
||||
$lang['Advanced filters'] = 'Advanced filters';
|
||||
$lang['Registered'] = 'Registered';
|
||||
$lang['Email Adress'] = 'Email Adress';
|
||||
$lang['Email Adress'] = 'Email Address';
|
||||
$lang['Select groups or type them'] = 'Select groups or type them';
|
||||
$lang['Update'] = 'Update';
|
||||
$lang['Close'] = 'Close';
|
||||
|
||||
@@ -1083,7 +1083,7 @@ $lang['between %s and %s'] = 'entre %s et %s';
|
||||
$lang['Edit guest user'] = 'Editer l\'utilisateur invité';
|
||||
$lang['New user added'] = 'Nouvel utilisateur ajouté';
|
||||
$lang['Edit'] = 'Editer';
|
||||
$lang['Advanced filter'] = 'Filtres avancés';
|
||||
$lang['Advanced filters'] = 'Filtres avancés';
|
||||
$lang['Registered'] = 'Enregistré';
|
||||
$lang['Email Adress'] = 'Adresse mail';
|
||||
$lang['Select groups or type them'] = 'Sélectionne des groupes ou écris les';
|
||||
|
||||
Reference in New Issue
Block a user