Skip to content

Commit

Permalink
DivaVocals#153: Correct overlapping prev/next buttons for zc156
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 12, 2019
1 parent d57de18 commit c04708a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1_Installation_Files (v1.5.5)/YOUR_ADMIN/image_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function popupWindow(url) {
//
$curr_page = FILENAME_IMAGE_HANDLER;
?>
<table summary="Products Previous Next Display"><?php require DIR_WS_MODULES . FILENAME_PREV_NEXT_DISPLAY; ?></table>
<table class="table" summary="Products Previous Next Display"><?php require DIR_WS_MODULES . FILENAME_PREV_NEXT_DISPLAY; ?></table>
<?php
echo zen_draw_form('set_products_filter_id', FILENAME_IMAGE_HANDLER, 'action=set_products_filter', 'post');
echo zen_draw_hidden_field('products_filter', $products_filter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
die('Illegal Access');
}

define('IH_CURRENT_VERSION', '5.1.3-beta1');
define('IH_CURRENT_VERSION', '5.1.3-beta2');

// -----
// Wait until an admin is logged in before seeing if any initialization steps need to be performed.
Expand Down
4 changes: 3 additions & 1 deletion docs/image_handler/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,11 @@ <h2>Un-Install Instructions</h2>

<div id="changes">
<ul>
<li>v5.1.3-beta1, 2017-04-11:<ul>
<li>v5.1.3-beta2, 2019-04-12:<ul>
<li>BUGFIX: Correct upgrade from IH versions that didn't include an <b>IH_VERSION</b> value.</li>
<li>BUGFIX: Correct overlapping previous/next product buttons on Zen Cart 1.5.6 and later.</li>
<li>The following files were changed (all in the <em>1_Installation_Files (v1.5.5)</em> directory):<ol>
<li>/YOUR_ADMIN/image_handler.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_image_handler.php</li>
</ol></li>
</ul></li>
Expand Down

0 comments on commit c04708a

Please sign in to comment.