Subversion Repositories SmartDukaan

Rev

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

Rev 13984 Rev 14150
Line 46... Line 46...
46
  <?php else:?>
46
  <?php else:?>
47
    <p class="text-center"><a class="btn btn-primary" href="/categories/getdeals/<?php echo $id;?>/?page=<?php echo ($page+1);?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?>">Load More</a></p>
47
    <p class="text-center"><a class="btn btn-primary" href="/categories/getdeals/<?php echo $id;?>/?page=<?php echo ($page+1);?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?>">Load More</a></p>
48
  <?php endif;?>
48
  <?php endif;?>
49
<?php else:?>
49
<?php else:?>
50
  <h4>The content you requested couldn't be found</h4>
50
  <h4>The content you requested couldn't be found</h4>
-
 
51
  <div class="text-center">
-
 
52
    <button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
-
 
53
  </div>
51
<?php endif;?>
54
<?php endif;?>
52
55