TextHelper::cycle(
'table_row_even', 
'table_row_odd')  _("benötigter Status")  TextHelper::cycle('table_row_even', 'table_row_odd')  _("Sichtbarkeit")  TextHelper::cycle('table_row_even', 'table_row_odd')  _("Reihenfolge")  
htmlReady($this->flash['request']['priority'])  _("Pflichtfeld")  ($this->flash['request']['priority']?'checked="checked"':'')  TextHelper::cycle('table_row_even', 'table_row_odd')  _("Beschreibung")  
htmlReady($this->flash['request']['description'])  
Button::create(_('Anlegen'),'anlegen', array('title' => _('Neues Datenfeld anlegen'))) 
LinkButton::createCancel(_('Abbrechen'), $controller->url_for('admin/
datafields'), array('title' => _('Zurück zur Übersicht'))) array(
 
    'picture' => '
infobox/administration.png',
 
    'content' => array(
        array(
            'kategorie' => _('Aktionen:'),
            'eintrag'   => array(
                array(
                    'icon' => 'icons/16/black/arr_2right.png',
                    'text' => $this->render_partial('admin/datafields/class_filter', compact('allclasses', 'class_filter'))
                ),
                array(
                    'text' => '<a href="'.$controller->url_for('admin/datafields/new/'.$class_filter).'">'._('Neues Datenfeld anlegen').'</a>',
                    'icon' => 'icons/16/black/plus.png',
                )
            )
        ),
        array(
            'kategorie' => _("Information"),
            'eintrag'   => array(
                array(
                   "text" => _("Hier haben Sie die Möglichkeit, ein neues Datenfeld im gewählten Bereich anzulegen."),
                   "icon" => "icons/16/black/info.png"
                )
            )
        )
    )
)