Default
Dieser Commit ist enthalten in:
Ursprung
016c27d322
Commit
ddbd6ea5ab
3 geänderte Dateien mit 122 neuen und 5 gelöschten Zeilen
|
|
@ -31,6 +31,14 @@ $deleteFtpConnectionUrl = $this->url(
|
|||
null,
|
||||
true
|
||||
);
|
||||
$testFtpConnectionUrl = $this->url(
|
||||
array(
|
||||
'controller' => 'config',
|
||||
'action' => 'test.Ftp.Connection',
|
||||
),
|
||||
null,
|
||||
true
|
||||
);
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
/*<![CDATA[*/
|
||||
|
|
@ -165,6 +173,13 @@ $deleteFtpConnectionUrl = $this->url(
|
|||
$('#config_form').submit();
|
||||
}
|
||||
|
||||
function testFtpConnection(recipientId)
|
||||
{
|
||||
setParam(recipientId);
|
||||
$('#config_form').attr('action','<?php echo $testFtpConnectionUrl; ?>');
|
||||
$('#config_form').submit();
|
||||
}
|
||||
|
||||
function setParam(value)
|
||||
{
|
||||
$('#param').val(value);
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren