TextHelper::cycle(
'steel1',
'steelgraulight') _("benötigter Status") TextHelper::cycle('steel1', 'steelgraulight') _("Sichtbarkeit") TextHelper::cycle('steel1', 'steelgraulight') _("Reihenfolge")
htmlReady($this->flash['request']['priority'])
makeButton('anlegen', 'input', _('Neues Datenfeld anlegen'),'anlegen') $controller->url_for('admin/datafields') makebutton('abbrechen', 'img', _('Zurück zur Übersicht')) array(
'picture' => 'infobox/administration.jpg',
'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"
)
)
)
)
)