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

Add sutype management pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.