:<br/>
							<?php 
$editor = JFactory::getEditor();
echo $editor->display("description", $this->location->description, 800, 400, 40, 20, 1);
?>
						</td>
					</tr>

					<tr>
						<td align="left" class="key">
							<?php 
echo JText::_('COM_MATUKIO_COMMENTS');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_LOCATION_COMMENTS");
?>
						</td>
						<td>
							<textarea class="text_area" cols="20" rows="5" name="comments" id="comments"
							          style="width:550px"><?php 
echo $this->location->comments;
?>
</textarea>
						</td>
					</tr>
				</table>

			</div>
			<input type="hidden" name="id" value="<?php 
echo $this->location->id;
							       size="60" class="input"
							       value="jos_sembookings" />
						</td>
					</tr>
					<tr>
						<td class="key" width="200px">
								<label for="seminar_table" title="<?php 
echo JText::_('COM_MATUKIO_IMPORT_SEMINAR_NUMBER_TABLE');
?>
">
								<?php 
echo JText::_('COM_MATUKIO_IMPORT_SEMINAR_NUMBER_TABLE');
?>
:
								<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_IMPORT_SEMINAR_NUMBER_TABLE");
?>
							</label>
						</td>
						<td>
							<input type="text" maxlength="255" id="seminar_number_table" name="seminar_number_table"
							       size="60" class="input"
							       value="jos_semnumber" />
						</td>
					</tr>
					<tr>
						<td colspan="2">
							<div align="right">
								<input type="submit" class="mat_button btn btn-primary"
								       value="<?php 
echo JText::_("COM_MATUKIO_IMPORT");
Example #3
0
	<div class="mat_email">
		<div id="mat_email">
			<fieldset class="adminform">
				<table class="admintable table">
					<tr>
						<td class="key" width="200px">
							<label for="ics_file" title="<?php 
echo JText::_('COM_MATUKIO_IMPORT_ICS_FILE');
?>
">
								<?php 
echo JText::_('COM_MATUKIO_IMPORT_ICS_FILE');
?>
:
								<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_IMPORT_ICS_FILE");
?>
							</label>
						</td>
						<td>
							<input type="file" id="ics_file" name="ics_file" class="input" />
						</td>
					</tr>
					<tr>
						<td class="key" width="200px">
							<label for="catid" title="<?php 
echo JText::_('COM_MATUKIO_CATEGORY');
?>
">
								<?php 
echo JText::_('COM_MATUKIO_CATEGORY');
?>
</legend>
			<table class="table">
				<tr>
					<td class="key" colspan="2">
						<label for="value_7" width="100"
						       title="<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_CERTIFICATE_CODE');
?>
">
							<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_CERTIFICATE_CODE');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TEMPLATE_CERTIFICATE_CODE");
?>
						</label>
					</td>
				</tr>
				<tr>
					<td colspan="2">
						<?php 
$editor = JFactory::getEditor();
echo $editor->display("value[7]", $this->templates[6]->value, 800, 400, 40, 20, false, "value_7");
?>

						<input type="hidden" name="subject[7]" value="E"/>
						<input type="hidden" name="value_text[7]" value=""/>
					</td>
				</tr>
									<td>
										<input class="input-medium required validate-numeric" type="text"
										       maxlength="15" name="max_hits" id="max_hits" required="required"
										       value="<?php 
echo $this->coupon->max_hits;
?>
"/>
								</tr>
								<tr>
									<td class="key">
										<?php 
echo JText::_('COM_MATUKIO_PERCENT');
?>
:
										<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_PERCENT");
?>
									</td>
									<td>
										<?php 
echo $this->select_procent;
?>
									</td>
								</tr>
								<tr>
									<td class="key">
										<?php 
echo JText::_('COM_MATUKIO_PUBLISHED_UP');
?>
:
									</td>
echo $editor->display("value_text[6]", $this->templates[5]->value_text, 800, 300, 40, 20, false, "value_text_6");
?>
					</td>
				</tr>
				<tr>
					<td class="key" colspan="2">
						<label for="value_6" title="<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_EXPORT_PARTICIPANTS_SINGLE');
?>
">
							<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_EXPORT_PARTICIPANTS_SINGLE');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TEMPLATE_EXPORT_PARTLIST_SINGLE");
?>
						</label>
					</td>
				</tr>
				<tr>
					<td colspan="2">
						<?php 
$editor = JFactory::getEditor();
echo $editor->display("value[6]", $this->templates[5]->value, 800, 300, 40, 20, false, "value_6");
?>
					</td>
				</tr>
			</table>
		</fieldset>
	</div>
						<td>
							<input type="text" name="style" id="style" size="50" class="input"
							       value="<?php 
echo $this->bookingfield->style;
?>
" />
						</td>
					</tr>
					<tr>
						<td class="key">
							<?php 
echo JText::_('COM_MATUKIO_ORDERING');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_BOOKINGFIELD_ORDERING");
?>
						</td>
						<td>
							<input class="required" type="text" name="ordering" id="ordering" class="input input-small"
							       value="<?php 
echo $this->bookingfield->ordering;
?>
" />
						</td>
					</tr>
					<tr>
						<td class="key">
							<?php 
