mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
c037df2820
commit
d4a8ae4249
@ -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>
|
2011-11-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/setup/performance.php: Changed html element from input
|
* 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);
|
$table->data[19][1] = html_print_input_text ('integria_url', $config["integria_url"], '', 25, 255, true);
|
||||||
// If something goes wrong
|
// If something goes wrong
|
||||||
if ($bad_input){
|
if ($bad_input){
|
||||||
|
12
pandora_console/include/help/en/help_integria_url.php
Executable file
12
pandora_console/include/help/en/help_integria_url.php
Executable file
@ -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>
|
12
pandora_console/include/help/es/help_integria_url.php
Executable file
12
pandora_console/include/help/es/help_integria_url.php
Executable file
@ -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…
x
Reference in New Issue
Block a user