2011-05-02 Sancho Lerena <slerena@artica.es>
* include/help/en/help_reporting_advanced_tab.php, include/help/es/help_reporting_advanced_tab.php: Missing help files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4294 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e7296691a4
commit
5ffb96ebd5
|
@ -1,3 +1,9 @@
|
|||
2011-05-02 SAncho Lerena <slerena@artica.es>
|
||||
|
||||
* include/help/en/help_reporting_advanced_tab.php,
|
||||
include/help/es/help_reporting_advanced_tab.php: Missing help
|
||||
files.
|
||||
|
||||
2011-05-02 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/styles/pandora_width.css: Fixed a typo.
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Advanced reporting</h1>
|
||||
<p>
|
||||
You can use only a macro in the first page: (_DATETIME_) this token will be replaced by the current date and time in the moment of generating the PDF.
|
||||
<br><br>
|
||||
If you have problems loading a image file, try using a PNG format instead JPG or other formats.
|
||||
</p>
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Opciones avanzadas</h1>
|
||||
<p>
|
||||
Puede usar una macro en la portada:<br><br>
|
||||
|
||||
<b>(_DATETIME_)</b> este token será reemplazado por la fecha y hora actual en el momento de generar el PDF.
|
||||
<br><br>
|
||||
Si tiene problemas visualizando una imagen, prueba a usar el formato PNG en vez de usar otros formatos.
|
||||
</p>
|
Loading…
Reference in New Issue