2011-11-24 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_integria_url.php include/help/es/help_integria_url.php godmode/setup/setup.php: Added help for integria api url in setup git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5166 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
94a6fc4e04
commit
070c233742
|
@ -1,3 +1,10 @@
|
|||
2011-11-24 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/help/en/help_integria_url.php
|
||||
include/help/es/help_integria_url.php
|
||||
godmode/setup/setup.php: Added help for integria api
|
||||
url in setup
|
||||
|
||||
2011-11-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/setup/performance.php: Changed html element from input
|
||||
|
|
|
@ -150,7 +150,7 @@ if($config["integria_enabled"]) {
|
|||
}
|
||||
}
|
||||
}
|
||||
$table->data[19][0] = __('Integria URL');
|
||||
$table->data[19][0] = __('Integria URL') . ui_print_help_icon ("integria_url", true);
|
||||
$table->data[19][1] = html_print_input_text ('integria_url', $config["integria_url"], '', 25, 255, true);
|
||||
// If something goes wrong
|
||||
if ($bad_input){
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Integria URL</h1>
|
||||
|
||||
<p>
|
||||
The URL of Integria must be the main path of the installation.
|
||||
<br><br>
|
||||
Example: http://192.169.75.4/integria
|
||||
</p>
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/es
|
||||
*/
|
||||
?>
|
||||
<h1>Integria URL</h1>
|
||||
|
||||
<p>
|
||||
La URL de Integria debe ser la ruta principal de la instalación.
|
||||
<br><br>
|
||||
Ejemplo: http://192.169.75.4/integria
|
||||
</p>
|
Loading…
Reference in New Issue