7
7
<legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Access Control:</legend>
9
<a href="<?php echo url_for('admin/new') ?>" class="linkButton" title="Create New Account">Create Account</a><br/><br/>
10
<a href="<?php echo url_for('admin/list') ?>" class="linkButton" title="List Existing Accounts">List Accounts</a><br/><br/>
11
<a href="<?php echo url_for('admin/cred') ?>" class="linkButton" title="Credential Management">Credential Management</a><br/><br/>
9
<a href="<?php echo url_for('admin/new') ?>" class="continueButton" title="Create New Account">Create Account</a><br/><br/>
10
<a href="<?php echo url_for('admin/list') ?>" class="continueButton" title="List Existing Accounts">List Accounts</a><br/><br/>
11
<a href="<?php echo url_for('admin/cred') ?>" class="continueButton" title="Credential Management">Credential Management</a><br/><br/>
15
15
<legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Configuration:</legend>
17
<a href="<?php echo url_for('admin/config') ?>" class="linkButton" title="System Settings">System Settings</a><br/><br/>
18
<a href="<?php echo url_for('admin/globals') ?>" class="linkButton" title="System Settings">Global Parameters</a><br/><br/>
19
<a href="<?php echo url_for('admin/pacman') ?>" class="linkButton" title="Module Manager">Package Manager</a><br/><br/>
17
<a href="<?php echo url_for('admin/config') ?>" class="continueButton" title="System Settings">System Settings</a><br/><br/>
18
<a href="<?php echo url_for('admin/globals') ?>" class="continueButton" title="System Settings">Global Parameters</a><br/><br/>
19
<a href="<?php echo url_for('admin/pacman') ?>" class="continueButton" title="Module Manager">Package Manager</a><br/><br/>
22
<legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Custom Management:</legend>
25
$exportUrl = url_for('admin/disablestaff') ;
26
echo link_to('Disable All Staff Resources', $exportUrl, array('method' => 'post', 'confirm' => 'Are you sure you want to inactivate all staff?', 'class' => 'deleteButton', 'title' => 'Inactivate all Staff Resources'));
27
//all links on this page should use the link_to helper
22
32
<p class="greyText">This page will allow you to configure your Agasti installation.</p>
23
33
<p class="greyText">Select one of the administration options</p>
b'\\ No newline at end of file'