From: Andreas Neustifter Date: Fri, 20 Jul 2018 19:23:51 +0000 (+0200) Subject: [frio] Restyle album edit header. (#5426) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b26da6096b0d384d3bcae2e94fbbea168813b128;p=friendica.git [frio] Restyle album edit header. (#5426) --- diff --git a/mod/photos.php b/mod/photos.php index 74457d6ac1..8798cbb7a8 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -221,7 +221,7 @@ function photos_post(App $a) // Update the photo albums cache Photo::clearAlbumCache($page_owner_uid); - $newurl = str_replace(bin2hex($album), bin2hex($newalbum), $_SESSION['photo_return']); + $newurl = System::baseUrl() . '/photos/' . $a->user['nickname'] . '/album/' . bin2hex($newalbum); goaway($newurl); return; // NOTREACHED } diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index dd464be094..59d8826695 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2470,6 +2470,13 @@ ul li:hover .contact-wrapper .contact-action-link:hover { } /* photos */ +#photo-album-edit-name-label { + width: 100%; +} +.photo-album-edit-name { + width: 60%; +} + .photo-album-actions { margin-bottom: 10px; } diff --git a/view/theme/frio/templates/album_edit.tpl b/view/theme/frio/templates/album_edit.tpl new file mode 100644 index 0000000000..583eb6d1b7 --- /dev/null +++ b/view/theme/frio/templates/album_edit.tpl @@ -0,0 +1,14 @@ +
+
+ +
+ +
+ +
+ + +
+
+
+