Quellcode durchsuchen

[svn r12865] again a problem with this submit button

Eric Marguin vor 17 Jahren
Ursprung
Commit
c9b93af31b
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      main/newscorm/learnpath.class.php

+ 0 - 1
main/newscorm/learnpath.class.php

@@ -5716,7 +5716,6 @@ function display_thread_form($action = 'add', $id = 0, $extra_info = '')
 			{
 				$form->addElement('hidden', 'title', $item_title);
 				$form->addElement('hidden', 'description', $item_description);
-				$form->addElement('submit', 'submit_button', get_lang('Ok'), 'style="background:#F8F8F8; border:1px solid #999999; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px; padding:1px 2px; width:75px;"');
 			}
 			if(is_numeric($extra_info))
 			{