Selaa lähdekoodia

participants field deleted from the eventdetail page

szollosil 1 vuosi sitten
vanhempi
sitoutus
988ea4c73c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      custom/eventwizard/eventdetails_card.php

+ 1 - 1
custom/eventwizard/eventdetails_card.php

@@ -903,7 +903,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
 			<tr class="field_ref" style="text-align: center;">
 				<td class="titlefieldcreate fieldrequired">'.$langs->trans('max_num').': <input type="number" id="max_num"></td>
 				<td class="titlefieldcreate fieldrequired">'.$langs->trans('buffer').': <input type="number" id="buffer"></td>
-				<td class="titlefieldcreate fieldrequired">'.$langs->trans('participants').': <input type="number" id="participants"></td>
+				<!--<td class="titlefieldcreate fieldrequired">'.$langs->trans('participants').': <input type="number" id="participants"></td>-->
 			</tr>
 			</tbody></table>';
 		print '';