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>
|
||||
|
||||
* include/help/en/help_visual_console_editor_editor_tab.php
|
||||
|
|
|
@ -176,7 +176,7 @@ if (isset($name))
|
|||
$head .= " - ".$name;
|
||||
|
||||
// Header
|
||||
$tab = get_parameter("tab", "");
|
||||
$tab = get_parameter("tab", "");
|
||||
switch ($tab){
|
||||
case "main":
|
||||
ui_print_page_header ($head, "", false, "graph_builder", true, $buttons);
|
||||
|
@ -187,9 +187,11 @@ switch ($tab){
|
|||
case "preview":
|
||||
ui_print_page_header ($head, "", false, "graph_view", true, $buttons);
|
||||
break;
|
||||
default:
|
||||
ui_print_page_header ($head, "", false, "graph_builder", true, $buttons);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if($add_graph)
|
||||
ui_print_result_message($id_graph, __('Graph stored successfully'), __('There was a problem storing Graph'));
|
||||
|
||||
|
|
|
@ -13,5 +13,4 @@
|
|||
<li type="circle">modificar el orden por medio de las flechas verdes de la izquierda de forma manual.</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>
|
||||
</ul>
|
||||
~
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue