|
Stud.IP
4.0 Revision
|
Variables | |
| if(isset( $error))( $error, $error_detail) ?><? endif ?><? if(isset( $flash[ 'error']))( $flash[ 'error'], $flash[ 'error_detail']) ?><? elseif(isset( $flash[ 'message']))( $flash[ 'message']) ?><? elseif( $num_updates)( $this->render_partial( 'admin/plugin/update_info')) ?><? endif ?><? if( $delete_plugin)( 'shared/question',['question'=> sprintf(_( 'Wollen Sie wirklich "%s" deinstallieren?'), $delete_plugin[ 'name']), 'approvalLink'=> $controller->url_for('admin/plugin/delete/' . $delete_plugin[ 'id'],[ 'studip_ticket'=> get_ticket()]), 'disapprovalLink'=> $controller->url_for( 'admin/plugin')]) ?><? endif ?><? if(count( $plugins) | else |
| if(isset($error))($error, $error_detail) ?> <? endif ?> <? if (isset($flash['error']))($flash['error'], $flash['error_detail']) ?> <? elseif (isset($flash['message']))($flash['message']) ?> <? elseif ($num_updates) ($this->render_partial('admin/plugin/update_info')) ?> <? endif ?> <? if ($delete_plugin) ('shared/question', [ 'question' => sprintf(_('Wollen Sie wirklich "%s" deinstallieren?'), $delete_plugin['name']), 'approvalLink' => $controller->url_for( 'admin/plugin/delete/' . $delete_plugin['id'], ['studip_ticket' => get_ticket()] ), 'disapprovalLink' => $controller->url_for('admin/plugin') ]) ?> <? endif ?> <? if (count($plugins) else |