[svn r19401] Minor - Added div inside other div to the normal-message see FS#3688 AND FS#3917

skala
Arthur Portugal 16 years ago
parent 12dc1ca438
commit cf0e856643
  1. 4
      main/newscorm/lp_build.php

@ -220,7 +220,9 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">';
} else { } else {
if($is_new) { if($is_new) {
echo '<div class="confirmation-message">'; echo '<div class="confirmation-message">';
echo get_lang("LearnPathAdded"); echo '<div style="margin-left: 25px; margin-right: 20px;">';
echo get_lang("LearnPathAdded");
echo '</div>';
echo '</div>'; echo '</div>';
} }
if($is_new) { if($is_new) {

Loading…
Cancel
Save