]> git.mjollnir.org Git - moodle.git/commitdiff
Added a help button about directory paths...
authorstronk7 <stronk7>
Wed, 8 Sep 2004 16:49:47 +0000 (16:49 +0000)
committerstronk7 <stronk7>
Wed, 8 Sep 2004 16:49:47 +0000 (16:49 +0000)
Merged from MOODLE_14_STABLE

backup/config.html

index 9d1c284ba1c39311217b439d161d1f04730cc4aa..e241eedc42b70b33745d20ef16cc72f4693464ba 100644 (file)
 </tr>
 <tr valign=top>
     <td colspan = 3 align=center>
-        <?php print_string("saveto") ?>: <input name="backup_sche_destination" type="text" size="40" value="<?php p($backup_config->backup_sche_destination) ?>"><br><?php if (!empty($sche_destination_error)) { formerr($sche_destination_error); echo "<br>"; } ?><?php print_string("backupsavetohelp") ?>
+        <?php print_string("saveto") ?>: <input name="backup_sche_destination" type="text" size="40" value="<?php p($backup_config->backup_sche_destination) ?>"><?php helpbutton("directorypath", strip_tags(get_string("directorypath"))) ?><br><?php if (!empty($sche_destination_error)) { formerr($sche_destination_error); echo "<br>"; } ?><?php print_string("backupsavetohelp") ?>
     </td>
 </tr>
 <tr>