When you transfer a public list to another user, the style of the form is not consistent with other forms.
Created attachment 184599 [details] [review] Bug 40498: Improve style of list transfer form This patch makes some style changes to the list transfer form. Since it needs the same CSS that is used on the circulation page, the CSS block is moved from circulation.tt to staff-global.scss. The patch also changes the behavior of the form so that the "New owner" line doesn't appear until after a patron has been selected. To test, apply the patch and rebuild the staff interface CSS. - If necessary, create a public list. - From the list of public lists, click the "Transfer" button. - Verify that the form looks correct. The patron search field should match the search field shown when you navigate directly to circulation.pl - Search for a patron who has permission to manage public lists. - After you select a patron, a new line should appear: "New owner: [name]" - Click "Transfer" and confirm that the process works correctly. Sponsored-by: Athens County Public Libraries
Created attachment 184667 [details] [review] Bug 40498: Improve style of list transfer form Looks great and works as described! This patch makes some style changes to the list transfer form. Since it needs the same CSS that is used on the circulation page, the CSS block is moved from circulation.tt to staff-global.scss. The patch also changes the behavior of the form so that the "New owner" line doesn't appear until after a patron has been selected. To test, apply the patch and rebuild the staff interface CSS. - If necessary, create a public list. - From the list of public lists, click the "Transfer" button. - Verify that the form looks correct. The patron search field should match the search field shown when you navigate directly to circulation.pl - Search for a patron who has permission to manage public lists. - After you select a patron, a new line should appear: "New owner: [name]" - Click "Transfer" and confirm that the process works correctly. Sponsored-by: Athens County Public Libraries Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>