Example #1
0
								</option>
								<?php 
$subprojects = $mantisCore->getSubProjects();
?>
								<?php 
foreach ($subprojects as $subproject) {
    ?>
									<?php 
    $project = $mantisCore->getProject($subproject);
    ?>
									<option value="<?php 
    echo $project->id;
    ?>
">
									<?php 
    getValueByString($project->name);
    ?>
									</option>
								<?php 
}
?>
						</select>
						</td>
					</tr>
					<tr valign="top">
						<td width="110px" class="consult_det_title"><label
							for="specialist"><?php 
getValue('label_specialists');
?>
:</label>
						</td>
Example #2
0
						<?php 
    getValueByString($issue->handler->real_name);
    ?>
					<?php 
}
?>
					</td>
				</tr>
				<tr valign="top">
					<td class="consult_det_title"><label><?php 
getValue('label_speciality');
?>
:</label>
					</td>
					<td class="consult_det_info"><?php 
getValueByString($issue->project->name);
?>
					</td>
				</tr>
				<tr valign="top">
					<td class="consult_det_title"><label><?php 
getValue('label_summary');
?>
:</label>
					</td>
					<td class="consult_det_info"><?php 
echo $issue->summary;
?>
					
					<td>
				</tr>
Example #3
0
    if ($issue->status == 80) {
        ?>
 <strike><?php 
        echo getValueByString($issueProject->name);
        ?>
					</strike> <?php 
    } elseif (!$isIssueRead) {
        ?>
 <strong><?php 
        echo getValueByString($issueProject->name);
        ?>
					</strong> <?php 
    } else {
        ?>
 <?php 
        echo getValueByString($issueProject->name);
        ?>
					<?php 
    }
    ?>
					</td>
					<td align="center"><?php 
    if ($issue->status == 80) {
        ?>
 <strike><?php 
        echo $issue->attachments_count;
        ?>
					</strike> <?php 
    } elseif (!$isIssueRead) {
        ?>
 <strong><?php