<div class="form-group">
								<label><?php 
echo getTranslatedString('LBL_TICKET_CATEGORY');
?>
</label>
								<?php 
echo getComboList('category', $ticketcategories);
?>
							</div>
							<div class="form-group">
								<label><?php 
echo getTranslatedString('LBL_TICKET_SEVERITY');
?>
</label>
								<?php 
echo getComboList('severity', $ticketseverities);
?>
							</div>
							<div class="form-group">
								<label><?php 
echo getTranslatedString('LBL_DESCRIPTION');
?>
</label>
								<textarea name="description" cols="55" rows="5" class="form-control"></textarea>
							</div>
							<div class="box-footer">
                                <!-- SalesPlatform.ru begin localization -->
	                            <button title="<?php 
echo getTranslatedString('LBL_SUBMIT_ALT');
?>
" accessKey="S" class="btn btn-primary" value="<?php 
Beispiel #2
0
?>
</td>
			<td class="dvtCellInfo">
				<?php 
echo getComboList('severity', $ticketseverities);
?>
			</td>
		   </tr>
		   <tr>
			<td class="dvtCellLabel" align="right"><?php 
echo getTranslatedString('LBL_TICKET_CATEGORY');
?>
</td>
			<td class="dvtCellInfo">
				<?php 
echo getComboList('category', $ticketcategories);
?>
			</td>
			</tr>
		   <tr>
			<td class="dvtCellLabel" align="right"><?php 
echo getTranslatedString('LBL_DESCRIPTION');
?>
</td>
			<td colspan="3" class="dvtCellInfo">
				<textarea name="description" cols="55" rows="5" class="detailedViewTextBox"  onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'"></textarea>
			</td>
		   </tr>
		   <tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
Beispiel #3
0
						</tr>
						<tr>
							<td class="small">
								<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" bgcolor="white">
									<tbody>
										<tr>
											<td colspan="4" class="detailedViewHeader" style="background:#dddcdd url(images/inner.gif) bottom repeat-x;border:1px solid #DDDDDD;padding:12px;color:#000000;">
												<label>
													<span class="lbl"><b><?php 
echo getTranslatedString('TICKET_CATEGORY');
?>
</b></span>
												</label>
												<?php 
$category_array = getPicklist('ticketcategories');
echo getComboList('search_ticketcategory', $category_array, ' ');
?>
											</td>
										</tr>
									</tbody>
								</table>
							</td>
						</tr>
						<tr>
							<td class="small">
								<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" bgcolor="white">
									<tbody>
										<tr>
											<td colspan="4" class="detailedViewHeader" style="background:#dddcdd url(images/inner.gif) bottom repeat-x;border:1px solid #DDDDDD;padding:12px;color:#000000;">
												<label>
													<span class="lbl"><b><?php