~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/admin/templates/indexSuccess.php

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <fieldset>
7
7
    <legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Access Control:</legend>
8
8
 
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/>
12
12
 
13
13
  </fieldset>
14
14
  <fieldset>
15
15
    <legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Configuration:</legend>
16
16
 
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/>
 
20
  </fieldset>
 
21
  <fieldset>
 
22
    <legend><?php echo image_tag('config.png', array('alt' => 'config gear icon')) ?>Custom Management:</legend>
 
23
 
 
24
<?php
 
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
 
28
  ?>
20
29
  </fieldset>
21
30
</div>
 
31
  <br />
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'