Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
index.php File Reference

Variables

foreach($allrules as $index=>
$rule)('hover_even',
'hover_odd')?>"> <td>
<? endforeach 
$infobox

Variable Documentation

foreach ($allrules as $index=>$rule) ('hover_even', 'hover_odd') ?>"> <td> <? endforeach $infobox
Initial value:
_('Verwaltung von Zusatzangaben') _('Name') _('Beschreibung') _('Aktionen') htmlReady($rule['name']) htmlReady($rule['description']) $controller->url_for('admin/specification/edit/'.$rule['lock_id']) Assets::img('icons/16/blue/edit.png', array('title' => _('Regel bearbeiten'))) $controller->url_for('admin/specification/delete/'.$rule['lock_id']) Assets::img('icons/16/blue/trash.png', array('title' => _('Regel löschen'))) array(
'picture' => 'infobox/modules.jpg',
'content' => array(
array(
'kategorie' => _("Aktionen"),
'eintrag' => array(
array(
"icon" => "icons/16/black/plus.png",
"text" => '<a href="' . $controller->url_for('admin/specification/edit') . '">' . _('Neue Regel anlegen') . '</a>'
)
)
),
array(
'kategorie' => _("Hinweis"),
'eintrag' => array(
array(
"icon" => "icons/16/black/info.png",
"text" => _("Zusatzangaben werden zentral vom Systemadministrator definiert. "
."Damit wird verhindert, dass Dozenten beliebige Informationen von Studierenden "
."abfragen (Datenschutz) können und die Bedienungsfehler bei der Aktivierung "
."der Abfrage von Zusatzangaben minimiert werden.")
)
)
)
)
)