We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bf6dc commit 0978f39Copy full SHA for 0978f39
installation/tmpl/remove/default.php
@@ -192,7 +192,7 @@ class="form-check-input"
192
<?php endif; ?>
193
<?php if ($this->development) : ?>
194
<div id="removeInstallationTab" class="flex-column">
195
- <p><?php echo Text::_('INSTL_SITE_DEVMODE_LABEL'); ?></p>
+ <p class="alert alert-info text-center"><?php echo Text::_('INSTL_SITE_DEVMODE_LABEL'); ?></p>
196
<button id="removeInstallationFolder" class="btn btn-danger w-100"><?php echo Text::sprintf('INSTL_COMPLETE_REMOVE_FOLDER', 'installation'); ?></button>
197
</div>
198
0 commit comments