Subversion Repositories wpShopGermany4

Rev

Rev 6503 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6503 Rev 7533
Line 45... Line 45...
45
			</div>
45
			</div>
46
        </div>
46
        </div>
47
 
47
 
48
    </nav>
48
    </nav>
49
 
49
 
-
 
50
	<div class="wpsg_msg_wrap"><hr class="wp-header-end wpsg-wp-header-end"/></div>
-
 
51
 
50
    <?php if ($this->view['pages'] > $this->get_option('wpsg_mod_kundenverwaltung_group_perpage')) { ?>
52
    <?php if ($this->view['pages'] > $this->get_option('wpsg_mod_kundenverwaltung_group_perpage')) { ?>
51
        <nav class="pagination_wrap">
53
        <nav class="pagination_wrap">
52
            <ul class="pagination">
54
            <ul class="pagination">
53
                <?php if ($this->view['arFilter']['page'] > 1) { ?>
55
                <?php if ($this->view['arFilter']['page'] > 1) { ?>
54
                    <li><a onclick="return goPage(<?php echo $this->view['arFilter']['page'] - 1; ?>);" href="#" aria-label="<?php echo __('Vorherige Seite'); ?>"><span aria-hidden="true">&laquo;</span></a></li>
56
                    <li><a onclick="return goPage(<?php echo $this->view['arFilter']['page'] - 1; ?>);" href="#" aria-label="<?php echo __('Vorherige Seite'); ?>"><span aria-hidden="true">&laquo;</span></a></li>