|
@@ -591,7 +591,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr class="titre">
|
|
<tr class="titre">
|
|
|
<td class="nobordernopadding valignmiddle col-title">
|
|
<td class="nobordernopadding valignmiddle col-title">
|
|
|
- <div class="titre inline-block">'.$langs->trans('Események generálása').'</div>
|
|
|
|
|
|
|
+ <div class="titre inline-block">'.$langs->trans('GenerateEvents').'</div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
@@ -599,17 +599,17 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|
|
print'<table class="border centpercent tableforfield">
|
|
print'<table class="border centpercent tableforfield">
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr class="field_label">
|
|
<tr class="field_label">
|
|
|
- <td class="titlefield fieldname_label"><span style="padding: 0px; padding-right: 3px !important;">'.$langs->trans('Date Range').'</span><span class="classfortooltip" style="padding: 0px; padding: 0px; padding-right: 3px !important;" title="Help text"><span class="fas fa-info-circle em088 opacityhigh" style=" vertical-align: middle; cursor: help"></span></span></td>
|
|
|
|
|
- <td class="valuefield fieldname_label wordbreak"><input type="text" id="date-range"><i class="fa fa-calendar" style="margin-left: -15px;"></i></td>
|
|
|
|
|
|
|
+ <td class="titlefield fieldname_label"><span style="padding: 0px; padding-right: 3px !important;">'.$langs->trans('DateRange').'</span><span class="classfortooltip" style="padding: 0px; padding: 0px; padding-right: 3px !important;" title="' . $langs->trans('DateRangeHelp') . '"><span class="fas fa-info-circle em088 opacityhigh" style=" vertical-align: middle; cursor: help"></span></span></td>
|
|
|
|
|
+ <td style="padding-left:35px;" class="valuefield fieldname_label wordbreak"><input type="text" id="date-range"><i class="fa fa-calendar" style="margin-left: -15px;"></i></td>
|
|
|
</tr>';
|
|
</tr>';
|
|
|
for($i=1;$i<=7;$i++){
|
|
for($i=1;$i<=7;$i++){
|
|
|
$key = $i%7;
|
|
$key = $i%7;
|
|
|
print '<tr class=""><td class="titlefield">'.$langs->trans('Day'.$key).'</td><td class="dayTime" style="height: 20px;"><input type="checkbox" id="Day'.$key.'" style="float:left; margin:15px;">
|
|
print '<tr class=""><td class="titlefield">'.$langs->trans('Day'.$key).'</td><td class="dayTime" style="height: 20px;"><input type="checkbox" id="Day'.$key.'" style="float:left; margin:15px;">
|
|
|
<span class="timeSelectBox">'.
|
|
<span class="timeSelectBox">'.
|
|
|
// '<span class="time_slider" style="display:inline-block;width:150px;"></span><br/>'.
|
|
// '<span class="time_slider" style="display:inline-block;width:150px;"></span><br/>'.
|
|
|
- '<span class="time_slider_details" >Kezdés: '.
|
|
|
|
|
|
|
+ '<span class="time_slider_details" >' . $langs->trans('StartTime') . ': '.
|
|
|
'<input type="time" pattern="[0-9]+:[0-9]{2}$" placeholder="hh:mm" name="Day'.$key.'-timestart[]" info="0" class="timestart timepicker">'.
|
|
'<input type="time" pattern="[0-9]+:[0-9]{2}$" placeholder="hh:mm" name="Day'.$key.'-timestart[]" info="0" class="timestart timepicker">'.
|
|
|
- '<br/> Időtartam: '.
|
|
|
|
|
|
|
+ '<br/> ' . $langs->trans('Duration') . ': '.
|
|
|
'<input name="Day'.$key.'-time-duration[]" type="text" class="durationtime" pattern="^[0-9]{2}+:[0-9]{2}$" placeholder="hh:mm" style="width:45px !important;"/>'.
|
|
'<input name="Day'.$key.'-time-duration[]" type="text" class="durationtime" pattern="^[0-9]{2}+:[0-9]{2}$" placeholder="hh:mm" style="width:45px !important;"/>'.
|
|
|
'<input type="time" name="Day'.$key.'-timeend[]"class="timeend hide" info="0"/>'.
|
|
'<input type="time" name="Day'.$key.'-timeend[]"class="timeend hide" info="0"/>'.
|
|
|
'</span>'.
|
|
'</span>'.
|
|
@@ -907,7 +907,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody></table>';
|
|
</tbody></table>';
|
|
|
print '';
|
|
print '';
|
|
|
- print '<br/><button style="width:100%;margin: 0em;" class="butAction" id="eventGen">'.$langs->trans('Események generálása').'</button>';
|
|
|
|
|
|
|
+ print '<br/><button style="width:100%;margin: 0em;" class="butAction" id="eventGen">'.$langs->trans('GenerateEvents').'</button>';
|
|
|
|
|
|
|
|
print ' </div>
|
|
print ' </div>
|
|
|
</div><hr/>';
|
|
</div><hr/>';
|