echo JText::_('JPUBLISHED');
?>
							<td>
								<input class="input required" type="text" name="title" id="title" size="50" maxlength="250" required="required"
								       value="<?php 
echo $this->tax->title;
?>
" />
							</td>
						</tr>
						<tr>
							<td class="key">
								<?php 
echo JText::_('COM_MATUKIO_VALUE');
?>
:
								<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TAX_VALUE");
?>
							</td>
							<td>
								<input class="input text_area required validate-numeric" type="text" size="10" maxlength="15" name="value" id="value" required="required"
								       value="<?php 
echo $this->tax->value;
?>
" />
						</tr>
						<tr>
							<td class="key">
								<?php 
echo JText::_('COM_MATUKIO_PUBLISHED');
?>
:
" style="width: 350px;"/>
				</td>
			</tr>
			<tr>
				<td class="key" colspan="2">
					<label for="value_9"
					       title="<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_INVOICE_EMAIL_TEMPLATE_TEXT');
?>
">
						<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_INVOICE_EMAIL_TEMPLATE_TEXT');
?>
:
						<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TEMPLATE_INVOICE_EMAIL_TEMPLATE_TEXT");
?>
					</label>
				</td>
			</tr>
			<tr>
				<td colspan="2">
					<?php 
$editor = JFactory::getEditor();
echo $editor->display("value[9]", $this->templates[8]->value, 800, 300, 40, 20, false, "value_9");
?>
					<input type="hidden" name="value_text[4]" value=""/>
				</td>
			</tr>
		</table>
	</fieldset>
Example #10
0
echo JText::_('COM_MATUKIO_TEMPLATE_TICKET');
?>
</legend>
		<table class="table">
			<tr>
				<td class="key" colspan="2">
					<label for="value_8" title="<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_TICKET');
?>
">
						<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_TICKET_PDF');
?>
:
						<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TEMPLATE_TICKET_TEMPLATE");
?>
					</label>
				</td>
			</tr>
			<tr>
				<td colspan="2">
					<?php 
$editor = JFactory::getEditor();
echo $editor->display("value[10]", $this->templates[9]->value, 800, 300, 40, 20, false, "value_10");
?>
					<input type="hidden" name="subject[10]" value="E" />
					<input type="hidden" name="value_text[10]" value="" />
				</td>
			</tr>
		</table>
:<br/>
							<?php 
$editor = JFactory::getEditor();
echo $editor->display("description", $this->organizer->description, 800, 400, 40, 20, 1);
?>
						</td>
					</tr>

					<tr>
						<td align="left" class="key">
							<?php 
echo JText::_('COM_MATUKIO_COMMENTS');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_ORGANIZER_COMMENTS");
?>
						</td>
						<td>
							<textarea class="text_area" cols="20" rows="5" name="comments" id="comments"
							          style="width:550px"><?php 
echo $this->organizer->comments;
?>
</textarea>
						</td>
					</tr>
				</table>

			</div>
			<input type="hidden" name="id" value="<?php 
echo $this->organizer->id;
						<td>
							<?php 
echo $this->event_select;
?>
						</td>
					</tr>
					<tr>
						<td align="left" class="key">
							<label id="semnum-lbl" for="semnum" class="required">
								<?php 
echo JText::_('COM_MATUKIO_RECURRING_SEMNUM');
?>
:
							</label>
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_RECURRING_SEMNUM");
?>
						</td>
						<td>
							<input class="input-large required" type="text" name="semnum" id="semnum" maxlength="250"
							       value="<?php 
echo $this->recurring->semnum;
?>
" required="required" />
						</td>
					</tr>
					<tr>
						<td align="left" class="key">
							<label id="_begin_date-lbl" for="_begin_date" class="required">
								<?php 
echo JText::_('COM_MATUKIO_BEGIN');
Example #13
0
?>
					</td>
				</tr>
				<tr>
					<td class="key" colspan="2">
						<label for="value_text_11"
						       title="<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_MAIL_CRONJOB_REMINDER_TEXT_DESC');
?>
">
							<?php 
echo JText::_('COM_MATUKIO_TEMPLATE_MAIL_CRONJOB_REMINDER_TEXT');
?>
:
							<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_TEMPLATE_MAIL_CRONJOB_REMINDER_TEXT");
?>
						</label>
					</td>
				</tr>
				<tr>
					<td colspan="2">
						<textarea rows="10" cols="80" name="value_text[11]" id="value_text_11"
						          style="min-width: 400px; width: auto;"><?php 
echo $this->templates[10]->value_text;
?>
</textarea>
					</td>
				</tr>
			</table>
		</fieldset>
?>
							</td>
							<td>
									<?php 
echo $this->select_percent;
?>
							</td>
						</tr>
						<tr>
							<td class="key">
								<?php 
echo JText::_('COM_MATUKIO_FEE_DISCOUNT');
?>
:
								<?php 
echo MatukioHelperInput::getTooltip("COM_MATUKIO_TOOLTIP_FEE_DISCOUNT");
?>
							</td>
							<td>
									<?php 
echo $this->select_discount;
?>
							</td>
						</tr>
						<tr>
							<td class="key">
								<?php 
echo JText::_('COM_MATUKIO_PUBLISHED_UP');
?>
:
							</td>