Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 12.4] [TASK] Update login page screenshot (#142) #146

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions Documentation/Login/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ For example: :samp:`http://www.example.org/typo3`.
Check that JavaScript and cookies are enabled in your browser as they are
required by TYPO3's backend.

.. figure:: /Images/AutomaticScreenshots/Login/BackendLoginPage.png
:alt: The TYPO3 CMS backend login screen
.. figure:: /Images/ManualScreenshots/Login/BackendLoginPage.png
:class: with-shadow
:alt: The TYPO3 backend login screen

The TYPO3 CMS backend login screen
The TYPO3 backend login screen

.. versionadded:: 12.3

Expand Down
20 changes: 0 additions & 20 deletions Documentation/screenshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,26 +1161,6 @@
"altText": "The window for selecting images"
}
],
"Login": [
{
"action": "amOnPage",
"page": "typo3/logout"
},
{
"action": "setScreenshotsImagePath",
"path": "Images/AutomaticScreenshots/Login"
},
{
"action": "setScreenshotsRstPath",
"path": "Images/AutomaticScreenshots/Login"
},
{"action": "resizeWindow", "width": 1000,"height": 757},
{
"action": "makeScreenshotOfElement",
"selector": ".card-login",
"fileName": "BackendLoginPage"
}
],
"Forms": [
{
"include": "_default"
Expand Down
Loading