[svn r20101] Updated field label (partial fix for FS#4055) by fcedillo

skala
Yannick Warnier 16 years ago
parent 5ffaba556a
commit ab1d6c9854
  1. 4
      main/calendar/agenda.inc.php
  2. 7
      main/work/work.lib.php

@ -1,4 +1,4 @@
<?php //$Id: agenda.inc.php 20093 2009-04-24 22:08:45Z cfasanando $
<?php //$Id: agenda.inc.php 20101 2009-04-25 01:05:54Z yannoo $
/*
==============================================================================
@ -2842,7 +2842,7 @@ function show_add_form($id = '')
// the main area of the agenda item: the wysiwyg editor
echo ' <div class="row">
<div class="label">
<span class="form_required">*</span> Term name
<span class="form_required">*</span>'.get_lang('Description').'
</div>
<div class="formw">';
require_once(api_get_path(LIBRARY_PATH) . "/fckeditor/fckeditor.php");

@ -1,4 +1,4 @@
<?php //$Id: work.lib.php 20023 2009-04-23 15:52:15Z juliomontoya $
<?php //$Id: work.lib.php 20101 2009-04-25 01:05:54Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
* @package dokeos.work
@ -6,7 +6,7 @@
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default.
* @author Roan Embrechts, code refactoring and virtual course support
* @author Frederic Vauthier, directories management
* @version $Id: work.lib.php 20023 2009-04-23 15:52:15Z juliomontoya $
* @version $Id: work.lib.php 20101 2009-04-25 01:05:54Z yannoo $
*/
/**
* Displays action links (for admins, authorized groups members and authorized students)
@ -107,9 +107,6 @@ function display_tool_options($uploadvisibledisabled, $origin,$base_work_dir,$cu
echo '<div class="row"><div class="form_header">'.get_lang('EditToolOptions').'</div></div>';
display_default_visibility_form($uploadvisibledisabled);
echo '<div class="row">
<div class="label">
<span class="form_required">*</span> Term name
</div>
<div class="formw">
<button type="submit" class="save" name="changeProperties" value="'.get_lang('Ok').'">'.get_lang('Ok').'</button>
</div>

Loading…
Cancel
Save