2013-02-25 Ramon Novoa <rnovoa@artica.es>

* godmode/groups/configure_group.php: Fixed the name of the group
	  contact macro in the help tip.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7719 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2013-02-25 16:53:44 +00:00
parent 1624c390f4
commit 7d6a9f4ca8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-02-25 Ramon Novoa <rnovoa@artica.es>
* godmode/groups/configure_group.php: Fixed the name of the group
contact macro in the help tip.
2013-02-25 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php

View File

@ -139,7 +139,7 @@ $table->data[5][1] = html_print_input_text ('custom_id', $custom_id, '', 16, 255
$table->data[6][0] = __('Description');
$table->data[6][1] = html_print_input_text ('description', $description, '', 60, 255, true);
$table->data[7][0] = __('Contact') . ui_print_help_tip (__("Contact information accessible through the _group_contact_ macro"), true);
$table->data[7][0] = __('Contact') . ui_print_help_tip (__("Contact information accessible through the _groupcontact_ macro"), true);
$table->data[7][1] = html_print_textarea ('contact', 4, 40, $contact, "style='min-height: 0px;'", true);
$table->data[8][0] = __('Other') . ui_print_help_tip (__("Information accessible through the _group_other_ macro"), true);