Ejemplo n.º 1
0
                <input type="radio" name="ispublic" value="0" <?php 
echo !$info['ispublic'] ? 'checked="checked"' : '';
?>
><strong>Private</strong> (Internal)
                &nbsp;<i class="help-tip icon-question-sign" href="#type"></i>
            </td>
        </tr>
        <tr>
            <td width="180">
                SLA:
            </td>
            <td>
                <select name="sla_id">
                    <option value="0">&mdash; System Default &mdash;</option>
                    <?php 
if ($slas = SLA::getSLAs()) {
    foreach ($slas as $id => $name) {
        echo sprintf('<option value="%d" %s>%s</option>', $id, $info['sla_id'] == $id ? 'selected="selected"' : '', $name);
    }
}
?>
                </select>
                &nbsp;<span class="error"><?php 
echo $errors['sla_id'];
?>
</span>&nbsp;<i class="help-tip icon-question-sign" href="#sla"></i>
            </td>
        </tr>
        <tr>
            <td width="180">
                Manager: