diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 5514cd159..db0782869 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -269,7 +269,7 @@ jQuery(document).ready(function(){ - + {if count($setup_errors) > 0}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index eab82b802..805a83193 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1635,7 +1635,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .addAlbumEmpty a:hover{text-decoration: none;} .addAlbumEmpty a::first-letter {text-transform: capitalize;} #cboxLoadedContent {height: auto !important; padding: 20px 20px 20px 20px !important;} -.buttonSeparator {font-weight: bold;} +.buttonSeparator {font-weight: bold; text-transform: uppercase;} .popinButtons {text-align: right; margin-top: 24px;} .popinButtons input[type="submit"] {margin-right: 0;} #albumCreationLoading { diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 382a9eae0..82b16e262 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1019,4 +1019,5 @@ $lang['Display category date'] = 'Display category date'; $lang['Display album date period'] = 'Show the date period associated with each album, eg « from July 12th to 15th, 2018 »'; $lang['Welcome!'] = 'Welcome!'; $lang['Piwigo requires an album to add photos.'] = 'Piwigo requires an album to add photos.'; -$lang['Create a first album'] = 'Create a first album'; \ No newline at end of file +$lang['Create a first album'] = 'Create a first album'; +$lang['or'] = 'or'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 0425f14ef..9c655357b 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1013,3 +1013,4 @@ $lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est $lang['Welcome!'] = 'Bienvenue !'; $lang['Piwigo requires an album to add photos.'] = 'Piwigo a besoin d\'un album pour y ajouter des photos.'; $lang['Create a first album'] = 'Créer un premier album'; +$lang['or'] = 'ou';