Exemplo n.º 1
0
echo CSRFProtection::tokenTag();
echo ELearningUtils::getHeader(_("Neues Lernmodul erstellen"));
?>
<? foreach($cms_types as $name => $value) : ?>
    <input type="HIDDEN" name="<?php 
echo $name;
?>
" value="<?php 
echo htmlReady($value);
?>
">
<? endforeach ?>
<table border="0" cellspacing=0 cellpadding=6 width = "100%">
<tr><td>
    <font size="-1">
    <?php 
echo sprintf(_("Typ für neues Lernmodul: %s"), ELearningUtils::getTypeSelectbox($cms));
?>
    </font>
</td>
<td align="right" valign="middle">
    <? if (count($types) > 1) : ?>
        <?php 
echo Button::create(_('Auswählen'), 'choose');
?>
    <? endif ?>
    <?php 
echo $link;
?>
</td></tr></table>
</form>