From: skodak Date: Sun, 10 Dec 2006 22:11:41 +0000 (+0000) Subject: MDL-7826 added labels to text areas in data mod template definitions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=af7dc2f8dba64b497138f955ce925179128280ff;p=moodle.git MDL-7826 added labels to text areas in data mod template definitions --- diff --git a/mod/data/templates.php b/mod/data/templates.php index 0a155c2390..046241f20f 100755 --- a/mod/data/templates.php +++ b/mod/data/templates.php @@ -170,7 +170,7 @@ echo ''; echo ' '; echo ''; - echo '
'.get_string('header','data').'
'; + echo '
'; print_textarea($usehtmleditor, 10, 72, 0, 0, 'listtemplateheader', $data->listtemplateheader); echo ''; echo ''; @@ -179,11 +179,11 @@ // Print the main template. // Add all the available fields for this data. echo ''; - echo get_string('availabletags','data'); + echo ''; helpbutton('tags', get_string('tags','data'), 'data'); echo '
'; - echo '