Changeset 2362


Ignore:
Timestamp:
05/26/20 18:01:10 (4 years ago)
Author:
nanardon
Message:

Add sutype management pages

Location:
trunk/LATMOS-Accounts-Web
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/MANIFEST

    r2361 r2362  
    5757lib/LATMOS/Accounts/Web/Controller/Sites.pm 
    5858lib/LATMOS/Accounts/Web/Controller/Stat.pm 
     59lib/LATMOS/Accounts/Web/Controller/SuType.pm 
    5960lib/LATMOS/Accounts/Web/Controller/Summary/AccAge.pm 
    6061lib/LATMOS/Accounts/Web/Controller/Summary/Departments.pm 
     
    161162root/html/summary/rh/index.tt 
    162163root/html/summary/tree/index.tt 
     164root/html/sutype/default.tt 
     165root/html/sutype/index.tt 
    163166root/html/templates/default.tt 
    164167root/html/templates/index.tt 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r2361 r2362  
    285285        )], 
    286286    }, 
     287    sutype => { 
     288        name => 'Type', 
     289        attrs => [ qw( 
     290            description 
     291            create 
     292            createdby 
     293            date 
     294            modifiedby 
     295            unexported 
     296        )], 
     297    }, 
    287298}; 
    288299 
  • trunk/LATMOS-Accounts-Web/root/html/includes/sidebar.tt

    r2361 r2362  
    100100        <a href="[% c.uri_for('/create/templates') %]">[% l('Create template') | html %]</a> 
    101101    </li> 
     102    <li> 
     103        <a href="[% c.uri_for('/sutype') %]">[% l('Structural type') | html %]</a> 
     104    </li> 
     105    <li> 
     106        <a href="[% c.uri_for('/create/sutype') %]">[% l('Create structural type') | html %]</a> 
     107    </li> 
    102108    [% IF c.model('Accounts').db.check_acl('user', 'userPasswd', 'w') %] 
    103109    <li><a href="[% c.uri_for('/tools', 'loadpasswd') %]"> 
Note: See TracChangeset for help on using the changeset viewer.