Skip to content

Commit c7c9d34

Browse files
author
Kristan Kenney
committed
Move page title to correct place on CSR generation page
1 parent 28a3c54 commit c7c9d34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/templates/admin/generate_ssl.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="l-center">
22
<div class="l-sort clearfix">
33
<div class="l-sort-toolbar clearfix float-left">
4-
<span class="title"><b><?=__('Generating CSR')?></b></span>
54
<?php
65
if (!empty($_SESSION['error_msg'])) {
76
echo "<span class=\"vst-error\"> → ".htmlentities($_SESSION['error_msg'])."</span>";
@@ -42,7 +41,7 @@
4241
<td class="data-dotted">
4342
<table>
4443
<tr>
45-
<td></td>
44+
<td><span class="step-top page-title"><?=__('Generating CSR')?></span></td>
4645
</tr>
4746
</table>
4847
<table class="data-col2">

0 commit comments

Comments
 (0)