- Removed cart icon from ViewCart macro.
- Updated WebGUI::Shop::PayDriver::processTransaction() to accept a transaction as a param.
This commit is contained in:
parent
febf192fff
commit
2a66f149e8
2 changed files with 5 additions and 2 deletions
|
|
@ -10,6 +10,9 @@
|
|||
- added a new permission denied page for version tag approval
|
||||
- fixed: Thingy list type form elements do not support key/value pairs (SDH
|
||||
Consulting Group)
|
||||
- Removed cart icon from ViewCart macro.
|
||||
- Updated WebGUI::Shop::PayDriver::processTransaction() to accept a
|
||||
transaction as a param.
|
||||
- fixed: Select Slider borked in Thingy (SDH Consulting Group)
|
||||
- fixed: Shortcuts includes HTML head data twice
|
||||
- fixed: DataForm entry table isn't properly indexed
|
||||
|
|
|
|||
|
|
@ -40,12 +40,12 @@ sub process {
|
|||
return $url;
|
||||
}
|
||||
elsif ($text) {
|
||||
# us text specified
|
||||
# use text specified
|
||||
}
|
||||
else {
|
||||
$text = WebGUI::International->new($session,"Shop")->get("view cart");
|
||||
}
|
||||
return '<a href="'.$url.'"><img src="'.$session->url->extras('/macro/ViewCart/cart.gif').'" alt="'.$text.'" style="border: 0px;vertical-align: middle;" /></a> <a href="'.$url.'">'.$text.'</a>';
|
||||
return '<a href="'.$url.'">'.$text.'</a>';
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue