Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/templates/customer/wishlist/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="[@config:home_url@]">Home</a></li>
<li class="breadcrumb-item"><a href="[%URL page:'account'%][%/ URL%]">My Account</a></li>
<li class="breadcrumb-item"><a href="[@URL@]">Wish Lists</a></li>
<li class="breadcrumb-item"><a href="[@URL@]">Wishlists</a></li>
</ol>
</nav>

[%DATA id:'error' if:'eq' value:'LIST_NOT_FOUND'%]<div class="alert alert-danger" role="alert"><a class="close" data-dismiss="alert">×</a>Cannot find wish list.</div>[%/ DATA%]
[%DATA id:'msg' if:'eq' value:'LIST_DELETED'%]<div class="alert alert-success" role="alert"><a class="close" data-dismiss="alert">×</a>Wish list '[%NOHTML%][@wishlist_name@][%/ NOHTML%]' has been deleted.</div>[%/ DATA%]
[%DATA id:'error' if:'eq' value:'LIST_NOT_FOUND'%]<div class="alert alert-danger" role="alert"><a class="close" data-dismiss="alert">×</a>Cannot find wishlist.</div>[%/ DATA%]
[%DATA id:'msg' if:'eq' value:'LIST_DELETED'%]<div class="alert alert-success" role="alert"><a class="close" data-dismiss="alert">×</a>Wishlist '[%NOHTML%][@wishlist_name@][%/ NOHTML%]' has been deleted.</div>[%/ DATA%]

<div class="page-header"><h1>My Wish Lists</h1></div>
<div class="page-header"><h1>My Wishlists</h1></div>
[%thumb_list limit:'10' type:'list_wishlists'%]
[%param pgnum%][%FORM id:'pgquote'%][%/ FORM%][%/ param%]
[%param header%]
Expand Down Expand Up @@ -51,7 +51,7 @@
[%param *footer%]
</table>
[%/ param%]
[%param ifempty%]You have no wish lists setup. Please add a new list below.[%/ param%]
[%param ifempty%]You have no wishlists setup. Please add a new list below.[%/ param%]
[%/ thumb_list%]

<h4><i class="fa fa-plus"></i> Add New List</h4>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/customer/wishlist/view.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li class="breadcrumb-item"><a href="[%URL page:'account' type:'wishlist' fn:'view' id:'[@wishlist_id@]'%][%/ URL%]">[%NOHTML%][@wishlist_name@][%/ NOHTML%]</a></li>
</ol>
</nav>
<h1>Edit My Wish List</h1>
<h1>Edit My Wishlist</h1>
<hr />
[%DATA id:'msg' if:'eq' value:'LIST_UPDATED'%]<div class="alert alert-success" role="alert"> <a class="close" data-dismiss="alert">×</a> Wishlist has been updated. </div>[%/ DATA%]
<form NAME="wishlist_update" method="POST" action="[%URL page:'account' type:'wishlist' fn:'view'%][%/ URL%]">
Expand Down