first commit
This commit is contained in:
32
plugins/rse_workflow/pages/setup.php
Executable file
32
plugins/rse_workflow/pages/setup.php
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
#
|
||||
# rse_workflow setup page, requires System Setup permission
|
||||
#
|
||||
|
||||
include '../../../include/boot.php';
|
||||
include '../../../include/authenticate.php'; if (!checkperm('a')) {exit ($lang['error-permissiondenied']);}
|
||||
include '../../../include/header.php';
|
||||
|
||||
$plugin_name = 'rse_workflow';
|
||||
if(!in_array($plugin_name, $plugins))
|
||||
{plugin_activate_for_setup($plugin_name);}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<div class="BasicsBox">
|
||||
<h1><?php echo escape($lang['rse_workflow_configuration']); ?></h1>
|
||||
<div class="clearerleft" ></div>
|
||||
|
||||
<div>
|
||||
<?php
|
||||
echo str_replace("[link_param]","<a href=\"" . $baseurl . "\pages/team/team_home.php\" onclick=\"CentralSpaceLoad(this,true)\">here</a>",$lang['rse_workflow_introduction']);
|
||||
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
include '../../../include/footer.php';
|
Reference in New Issue
Block a user