Stud.IP  jlu_3.3 Revision
default_activation.php File Reference

Variables

if(isset( $flash[ 'message']))( $flash[ 'message']) ?><? endif ?>< h3 ><?foreach( $institutes as $id=> $institute)( $id, $selected_inst) ? 'selected'( $institute[ 'name']) ?></option ><? if(isset( $institute[ 'children']))( $institute[ 'children'] as $id=> $child)( $id, $selected_inst) ? 'selected'( $child[ 'name']) ?></option ><? endforeach ?><? endif ?><? endforeach ?></select >< p ><? $infobox_content
 
 $infobox = array('picture' => 'sidebar/plugin-sidebar.png', 'content' => $infobox_content)
 

Variable Documentation

◆ $infobox

$infobox = array('picture' => 'sidebar/plugin-sidebar.png', 'content' => $infobox_content)

◆ $infobox_content

if (isset($flash['message'])) ($flash['message']) ?> <? endif ?> <h3> <?foreach($institutes as $id => $institute)($id, $selected_inst) ? 'selected' ($institute['name']) ?> </option> <? if (isset($institute['children']))($institute['children'] as $id => $child) ($id, $selected_inst) ? 'selected' ($child['name']) ?> </option> <? endforeach ?> <? endif ?> <? endforeach ?> </select> <p> <? $infobox_content
Initial value:
= array(
array(
'kategorie' => _('Aktionen:'),
'eintrag' => array(
array(
'icon' => 'icons/16/black/schedule.png',
'text' => '<a href="'.$controller->url_for('admin/plugin').'">'._('Verwaltung von Plugins').'</a>'
)
)
), array(
'kategorie' => _('Hinweise:'),
'eintrag' => array(
array(
"icon" => "icons/16/black/info.png",
'text' => _('Wählen Sie die Einrichtungen, in deren Veranstaltungen das Plugin automatisch aktiviert sein soll.')
),
array(
"icon" => "icons/16/black/info.png",
'text' => _('Eine Mehrfachauswahl in der Liste der Einrichtungen ist durch Drücken der Strg-Taste möglich.')
)
)
)
)