6.5.6 bugfix merge and some new stylings for the slide panel
This commit is contained in:
parent
a38817feec
commit
50b756a5ae
13 changed files with 103 additions and 39 deletions
|
|
@ -5,6 +5,7 @@ use WebGUI::Session;
|
|||
use WebGUI::HTMLForm;
|
||||
use WebGUI::Commerce::Payment;
|
||||
use WebGUI::Commerce::Item;
|
||||
use WebGUI::URL;
|
||||
use Tie::IxHash;
|
||||
use WebGUI::International;
|
||||
use LWP::UserAgent;
|
||||
|
|
@ -208,7 +209,7 @@ sub configurationForm {
|
|||
-value => '<br>'
|
||||
);
|
||||
$f->readOnly(
|
||||
-value => $i18n->get('extra info').'<br><b>'.$session{setting}{companyURL}.'?op=confirmRecurringTransaction&gateway='.$self->namespace
|
||||
-value => $i18n->get('extra info').'<br><b>https://'.$session{config}{defaultSitename}.WebGUI::URL::getScriptURL().'?op=confirmRecurringTransaction&gateway='.$self->namespace
|
||||
);
|
||||
|
||||
return $self->SUPER::configurationForm($f->printRowsOnly);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue