Back to PhocaDownloadFileUpload class

Method renderFTPaccess

public static
renderFTPaccess
()

Method renderFTPaccess - Source code

public static function renderFTPaccess()
{
    $ftpOutput = '<fieldset title="' . Text::_('COM_PHOCADOWNLOAD_FTP_LOGIN_LABEL') . '">' . '<legend>' . Text::_('COM_PHOCADOWNLOAD_FTP_LOGIN_LABEL') . '</legend>' . Text::_('COM_PHOCADOWNLOAD_FTP_LOGIN_DESC') . '<table class="adminform nospace">' . '<tr>' . '<td width="120"><label for="username">' . Text::_('JGLOBAL_USERNAME') . ':</label></td>' . '<td><input type="text" id="username" name="username" class="input_box" size="70" value="" /></td>' . '</tr>' . '<tr>' . '<td width="120"><label for="password">' . Text::_('JGLOBAL_PASSWORD') . ':</label></td>' . '<td><input type="password" id="password" name="password" class="input_box" size="70" value="" /></td>' . '</tr></table></fieldset>';
    return $ftpOutput;
}