Example #1
0
File: new.php Project: ratbird/hope
            <input type="text" name="datafield_name"
                   required size="60" maxlength="254"
                   value="<?php 
echo htmlReady($this->flash['request']['datafield_name']);
?>
">
        </label>

        <label>
            <?php 
echo _('Feldtyp');
?>

            <select name="datafield_typ">
           <? foreach (DataFieldEntry::getSupportedTypes() as $param): ?>
                <option><?php 
echo htmlReady($param);
?>
</option>
            <? endforeach; ?>
            </select>
        </label>

        <label for="object_class">
        <? if ($object_typ === 'sem'): ?>
            <?php 
echo _('Veranstaltungskategorie');
?>
        <? elseif ($object_typ === 'inst'): ?>
            <?php