Skip to content
Snippets Groups Projects
Commit 89df2d8f authored by Jasmina Ließmann's avatar Jasmina Ließmann Committed by Benni Mack
Browse files

[TASK] Rework command line usage section in "Manage Reference Index"

In submodule "Manage Reference Index" the instructions for command
line usage have been moved into an infobox.

Resolves: #100545
Releases: main
Change-Id: I9394947737e097462d62f39fc6eaa1bf7064fe85
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78553


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 54dac6c2
No related merge requests found
......@@ -154,13 +154,13 @@
<source>You can also run the check as a shell script using CLI if the processing takes longer than the PHP max_execution_time allows.</source>
</trans-unit>
<trans-unit id="checkScript_check_description" resname="checkScript_check_description">
<source>To check the reference index use</source>
<source>To check the reference index use:</source>
</trans-unit>
<trans-unit id="checkScript_update_description" resname="checkScript_update_description">
<source>To update the reference index use</source>
<source>To update the reference index use:</source>
</trans-unit>
<trans-unit id="checkScript_moreDetails" resname="checkScript_moreDetails">
<source>For more details see</source>
<source>For more details see:</source>
</trans-unit>
<trans-unit id="updateRefIndex" resname="updateRefIndex">
<source>Update reference index</source>
......
......@@ -33,7 +33,7 @@
</f:if>
<form action="" method="post" id="DatabaseIntegrityView" name="queryform">
<div class="t3js-reference-index-actions">
<div class="t3js-reference-index-actions mb-4">
<button type="submit" class="btn btn-default" name="checkOnly" value="1">
{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:referenceIndex_buttonCheck')}
</button>
......@@ -43,23 +43,24 @@
</div>
</form>
<h2>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_headline')}</h2>
<p>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript')}</p>
<h3>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_check_description')}</h3>
<p>
<code>php {binaryPath} referenceindex:update -c</code>
</p>
<h3>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_update_description')}</h3>
<p>
<code>php {binaryPath} referenceindex:update</code>
</p>
<h2>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_moreDetails')}</h2>
<p>
<a href="{ReadmeLink}" target="_new">{ReadmeLocation}</a>
</p>
<f:be.infobox
title="{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_headline')}"
state="-1"
>
<p>{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript')}</p>
<p>
{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_check_description')}<br>
<code>php {binaryPath} referenceindex:update -c</code>
</p>
<p>
{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_update_description')}<br>
<code>php {binaryPath} referenceindex:update</code>
</p>
<p>
{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:checkScript_moreDetails')}
<a href="{ReadmeLink}" target="_blank">{ReadmeLocation}</a>
</p>
</f:be.infobox>
</f:section>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment