Skip to content

Commit

Permalink
Fixed missing image
Browse files Browse the repository at this point in the history
Close #2351
  • Loading branch information
jamesallsup committed Nov 26, 2014
1 parent c04c68a commit 8a42540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -16,6 +16,7 @@
* Fixed missing review_guest check in product.tpl
* Added formatting to number format in pp express to ensure no comma is added for items over 1000 #2216
* Fixed issue that allows for unapproved logins with Log in With PayPal
* Changed missing image link in catalog recurring list template. Changed to button.

#### Changes
* Changed DB connection error response during install when using mysqli to use native message from mysqli
Expand Down
Expand Up @@ -34,7 +34,7 @@
<td class="text-left"><?php echo $recurring['date_added']; ?></td>
<td class="text-left"><?php echo $status_types[$recurring['status']]; ?></td>
<td class="text-left"><?php echo $recurring['name']; ?></td>
<td class="text-right"><a href="<?php echo $recurring['href']; ?>"><img src="catalog/view/theme/default/image/info.png" alt="<?php echo $button_view; ?>" title="<?php echo $button_view; ?>" /></a></td>
<td class="text-right"><a href="<?php echo $recurring['href']; ?>" class="btn btn-info"><?php echo $button_view; ?></a></td>
</tr>
<?php } ?>
</tbody>
Expand Down

0 comments on commit 8a42540

Please sign in to comment.