mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Use btn-primary for error pages
This commit is contained in:
parent
9cf61120d2
commit
5d9c099a1e
@ -34,7 +34,7 @@
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<a href="../" class="btn btn-default">Try Again</a>
|
<a href="../" class="btn btn-primary">Try Again</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<a href="../" class="btn btn-default">Try Again</a>
|
<a href="../" class="btn btn-primary">Try Again</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
LiteBans will automatically upgrade the tables in the database after you have updated. After this, the web interface will work as normal.
|
LiteBans will automatically upgrade the tables in the database after you have updated. After this, the web interface will work as normal.
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<a href="../" class="btn btn-default">Try Again</a>
|
<a href="../" class="btn btn-primary">Try Again</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<a href="../" class="btn btn-default">Try Again</a>
|
<a href="../" class="btn btn-primary">Try Again</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user