Files
cms-install/Resources/Private/Templates/Maintenance/ClearTables.fluid.html
T

36 lines
1.5 KiB
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<p>
Clear semi-temporary data stored in persistent database tables that are not affected by the
<strong>"Clear All Cache"</strong> action.
</p>
<p>
This removes all records from the selected tables and may be useful in specific maintenance scenarios.
</p>
<p>
<strong>Use with caution.</strong> Clearing these tables can affect site functionality, for example by logging out users,
removing session or basket data, and deleting log information.
</p>
<div class="t3js-module-content" data-clear-tables-clear-token="{clearTablesClearToken}">
<div class="module-action-list t3js-clearTables-stat-container"></div>
</div>
<template id="t3js-clearTables-stat-template">
<div class="module-action-item">
<div class="module-action-item-body">
<div class="module-action-item-title t3js-clearTables-stat-description">{clearTableStatistic.description}</div>
<div class="module-action-item-description">
<strong class="t3js-clearTables-stat-rows"></strong> row(s) found in table <code class="t3js-clearTables-stat-name"></code>
</div>
</div>
<div class="module-action-item-action">
<button type="button" class="btn btn-default btn-sm t3js-clearTables-clear">
<core:icon identifier="actions-delete" size="small" /> Delete rows
</button>
</div>
</div>
</template>
</html>