Revision f17594c7
Added by Sjon Hortensius almost 10 years ago
usr/local/www/reboot.php | ||
---|---|---|
67 | 67 |
?> |
68 | 68 |
|
69 | 69 |
<div class="panel panel-default"> |
70 |
<div class="panel-heading">Are you sure you want to reboot the system?</div>
|
|
70 |
<div class="panel-heading"><h2 class="panel-title">Are you sure you want to reboot the system?</h2></div>
|
|
71 | 71 |
<div class="panel-body">Click "Yes" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)<br /><br /> |
72 | 72 |
<form action="reboot.php" method="post"> |
73 | 73 |
<input type="submit" class="btn btn-danger pull-center" name="Submit" value="Yes"> |
Also available in: Unified diff
Add missing <h2> elements to panel-heading's
refs #192