diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-23 22:13:28 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-23 22:13:28 -0700 |
| commit | 231ad4f32950f42c76c16ab453246bedea8abf2c (patch) | |
| tree | 1ed67e6461709459a7465b974a355a8c0b59a4d7 /modules/digibug/views/digibug_album.html.php | |
| parent | 79522bd4f31f8e4d70e754e42d5d33c4031519c9 (diff) | |
This implements the Digibug printing. When a a print request is made the digibug shopping cart is opened in a new
window. When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping
button
Diffstat (limited to 'modules/digibug/views/digibug_album.html.php')
| -rw-r--r-- | modules/digibug/views/digibug_album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/digibug/views/digibug_album.html.php b/modules/digibug/views/digibug_album.html.php index 0f1537e9..c3337324 100644 --- a/modules/digibug/views/digibug_album.html.php +++ b/modules/digibug/views/digibug_album.html.php @@ -1,7 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div class="gDigibugPrintButton"> <a class="gButtonLink ui-corner-all ui-state-default ui-icon-left" - href="<?= url::site("digibug/print_photo/$id?csrf={$csrf}&return=$return") ?>" + href="<?= url::site("digibug/print_photo/$id?csrf={$csrf}") ?>" title="<?= $title ?>"> <span class="ui-icon ui-icon-print"><?= $title ?></span> </a> |
