mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2011-09-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/help/es/help_reporting_list_items_tab.php godmode/reporting/graph_builder.php: Changed contextual helps. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4960 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f206da951a
commit
c69b9b9491
@ -1,3 +1,8 @@
|
|||||||
|
2011-09-16 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/help/es/help_reporting_list_items_tab.php
|
||||||
|
godmode/reporting/graph_builder.php: Changed contextual helps.
|
||||||
|
|
||||||
2011-09-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-09-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/help/en/help_visual_console_editor_editor_tab.php
|
* include/help/en/help_visual_console_editor_editor_tab.php
|
||||||
|
@ -187,9 +187,11 @@ switch ($tab){
|
|||||||
case "preview":
|
case "preview":
|
||||||
ui_print_page_header ($head, "", false, "graph_view", true, $buttons);
|
ui_print_page_header ($head, "", false, "graph_view", true, $buttons);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
ui_print_page_header ($head, "", false, "graph_builder", true, $buttons);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($add_graph)
|
if($add_graph)
|
||||||
ui_print_result_message($id_graph, __('Graph stored successfully'), __('There was a problem storing Graph'));
|
ui_print_result_message($id_graph, __('Graph stored successfully'), __('There was a problem storing Graph'));
|
||||||
|
|
||||||
|
@ -14,4 +14,3 @@
|
|||||||
<li type="circle">modificar el orden de forma automatica en las celdas de la cabera con las flechas blancas, ordenando alfabeticamente por tipo de elemento, alfabeticamente por nombre del agente o alfabeticamente por el nombre del agente.</li>
|
<li type="circle">modificar el orden de forma automatica en las celdas de la cabera con las flechas blancas, ordenando alfabeticamente por tipo de elemento, alfabeticamente por nombre del agente o alfabeticamente por el nombre del agente.</li>
|
||||||
<li type="circle">eliminar el item haciendo click en el aspa roja.</li>
|
<li type="circle">eliminar el item haciendo click en el aspa roja.</li>
|
||||||
</ul>
|
</ul>
|
||||||
~
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user