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

Add templates management pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/includes/sidebar.tt

    r2121 r2361  
    9494<li>[% l('Tools') %] 
    9595    <ul> 
     96    <li> 
     97        <a href="[% c.uri_for('/templates') %]">[% l('Templates list') | html %]</a> 
     98    </li> 
     99    <li> 
     100        <a href="[% c.uri_for('/create/templates') %]">[% l('Create template') | html %]</a> 
     101    </li> 
    96102    [% IF c.model('Accounts').db.check_acl('user', 'userPasswd', 'w') %] 
    97103    <li><a href="[% c.uri_for('/tools', 'loadpasswd') %]"> 
Note: See TracChangeset for help on using the changeset viewer.