minor improve view thematic plan BT#937

skala
Carlos Vargas 16 years ago
parent c8a4c61a5a
commit dc9f4d3148
  1. 4
      main/course_progress/thematic.php
  2. 4
      main/course_progress/thematic_plan.php
  3. 4
      main/css/academica/default.css
  4. 4
      main/css/baby_orange/default.css
  5. 3
      main/css/blue_lagoon/default.css
  6. 5
      main/css/chamilo/default.css
  7. 5
      main/css/chamilo_green/default.css
  8. 5
      main/css/chamilo_red/default.css
  9. 4
      main/css/cool_blue/default.css
  10. 4
      main/css/corporate/default.css
  11. 4
      main/css/cosmic_campus/default.css
  12. 4
      main/css/delicious_bordeaux/default.css
  13. 4
      main/css/dokeos_blue/default.css
  14. 3
      main/css/dokeos_classic/default.css
  15. 4
      main/css/dokeos_classic_2D/default.css
  16. 4
      main/css/empire_green/default.css
  17. 4
      main/css/fruity_orange/default.css
  18. 4
      main/css/medical/default.css
  19. 4
      main/css/public_admin/default.css
  20. 4
      main/css/royal_purple/default.css
  21. 4
      main/css/silver_line/default.css
  22. 4
      main/css/sober_brown/default.css
  23. 4
      main/css/steel_grey/default.css
  24. 4
      main/css/tasty_olive/default.css

@ -88,7 +88,7 @@ if ($action == 'thematic_list') {
echo '<tr>';
// display thematic data
echo '<td><div><strong>'.Security::remove_XSS($thematic['title'], STUDENT).'</strong></div><div>'.Security::remove_XSS($thematic['content'], STUDENT).'</div></td>';
echo '<td><div ><strong>'.Security::remove_XSS($thematic['title'], STUDENT).'</strong></div><div>'.Security::remove_XSS($thematic['content'], STUDENT).'</div></td>';
// display thematic plan data
echo '<td>';
@ -97,7 +97,7 @@ if ($action == 'thematic_list') {
}
if (!empty($thematic_plan_data[$thematic['id']])) {
foreach ($thematic_plan_data[$thematic['id']] as $thematic_plan) {
echo '<div><strong>'.Security::remove_XSS($thematic_plan['title'], STUDENT).'</strong></div><div>'.Security::remove_XSS($thematic_plan['description'], STUDENT).'</div>';
echo '<div id="titlethematic" ><strong>'.Security::remove_XSS($thematic_plan['title'], STUDENT).'</strong></div><div>'.Security::remove_XSS($thematic_plan['description'], STUDENT).'</div>';
}
} else {
echo '<div><em>'.get_lang('StillDoNotHaveAThematicPlan').'</em></div>';

@ -82,11 +82,11 @@ if ($action == 'thematic_plan_list') {
$form->addElement('style_submit_button', null, get_lang('Save'), 'class="save"');
if ($description_type < ADD_THEMATIC_PLAN) {
$default['title'] = strtoupper($default_thematic_plan_title[$description_type]);
$default['title'] = $default_thematic_plan_title[$description_type];
}
if (!empty($thematic_plan_data)) {
// set default values
$default['title'] = strtoupper($thematic_plan_data[0]['title']);
$default['title'] = $thematic_plan_data[0]['title'];
$default['description'] = $thematic_plan_data[0]['description'];
}
$form->setDefaults($default);

@ -2994,7 +2994,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -2968,7 +2968,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3623,6 +3623,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */

@ -3990,6 +3990,11 @@ div.image-social-content center.friend {
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
color: blue;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3991,7 +3991,10 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
color: green;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3988,7 +3988,10 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
color: red;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3500,7 +3500,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -2967,7 +2967,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3013,7 +3013,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3487,7 +3487,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3505,7 +3505,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3783,6 +3783,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */

@ -3813,7 +3813,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3515,7 +3515,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3516,7 +3516,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3974,7 +3974,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3700,7 +3700,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3512,7 +3512,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3338,7 +3338,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3694,7 +3694,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3516,7 +3516,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

@ -3518,7 +3518,9 @@ div.image-social-content center.friend {
padding-bottom:10px;
padding-top: 5px;
}
#titlethematic{
text-transform: uppercase;
}
/* ATTENDANCE */
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {

Loading…
Cancel
Save