Update showCategory.php
This commit is contained in:
@@ -58,7 +58,7 @@ include_once "php/controller/showCategory-controller.php";
|
||||
|
||||
<!-- Zurück-Button (Nutzt JS-Klasse 's-res-page-btn') -->
|
||||
<button type="button" class="s-res-page-btn" data-page="<?php echo $currentPage - 1; ?>" <?php echo ($currentPage <= 1) ? 'disabled' : ''; ?>>
|
||||
« Zurück
|
||||
«
|
||||
</button>
|
||||
|
||||
<!-- Seitenzahlen generieren -->
|
||||
@@ -74,7 +74,7 @@ include_once "php/controller/showCategory-controller.php";
|
||||
|
||||
<!-- Vor-Button -->
|
||||
<button type="button" class="s-res-page-btn" data-page="<?php echo $currentPage + 1; ?>" <?php echo ($currentPage >= $totalPages) ? 'disabled' : ''; ?>>
|
||||
Weiter »
|
||||
»
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user