Skip to content

Commit 0978f39

Browse files
authored
[5.3] Installation Development Mode info (#45465)
Signed-off-by: BrianTeeman <[email protected]>
1 parent f6bf6dc commit 0978f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/tmpl/remove/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class="form-check-input"
192192
<?php endif; ?>
193193
<?php if ($this->development) : ?>
194194
<div id="removeInstallationTab" class="flex-column">
195-
<p><?php echo Text::_('INSTL_SITE_DEVMODE_LABEL'); ?></p>
195+
<p class="alert alert-info text-center"><?php echo Text::_('INSTL_SITE_DEVMODE_LABEL'); ?></p>
196196
<button id="removeInstallationFolder" class="btn btn-danger w-100"><?php echo Text::sprintf('INSTL_COMPLETE_REMOVE_FOLDER', 'installation'); ?></button>
197197
</div>
198198
<?php endif; ?>

0 commit comments

Comments
 (0)