Skip to content

Commit

Permalink
[TASK] Move extension configuration to first place
Browse files Browse the repository at this point in the history
This patch improves the usability of the new Settings module by moving
the extension configuration card in the first place since this will
probably be the most used card in the Settings module.

Resolves: #85546
Releases: master
Change-Id: I21aa5bcccacd49b0ab6a67c5bf87812f295b0c49
Reviewed-on: https://review.typo3.org/57584
Reviewed-by: Stephan Großberndt <stephan.grossberndt@typo3.org>
Reviewed-by: Peter Kraume <peter.kraume@gmx.de>
Tested-by: Peter Kraume <peter.kraume@gmx.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Marco Huber <mail@marco-huber.de>
Tested-by: Marco Huber <mail@marco-huber.de>
Reviewed-by: Jörg Bösche <typo3@joergboesche.de>
Tested-by: Jörg Bösche <typo3@joergboesche.de>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
  • Loading branch information
peterkraume authored and NeoBlack committed Jul 18, 2018
1 parent ffede9f commit 7159e27
Showing 1 changed file with 12 additions and 12 deletions.
Expand Up @@ -3,6 +3,18 @@
<h1>Settings</h1>

<div class="card-container">
<div class="card card-size-fixed-small">
<div class="card-header">
<h1 class="card-title">Extension Configuration</h1>
<span class="card-subtitle">Global Configuration</span>
</div>
<div class="card-content">
<p class="card-text">Configure settings for all enabled extensions.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-default" data-require="TYPO3/CMS/Install/ExtensionConfiguration">Configure extensions</a>
</div>
</div>
<div class="card card-size-fixed-small">
<div class="card-header">
<h1 class="card-title">Change Install Tool Password</h1>
Expand Down Expand Up @@ -51,18 +63,6 @@ <h1 class="card-title">Configure Installation-Wide Options</h1>
<a href="#" class="btn btn-default" data-require="TYPO3/CMS/Install/LocalConfiguration">Configure options</a>
</div>
</div>
<div class="card card-size-fixed-small">
<div class="card-header">
<h1 class="card-title">Extension Configuration</h1>
<span class="card-subtitle">Global Configuration</span>
</div>
<div class="card-content">
<p class="card-text">Configure settings for all enabled extensions.</p>
</div>
<div class="card-footer">
<a href="#" class="btn btn-default" data-require="TYPO3/CMS/Install/ExtensionConfiguration">Configure extensions</a>
</div>
</div>
</div>

</html>

0 comments on commit 7159e27

Please sign in to comment.