~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Pages/modules/Admin/templates/en_US/module_menu.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id="siteContent">
 
2
    <h1>Available Modules</h1>
 
3
    Here you may select modules to enable or disable by clicking or unclicking the checkboxes and
 
4
    then hitting the <i>Enable</i> button at the bottom of the page.  You may also configure
 
5
    certain modules by clicking on the <i>Configure</i> link associated to them if it is present.  
 
6
    Some modules
 
7
    also have sub-modules associated with them which may be accessed by clicking on the
 
8
    <i>sub-modules</i> link or on the down arrow if present.
 
9
    <br/>
 
10
    <br/>
 
11
    
 
12
    <a href="admin/modules">Main Module Menu</a>
 
13
    <form method="post"  name='admin_enable_form' id='admin_enable_form'>
 
14
      <div id="modules" ></div>
 
15
      <input type='hidden' id='module_possibles' name='possibles'/>
 
16
      <input type='hidden' id='redirect' name='redirect'/>
 
17
      <div id="button" class='submitCell'>
 
18
        <input  class='button' type="submit" name="Enable" value="enable" id="module_enable_button"/>
 
19
      </div>
 
20
    </form>
 
21
</div>