[frio] Restyle photo upload (#5427)
* Better wording in photo upload. * [frio] Restyle photo uploader to conform to frio style.
This commit is contained in:
parent
7382be2766
commit
24fc070c5c
3 changed files with 99 additions and 3 deletions
|
@ -1041,7 +1041,7 @@ function photos_content(App $a)
|
|||
|
||||
$albumselect = '';
|
||||
|
||||
$albumselect .= '<option value="" ' . (!$selname ? ' selected="selected" ' : '') . '> </option>';
|
||||
$albumselect .= '<option value="" ' . (!$selname ? ' selected="selected" ' : '') . '><current year></option>';
|
||||
if (count($a->data['albums'])) {
|
||||
foreach ($a->data['albums'] as $album) {
|
||||
if (($album['album'] === '') || ($album['album'] === 'Contact Photos') || ($album['album'] === L10n::t('Contact Photos'))) {
|
||||
|
@ -1077,7 +1077,7 @@ function photos_content(App $a)
|
|||
'$usage' => $usage_message,
|
||||
'$nickname' => $a->data['user']['nickname'],
|
||||
'$newalbum' => L10n::t('New album name: '),
|
||||
'$existalbumtext' => L10n::t('or existing album name: '),
|
||||
'$existalbumtext' => L10n::t('or select existing album:'),
|
||||
'$nosharetext' => L10n::t('Do not show a status post for this upload'),
|
||||
'$albumselect' => $albumselect,
|
||||
'$permissions' => L10n::t('Permissions'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue