// Merge -> revision 9352
This commit is contained in:
@@ -959,7 +959,7 @@ class TSBuyerProtection extends AbsTrustedShops
|
||||
private function _displayFormRegistrationLink($link = false)
|
||||
{
|
||||
$out = '
|
||||
<form action="'.$this->_makeFormAction(Tools::safeOutput($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<form action="'.$this->_makeFormAction(strip_tags($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/cog.gif" alt="" />'.$this->l('Get the Registration Link').'</legend>
|
||||
<p>'.$this->l('This variable was sent to you via e-mail by TrustedShops').'</p>
|
||||
@@ -999,7 +999,7 @@ class TSBuyerProtection extends AbsTrustedShops
|
||||
private function _displayFormAddCertificate()
|
||||
{
|
||||
$out = '
|
||||
<form action="'.$this->_makeFormAction(Tools::safeOutput($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<form action="'.$this->_makeFormAction(strip_tags($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/cog.gif" alt="" />'.$this->l('Add Trusted Shops certificate').'</legend>
|
||||
<label>'.$this->l('New certificate').'</label>
|
||||
@@ -1024,7 +1024,7 @@ class TSBuyerProtection extends AbsTrustedShops
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<form action="'.$this->_makeFormAction(Tools::safeOutput($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<form action="'.$this->_makeFormAction(strip_tags($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/cog.gif" alt="" />'.$this->l('Manage Trusted Shops certificates').'</legend>
|
||||
<table width="100%">
|
||||
@@ -1129,7 +1129,7 @@ class TSBuyerProtection extends AbsTrustedShops
|
||||
});
|
||||
|
||||
</script>
|
||||
<form action="'.$this->_makeFormAction(Tools::safeOutput($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<form action="'.$this->_makeFormAction(strip_tags($_SERVER['REQUEST_URI']), $this->id_tab).'" method="post" >
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/tab-tools.gif" alt="" />'.$this->l('Edit certificate').'</legend>
|
||||
<input type="hidden" name="iso_lang" value="'.$certificate['language'].'" />
|
||||
|
||||
Reference in New Issue
Block a user