Esempio n. 1
0
			title="<?php 
echo JText::_('CONFIG_LABEL_BROWSE');
?>
"
			href="<?php 
echo JURI::base();
?>
index.php?option=com_joomlapack&amp;view=browser&amp;format=raw"
			rel="{handler: 'iframe', size: {x: 620, y: 400}}"><?php 
echo JText::_('CONFIG_LABEL_BROWSE');
?>
</a>
		</span></td>
	</tr>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_ARCHIVENAME', 'TarNameTemplate', $this->TarNameTemplate);
?>
	<?php 
JoomlapackHelperConfig::renderSelectionBoxRow('CONFIGEZ_LABEL_SETTINGSMODE', 'settingsmode', $this->settingsmode, $this->settingsmodelist);
?>
	<?php 
JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_LOGLEVEL', 'logLevel', $this->logLevel, $this->actionlogginglist);
?>
</table>

</form>
	<?php 
echo JoomlapackHelperUtils::getFooter();
?>
</div>
Esempio n. 2
0
		<th width="60%"><?php 
    echo JText::_('CONFIG_CURSETTINGS');
    ?>
</th>
	</tr>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MYSQLDUMP_PATH', 'mysqldumpPath', $this->mysqldumpPath);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MYSQLDUMP_DATACHUNK', 'mnMSDDataChunk', $this->mnMSDDataChunk);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MYSQLDUMP_MAXQUERYLINES', 'mnMSDMaxQueryLines', $this->mnMSDMaxQueryLines);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MYSQLDUMP_LINESPERSESSION', 'mnMSDLinesPerSession', $this->mnMSDLinesPerSession);
    ?>
</table>
<?php 
    echo $tabs->endPanel();
}
?>

<?php 
echo $tabs->endPane();
?>

</form>

<?php 
echo JoomlapackHelperUtils::getFooter();
Esempio n. 3
0
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_PORT', 'df_port', $this->df_port);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_USER', 'df_user', $this->df_user);
    ?>
	<?php 
    JoomlapackHelperConfig::renderPasswordBoxRow('CONFIG_LABEL_DIRECTFTP_PASS', 'df_pass', $this->df_pass);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_INITDIR', 'df_initdir', $this->df_initdir);
    ?>
	<?php 
    JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_DIRECTFTP_PASSIVE', 'df_passive', $this->df_passive);
    ?>
	<?php 
    JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_DIRECTFTP_USESSL', 'df_usessl', $this->df_usessl);
    ?>
	<tr>
		<td>&nbsp;</td>
		<td><input type="button" value="<?php 
    echo JText::_('CONFIG_LABEL_DIRECTFTP_TEST');
    ?>
" onclick="testFTPConnection();" /></td>		
	</tr>
</table>
	<?php 
    echo $tabs->endPanel();
    ?>
 <?php 
}
?>