I am trying to update a Levels site that DOES have the undo function. I think I have most of it figured out but the Remove function uses a form instead of a link.
(This is just the snippet I am stuck on, it's not all of the changes I made):
Do I just change the input to
It would have been nice to have a template change for a few of the other active Ready Themes beside Shadows.
(This is just the snippet I am stuck on, it's not all of the changes I made):
Code:
<form method="post" action="&mvte:urls:BASK:rr;" class="nm" class="">
<input type="hidden" name="Action" value="RGRP" />
<input type="hidden" name="Restore_Name" value="&mvt:group:name;">
<input type="hidden" name="Restore_Link" value="&mvte:group:restore:link;">
<input type="hidden" name="Basket_Group" value="&mvte:group:group_id;" />
<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
<button type="submit" class="button button-mini button-block bg-transparent remove-item"><strong
class="hide medium-inline">×</strong> Remove</button>
</form>
Code:
<input type="hidden" name="Restore_Params" value="&mvte:group:restore:params;">
It would have been nice to have a template change for a few of the other active Ready Themes beside Shadows.
Comment